On 6/3/07, Jurnell Cockhren <[EMAIL PROTECTED]> wrote:
> This problem only seem to arise when I use fish as my default login shell:
This problem occurs because Vim expects a POSIX-compliant shell (even
though it's not documented). The fix that I use is to add the following
snippet to the top of my ~/.vimrc:
if $SHELL =~ 'bin/fish'
set shell=/bin/sh
endif
Hope that helps,
James
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users