From 4d9f27fcae8b1a3ec558f30971aaa6a768a67261 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Tue, 15 Sep 2020 19:29:01 +0000 Subject: [PATCH] extra return problematic; removed --- vim/file_formatting.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/file_formatting.vim b/vim/file_formatting.vim index 32f2d95..8ebab9f 100644 --- a/vim/file_formatting.vim +++ b/vim/file_formatting.vim @@ -25,7 +25,7 @@ augroup end " -- ec to 'execute' a file ---------------------- {{{ augroup execute_file_shortcuts autocmd FileType tex nnoremap ec :! $WEBBROWSER %:r.pdf - autocmd FileType markdown nnoremap ec :! $WEBBROWSER %:p + autocmd FileType markdown nnoremap ec :! $WEBBROWSER %:p augroup end " }}}