mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
lint (#16526)
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
#define CSF_THROWN 0x0400 // exception thrown to this try conditional
|
||||
#define CSF_CAUGHT 0x0800 // exception caught by this try conditional
|
||||
#define CSF_SILENT 0x1000 // "emsg_silent" reset by ":try"
|
||||
/* Note that CSF_ELSE is only used when CSF_TRY and CSF_WHILE are unset
|
||||
* (an ":if"), and CSF_SILENT is only used when CSF_TRY is set. */
|
||||
// Note that CSF_ELSE is only used when CSF_TRY and CSF_WHILE are unset
|
||||
// (an ":if"), and CSF_SILENT is only used when CSF_TRY is set.
|
||||
|
||||
/*
|
||||
* What's pending for being reactivated at the ":endtry" of this try
|
||||
|
Reference in New Issue
Block a user