neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 72d3ffd716be3fe7ad2b09c5d3de66fdb6f0fd2c
parent 0fa81578af7c5af5f43a3d91845ce0225438796e
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Wed,  6 Aug 2025 18:52:53 +0800

vim-patch:a7a2a2b: runtime(doc): Tweak documentation style (#35184)

closes: vim/vim#17862

https://github.com/vim/vim/commit/a7a2a2b5ae45c02416d1489a023a840a7722d444

Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
Diffstat:
Mruntime/doc/quickref.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt @@ -625,6 +625,7 @@ Short explanation of each option: *option-list* 'arabic' 'arab' for Arabic as a default second language 'arabicshape' 'arshape' do shaping for Arabic characters 'autochdir' 'acd' change directory to the file in the current window +'autocomplete' 'ac' enable automatic completion in insert mode 'autoindent' 'ai' take indent for new line from previous line 'autoread' 'ar' autom. read file when changed outside of Vim 'autowrite' 'aw' automatically write file if changed