fix #836
This commit is contained in:
parent
a801ddcbfc
commit
ae2db4ee1a
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ set clipboard+=unnamedplus
|
|||
nnoremap S :%s//g<Left><Left>
|
||||
|
||||
" Compile document, be it groff/LaTeX/markdown/etc.
|
||||
map <leader>c :w! \| !compiler <c-r>%<CR>
|
||||
map <leader>c :w! \| !compiler "<c-r>%"<CR>
|
||||
|
||||
" Open corresponding .pdf/.html or preview
|
||||
map <leader>p :!opout <c-r>%<CR><CR>
|
||||
|
|
Loading…
Reference in a new issue