non-unicode symbol for trailing space
This commit is contained in:
parent
b2100914bb
commit
27479371fc
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -63,7 +63,7 @@ if v:version >= 700
|
|||
|
||||
set relativenumber
|
||||
set list
|
||||
set listchars=tab:\|_,nbsp:x,trail:•
|
||||
set listchars=tab:\|_,nbsp:x,trail:*
|
||||
nnoremap <Leader>n :setlocal relativenumber! number!<CR>
|
||||
nnoremap <Leader>l :setlocal list!<CR>
|
||||
|
||||
|
|
Loading…
Reference in a new issue