diff options
Diffstat (limited to 'src/nvim/vim.h')
| -rw-r--r-- | src/nvim/vim.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/nvim/vim.h b/src/nvim/vim.h index 59b818fad7..bfe75ef9f7 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -235,8 +235,6 @@ enum { FOLD_TEXT_LEN = 51, };  //!< buffer size for get_foldtext()  // destination and mess up the screen.  #define PERROR(msg) (void)semsg("%s: %s", (msg), strerror(errno)) -#define SHOWCMD_COLS 10                 // columns needed by shown command -  #include "nvim/path.h"  // Enums need a typecast to be used as array index. | 
