aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/plugins.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim
index 99c934e..782fa45 100644
--- a/core/plugins.vim
+++ b/core/plugins.vim
@@ -767,7 +767,7 @@ omap s <Nop>
"{{ LaTeX editting
""""""""""""""""""""""""""""vimtex settings"""""""""""""""""""""""""""""
if ( g:is_win || g:is_mac ) && executable('latex')
- function! SetServerName()
+ function! SetServerName() abort
if has('win32')
let nvim_server_file = $TEMP . '/curnvimserver.txt'
else