mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
refactor: uncrustify #16090
This commit is contained in:
@@ -77,7 +77,7 @@ typedef int (*Indenter)(void);
|
||||
enum GRegFlags {
|
||||
kGRegNoExpr = 1, ///< Do not allow expression register.
|
||||
kGRegExprSrc = 2, ///< Return expression itself for "=" register.
|
||||
kGRegList = 4 ///< Return list.
|
||||
kGRegList = 4, ///< Return list.
|
||||
};
|
||||
|
||||
/// Definition of one register
|
||||
|
Reference in New Issue
Block a user