diff options
| author | jdhao <jdhao@hotmail.com> | 2021-02-21 14:24:29 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-02-21 14:24:29 +0800 |
| commit | f4c2817f3ea18464c0be9299b547163f4cd71c28 (patch) | |
| tree | 61845cc669248b37c262e5a7aacb1d15ba65b53f /core | |
| parent | 7085965e05f780a0436a788e91132a142e66a2a1 (diff) | |
update
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 2 |
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 |
