-*change.txt* For Vim version 9.2. Last change: 2026 Jun 22
+*change.txt* For Vim version 9.2. Last change: 2026 Jun 26
VIM REFERENCE MANUAL by Bram Moolenaar
feature}
6. Alternate file register "# *quote_#* *quote#* *@#*
-Contains the |alternate-file| name for current window
-This register is writable with `:let` and |setreg()|. This changes which buffer
-CTRL-^ enters. You can't yank or delete into this register.
+Contains the |alternate-file| name for current window.
+This register is writable with `:let` and |setreg()|. This changes which
+buffer CTRL-^ enters. You can't yank or delete into this register.
A String is matched against existing buffer names, like |:buffer|: >
let @# = 'buffer_name'
Also supports using buffer number and |file-pattern|.
-*terminal.txt* For Vim version 9.2. Last change: 2026 Jun 24
+*terminal.txt* For Vim version 9.2. Last change: 2026 Jun 26
VIM REFERENCE MANUAL by Bram Moolenaar
keys in the terminal window. For MS-Windows see the
++eof argument below.
- *term++close* *term++noclose* *term++open*
+ *term++close* *term++noclose* *term++open*
Supported [options] are:
++close The terminal window will close
automatically when the job terminates.
terminal window, see |term_setkill()|
"term_finish" What to do when the job is finished:
"close": close any windows
- "noclose": window will not be opened
+ "noclose": window will not be closed
"open": open window if needed
Note that "open" can be interruptive.
See |term++close|, |term++noclose| and