From edfc3b2488c8fcdb0bd435c9dd046427bfecf24b Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 1 Aug 2019 21:24:06 +0200 Subject: ftplugin/netrw.vim: Remove `nowrap` from `g:netrw_bufsettings` This seemed to cause files I opened with Netrw to have `set nowrap`, overriding the `set wrap` I have in my vimrc. --- ftplugin/netrw.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin') diff --git a/ftplugin/netrw.vim b/ftplugin/netrw.vim index 78710e8..2a36076 100644 --- a/ftplugin/netrw.vim +++ b/ftplugin/netrw.vim @@ -1,3 +1,3 @@ " Show line numbers in Netrw. Copied and modified from: " :Explore | echo g:netrw_bufsettings -let g:netrw_bufsettings='noma nomod nu nobl nowrap ro' +let g:netrw_bufsettings='noma nomod nu nobl ro' -- cgit v1.2.3