diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-12-22 12:24:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-22 12:24:23 +0800 |
commit | 089b934352437ab310a6dd3b138c7ed9445a3d7b (patch) | |
tree | 51de0fb010d97d4bd82aa9674156aae8ab619cdd /src/nvim/viml/parser/expressions.h | |
parent | 6700127b30d55e6ddf70495e7b886464172d7ac6 (diff) | |
download | rneovim-089b934352437ab310a6dd3b138c7ed9445a3d7b.tar.gz rneovim-089b934352437ab310a6dd3b138c7ed9445a3d7b.tar.bz2 rneovim-089b934352437ab310a6dd3b138c7ed9445a3d7b.zip |
refactor(options): generate BV_ and WV_ constants (#26705)
Diffstat (limited to 'src/nvim/viml/parser/expressions.h')
-rw-r--r-- | src/nvim/viml/parser/expressions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/viml/parser/expressions.h b/src/nvim/viml/parser/expressions.h index 94287ea4e1..ff33b9ead1 100644 --- a/src/nvim/viml/parser/expressions.h +++ b/src/nvim/viml/parser/expressions.h @@ -8,8 +8,6 @@ #include "nvim/types_defs.h" #include "nvim/viml/parser/parser.h" -struct expr_ast_node; - // Defines whether to ignore case: // == kCCStrategyUseOption // ==# kCCStrategyMatchCase |