Skip to content

Commit

Permalink
nerdcommenter: set NERDSpaceDelims = 1.
Browse files Browse the repository at this point in the history
Signed-off-by: lilei (Cloud) <[email protected]>
  • Loading branch information
lilei (Cloud) authored and lilei (Cloud) committed Sep 19, 2018
1 parent c25492d commit 49b4ce7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ let g:indentLine_enable = 1
let g:indentLine_char = '|'
let g:indentLine_color_term = 239

" nerdcommenter
let g:NERDSpaceDelims = 1

function! ReplaceTab()
if !&binary && &filetype != 'diff'
:%ret! 4
Expand Down

0 comments on commit 49b4ce7

Please sign in to comment.