diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-10-14 09:27:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-14 09:27:29 +0800 |
| commit | a6d5e6b105a6b4d499e8b288f660afecf62356fd (patch) | |
| tree | 26f15c886c9482ba69547ff9d13ffc3cc8ec4228 /runtime/doc | |
| parent | 36890824c7edb7bc5458062c14efbfa0b1d280b5 (diff) | |
| download | rneovim-a6d5e6b105a6b4d499e8b288f660afecf62356fd.tar.gz rneovim-a6d5e6b105a6b4d499e8b288f660afecf62356fd.tar.bz2 rneovim-a6d5e6b105a6b4d499e8b288f660afecf62356fd.zip | |
vim-patch:a420547: runtime(misc): Use consistent "Vim script" spelling (#30805)
References: https://groups.google.com/g/vim_dev/c/3Z5yM8KER2w/m/wAqws0QSEAAJ
closes: vim/vim#15863
https://github.com/vim/vim/commit/a4205471adae39c80fb7f151a4f33051fcb80001
Co-authored-by: h-east <h.east.727@gmail.com>
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/editing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index 0008713025..91c9554d63 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1287,7 +1287,7 @@ separated by ';'. For example, to have only Vim files in the dialog, you could use the following command: > - let g:browsefilter = "Vim Scripts\t*.vim\nVim Startup Files\t*vimrc\n" + let g:browsefilter = "Vim scripts\t*.vim\nVim Startup Files\t*vimrc\n" You can override the filter setting on a per-buffer basis by setting the b:browsefilter variable. You would most likely set b:browsefilter in a |