diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-12-26 13:40:33 +0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-26 13:40:33 +0800 | 
| commit | 522b15e2a4d0a0f5a9e5958efa4ffcbb3606f131 (patch) | |
| tree | 455961489867e2fa0c489a2bd4ff779a90d792fd /src/nvim/vim.h | |
| parent | 357aab4c65c49a924481a67e17a10bd04c334ab9 (diff) | |
| parent | 5b89d480e30367259f82680945572b1406219da5 (diff) | |
| download | rneovim-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.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. | 
