Discussion:
customize netrw, remove info header
Brendon Gleeson
2009-04-22 10:51:06 UTC
Permalink
how do i hide this part of the nerw file browser?:

< HIDE >
"
============================================================================
" Netrw Directory Listing
(netrw v114)
" /home/brendon
" Sorted by name
" Sort sequence: [\/]$,\.h$,\.c$,\.cpp$,\.[a-np-z]$,*,\.info$,\.swp$,
\.o$\.obj$,\.bak$
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by
x:exec
"
============================================================================
< /HIDE >
../
./
i have tried setting g:netrw_menu=0 in .vimrc but it doesn't work?
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
Charles Campbell
2009-04-22 19:38:25 UTC
Permalink
Post by Brendon Gleeson
< HIDE >
"
============================================================================
" Netrw Directory Listing
(netrw v114)
" /home/brendon
" Sorted by name
" Sort sequence: [\/]$,\.h$,\.c$,\.cpp$,\.[a-np-z]$,*,\.info$,\.swp$,
\.o$\.obj$,\.bak$
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by
x:exec
"
============================================================================
< /HIDE >
../
./
i have tried setting g:netrw_menu=0 in .vimrc but it doesn't work?
Setting g:netrw_menu to zero works; its just that it suppresses
generation of the pull-down
menu usually available under the gui-version of vim (gvim), not the banner.

There is no option to suppress the banner.

Regards,
Chip Campbell


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
_sc_
2009-04-22 23:25:41 UTC
Permalink
Post by Charles Campbell
Post by Brendon Gleeson
< HIDE >
"
============================================================================
" Netrw Directory Listing
(netrw v114)
" /home/brendon
" Sorted by name
" Sort sequence: [\/]$,\.h$,\.c$,\.cpp$,\.[a-np-z]$,*,\.info$,\.swp$,
\.o$\.obj$,\.bak$
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by
x:exec
"
============================================================================
< /HIDE >
../
./
i have tried setting g:netrw_menu=0 in .vimrc but it doesn't work?
Setting g:netrw_menu to zero works; its just that it suppresses
generation of the pull-down
menu usually available under the gui-version of vim (gvim), not the banner.
There is no option to suppress the banner.
could there be, if we asked nicely?

sc



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Loading...