<silent> seems to be stopping this command from working?

pull/2/head
Bodaniel Jeanes 2012-01-09 17:40:25 -06:00
parent bccdcdb1ff
commit 28b34401d8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ syntax on
" Toggle show tabs and trailing spaces (,c)
set listchars=tab:▸\ ,trail,eol,nbsp:_
set fillchars=vert:\ ,fold:-
nnoremap <silent> <Leader>c :set nolist!<CR>
nnoremap <Leader>c :set nolist!<CR>
" Misc
set switchbuf=useopen " Don't re-open already opened buffers