aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vim.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-12-26 13:40:33 +0800
committerGitHub <noreply@github.com>2022-12-26 13:40:33 +0800
commit522b15e2a4d0a0f5a9e5958efa4ffcbb3606f131 (patch)
tree455961489867e2fa0c489a2bd4ff779a90d792fd /src/nvim/vim.h
parent357aab4c65c49a924481a67e17a10bd04c334ab9 (diff)
parent5b89d480e30367259f82680945572b1406219da5 (diff)
downloadrneovim-522b15e2a4d0a0f5a9e5958efa4ffcbb3606f131.tar.gz
rneovim-522b15e2a4d0a0f5a9e5958efa4ffcbb3606f131.tar.bz2
rneovim-522b15e2a4d0a0f5a9e5958efa4ffcbb3606f131.zip
Merge pull request #21202 from luukvbaal/statusline
feat: add 'showcmdloc' option and statusline item
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r--src/nvim/vim.h2
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.