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 /runtime/doc | |
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 'runtime/doc')
-rw-r--r-- | runtime/doc/index.txt | 1 | ||||
-rw-r--r-- | runtime/doc/windows.txt | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 172821ac28..c824a9f9f6 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1144,6 +1144,7 @@ tag command action ~ |:bNext| :bN[ext] go to previous buffer in the buffer list |:ball| :ba[ll] open a window for each buffer in the buffer list |:badd| :bad[d] add buffer to the buffer list +|:balt| :balt like ":badd" but also set the alternate file |:bdelete| :bd[elete] remove a buffer from the buffer list |:behave| :be[have] set mouse and selection behavior |:belowright| :bel[owright] make split window appear right or below diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 2c3ffcbe9a..35efb1bbce 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -1039,6 +1039,11 @@ list of buffers. |unlisted-buffer| line when the buffer is first entered. Note that other commands after the + will be ignored. + *:balt* +:balt [+lnum] {fname} + Like `:badd` and also set the alternate file for the current + window to {fname}. + :[N]bd[elete][!] *:bd* *:bdel* *:bdelete* *E516* :bd[elete][!] [N] Unload buffer [N] (default: current buffer) and delete it from |