diff options
Diffstat (limited to 'src/nvim/tag.h')
-rw-r--r-- | src/nvim/tag.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/tag.h b/src/nvim/tag.h index f628d23fbe..87e71c8bef 100644 --- a/src/nvim/tag.h +++ b/src/nvim/tag.h @@ -5,6 +5,8 @@ #include "nvim/ex_cmds_defs.h" // IWYU pragma: keep #include "nvim/option_defs.h" // IWYU pragma: keep +enum { LSIZE = 512, }; ///< max. size of a line in the tags file + /// Values for do_tag(). enum { DT_TAG = 1, ///< jump to newer position or same tag again |