-*version9.txt* For Vim version 9.1. Last change: 2024 Dec 28
+*version9.txt* For Vim version 9.1. Last change: 2024 Dec 29
VIM REFERENCE MANUAL by Bram Moolenaar
|CompleteDone| autocommand in the |v:event| dictionary
- the default fontsize for the GTK builds of Vim (Windows and Unix) has been
increased to 12pt to accomodate modern high-dpi monitors
-- filetype detection now detects bash scripts as a separate "bash filetype
+- filetype detection now detects bash scripts as a separate "bash" filetype
instead of the "sh" filetype
- the default value of the 'keyprotocol' option has been updated by support
for the ghostty terminal emulator (using kitty protocol)
-*windows.txt* For Vim version 9.1. Last change: 2024 Dec 16
+*windows.txt* For Vim version 9.1. Last change: 2024 Dec 29
VIM REFERENCE MANUAL by Bram Moolenaar
If [N] is not given, the current buffer remains being edited.
See |:buffer-!| for [!]. This will also edit a buffer that is
not in the buffer list, without setting the 'buflisted' flag.
- The notation with single quotes does not work here, `:pbuffer
- 12'345'` uses 12'345 as a buffer name. Also see |+cmd|.
+ The notation with single quotes does not work here,
+ `:pbuffer 12'345'` uses 12'345' as a buffer name.
+ Also see |+cmd|.
*:ped* *:pedit*
:ped[it][!] [++opt] [+cmd] {file}
[!]. This will also edit a buffer that is not in the buffer
list, without setting the 'buflisted' flag.
The notation with single quotes does not work here,
- `:buf 12'345'` uses 12'345 as a buffer name.
+ `:buf 12'345'` uses 12'345' as a buffer name.
Also see |+cmd|.
:[N]b[uffer][!] [+cmd] {bufname} *{bufname}*