diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-02-11 22:37:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 22:37:38 -0500 |
commit | 52397aaa0d1e2d4ce1320c73761cf316fc608ffb (patch) | |
tree | 647d32b73f0c9568acade1ed6e4d4e023c9c871b /src/nvim/ex_cmds.h | |
parent | 393095c1c69de922530871f74869433327b247b6 (diff) | |
parent | 4bc82a59b6fc3927ce20c7cadb080ed1c9d6fce8 (diff) | |
download | rneovim-52397aaa0d1e2d4ce1320c73761cf316fc608ffb.tar.gz rneovim-52397aaa0d1e2d4ce1320c73761cf316fc608ffb.tar.bz2 rneovim-52397aaa0d1e2d4ce1320c73761cf316fc608ffb.zip |
Merge pull request #13491 from seandewar/vim-8.2.1967
vim-patch:8.2.{1967,2058,2467}
Diffstat (limited to 'src/nvim/ex_cmds.h')
-rw-r--r-- | src/nvim/ex_cmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_cmds.h b/src/nvim/ex_cmds.h index b564cde56c..1b54b3a898 100644 --- a/src/nvim/ex_cmds.h +++ b/src/nvim/ex_cmds.h @@ -16,7 +16,7 @@ #define ECMD_OLDBUF 0x04 // use existing buffer if it exists #define ECMD_FORCEIT 0x08 // ! used in Ex command #define ECMD_ADDBUF 0x10 // don't edit, just add to buffer list - +#define ECMD_ALTBUF 0x20 // like ECMD_ADDBUF and set the alternate file /* for lnum argument in do_ecmd() */ #define ECMD_LASTL (linenr_T)0 /* use last position in loaded file */ |