fix: includes

This commit is contained in:
Jakub Łuczyński
2020-02-10 18:34:18 +01:00
parent e367e80e11
commit d50c1123d5
14 changed files with 33 additions and 4 deletions

View File

@@ -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.