Donald Allen wrote:
In netrw, the mf command does not work with 'syntax off' in my .vimrc
file. In gvim, s-leftmouse does work. mf does work without the 'syntax
off' in the .vimrc file. If I eliminate the 'syntax off' in my .vimrc
file, bring up vim and do a :syntax off, then mf works!
/Don
Oh, its working -- its just that since you have syntax off, vim's :match
and :2match etc don't work (you'll get an E28), as you have specified
that you don't want such visual highlighting.
Try using mf to select a file, and press "D" to delete the file
(obviously, don't do this with a Valuable File) -- and you'll see a
confirmation request message with the selected file.
There's a lot of dependency in netrw with filetype testing, which you
get with syntax highlighting. I'm sure that you will find that some
things do break.
Regards,
Chip Campbell
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php