Fix syntax occasionally not working in popup, and custom vimrc crashing in neovim
This commit is contained in:
parent
476300f815
commit
0810d7154c
4 changed files with 7 additions and 3 deletions
|
|
@ -707,7 +707,7 @@ def SetSyntax( current_syntax, syntax, *args ):
|
|||
syntax = ''
|
||||
|
||||
if current_syntax == syntax:
|
||||
return
|
||||
return syntax
|
||||
|
||||
# We use set syn= because just setting vim.Buffer.options[ 'syntax' ]
|
||||
# doesn't actually trigger the Syntax autocommand, and i'm not sure that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue