diff options
author | Jakub Łuczyński <doubleloop@o2.pl> | 2020-02-10 18:34:18 +0100 |
---|---|---|
committer | Jakub Łuczyński <doubleloop@o2.pl> | 2020-02-13 14:11:53 +0100 |
commit | d50c1123d5616c9757bb5707416696cda1a43716 (patch) | |
tree | 6c811cd33901996b1ac279582bf7c0a7580c061e /src/nvim/vim.h | |
parent | e367e80e1123d9cd4f6c4c650cf92fc6f15a5bcc (diff) | |
download | rneovim-d50c1123d5616c9757bb5707416696cda1a43716.tar.gz rneovim-d50c1123d5616c9757bb5707416696cda1a43716.tar.bz2 rneovim-d50c1123d5616c9757bb5707416696cda1a43716.zip |
fix: includes
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r-- | src/nvim/vim.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h index 81540a93e0..c1eea1ab90 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -260,6 +260,8 @@ enum { FOLD_TEXT_LEN = 51 }; //!< buffer size for get_foldtext() #define SHOWCMD_COLS 10 // columns needed by shown command #define STL_MAX_ITEM 80 // max nr of %<flag> in statusline +#include "nvim/path.h" + /// Compare file names /// /// On some systems case in a file name does not matter, on others it does. |