mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 20:38:18 +00:00
*: Fix clint errors
This commit is contained in:
@@ -110,7 +110,7 @@ bool try_end(Error *err)
|
||||
{
|
||||
// Note: all globals manipulated here should be saved/restored in
|
||||
// try_enter/try_leave.
|
||||
--trylevel;
|
||||
trylevel--;
|
||||
|
||||
// Without this it stops processing all subsequent VimL commands and
|
||||
// generates strange error messages if I e.g. try calling Test() in a
|
||||
|
Reference in New Issue
Block a user