On 28/09/11 09:27, agentsmith wrote:
PS
I tried to check current value of the netrw_winsize, but received
unexpected result:
:echo g:netrw_winsize
E121: Undefined variable: g:netrw_winsize
E15: Invalid expression: g:netrw_winsize
You ought to get a valid value, provided that:
- netrw is installed, which is normally the case unless you run Vim with
either -u NONE or --noplugin
- you test the value after netrw has been loaded. This means not in the
vimrc. You can do it:
- in a global after-plugin, ~/.vim/after/plugin/*.vim (user-private
on Unix), ~/vimfiles/after/plugin/*.vim (user-private on Windows),
$VIM/vimfiles/after/plugin/*.vim (system-wide on any platform)
- at the VimEnter autocommand event
- at the Vim command-line
- in any script sourced *after* startup.
Best regards,
Tony.
--
hundred-and-one symptoms of being an internet addict:
186. You overstay in the office so you can have more time surfing the net.
--
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