diff options
author | Max Christian Pohle | 2023-10-20 20:07:29 +0200 |
---|---|---|
committer | Max Christian Pohle | 2023-10-20 20:07:29 +0200 |
commit | 3efb1546b256c620da3ea70c8c717e55cce0b3b2 (patch) | |
tree | 0d19c42338977db70d8f0643f384b55c56213eaf /plugin | |
parent | bb61c6f72c569dce81a619bf601524b8e627dfd2 (diff) | |
download | vim-3efb1546b256c620da3ea70c8c717e55cce0b3b2.tar.bz2 vim-3efb1546b256c620da3ea70c8c717e55cce0b3b2.zip |
Final housekeeping round
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/netrw.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/netrw.vim b/plugin/netrw.vim index 3619070..57d6d50 100644 --- a/plugin/netrw.vim +++ b/plugin/netrw.vim | |||
@@ -12,5 +12,5 @@ augroup NETRW | |||
12 | let g:netrw_liststyle = 3 | " 3=tree | 12 | let g:netrw_liststyle = 3 | " 3=tree |
13 | let g:netrw_preview = 0 | " | 13 | let g:netrw_preview = 0 | " |
14 | let g:netrw_winsize = 20 | " window size in percent | 14 | let g:netrw_winsize = 20 | " window size in percent |
15 | let s:treedepthstring = "│ " | 15 | " let s:treedepthstring = "│ " | " this is not going to work, but left here for documentation |
16 | augroup END | 16 | augroup END |