Skip to content

Comments

Respect existing setting for g:netrw_banner#52

Merged
tpope merged 1 commit intotpope:masterfrom
h3xx:master
Jun 30, 2015
Merged

Respect existing setting for g:netrw_banner#52
tpope merged 1 commit intotpope:masterfrom
h3xx:master

Conversation

@h3xx
Copy link
Contributor

@h3xx h3xx commented Jun 24, 2015

Changes behavior to make the banner hidden by default, but still allows the user to make it unhidden through their vimrc.

My own use case:

I keep the banner in my netrw shown, but folded by putting this in ~/.vim/after/ftplugin/netrw.vim:

setlocal foldmethod=expr foldexpr=getline(v:lnum)=~'^\"' foldlevel=0

Vinegar broke this.

Changes banner behavior to make the banner hidden by default, but still
allows the user to make it unhidden.
tpope added a commit that referenced this pull request Jun 30, 2015
Respect existing setting for g:netrw_banner
@tpope tpope merged commit ebd2239 into tpope:master Jun 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants