diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-07-25 20:58:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 20:58:09 +0800 |
commit | aba3ceccb77518b93891af97fe93f5c8734eccf4 (patch) | |
tree | 28d47e82ee5b6d746adac472baeb5ebcf9f673d6 /runtime/doc/news.txt | |
parent | 20c331915f4e317c615c7cfea469a9baedd2e4f7 (diff) | |
download | rneovim-aba3ceccb77518b93891af97fe93f5c8734eccf4.tar.gz rneovim-aba3ceccb77518b93891af97fe93f5c8734eccf4.tar.bz2 rneovim-aba3ceccb77518b93891af97fe93f5c8734eccf4.zip |
vim-patch:9.0.1335: no test for bad use of spaces in help files (#24483)
Problem: No test for bad use of spaces in help files.
Solution: Add checks for use of spaces in help files. Ignore intentional
spaces. (Hirohito Higashi, closes vim/vim#11952)
https://github.com/vim/vim/commit/d950984489e50b12d87c85f0cce1d672c880aa23
Cherry-pick changes from patch 9.0.1604.
Co-authored-by: h-east <h.east.727@gmail.com>
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 4e24bb6dac..e40fdda3f8 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -207,8 +207,8 @@ release. • vim.lsp functions: - |vim.lsp.util.get_progress_messages()| Use |vim.lsp.status()| instead. - - |vim.lsp.get_active_clients()| Use |vim.lsp.get_clients()| instead. - - |vim.lsp.for_each_buffer_client()| Use |vim.lsp.get_clients()| instead. + - |vim.lsp.get_active_clients()| Use |vim.lsp.get_clients()| instead. + - |vim.lsp.for_each_buffer_client()| Use |vim.lsp.get_clients()| instead. • `vim.loop` has been renamed to `vim.uv`. |