mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
window: Fix linter errors.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#define FNAME_INCL 8 /* apply 'includeexpr' */
|
||||
#define FNAME_REL 16 /* ".." and "./" are relative to the (current)
|
||||
file instead of the current directory */
|
||||
#define FNAME_UNESC 32 /* remove backslashes used for escaping */
|
||||
#define FNAME_UNESC 32 // remove backslashes used for escaping
|
||||
|
||||
/*
|
||||
* arguments for win_split()
|
||||
|
Reference in New Issue
Block a user