diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2024-10-17 07:30:49 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2024-10-17 07:55:55 +0800 |
| commit | de74ed35aff7ce5586a5fcefda415942108eb4ac (patch) | |
| tree | 9b46f5465a01f8fc7c289537888625bc6970e3aa /runtime/doc | |
| parent | 1f7f83ff678de4ba2acaefafb9fbd1d69dd2abe3 (diff) | |
| download | rneovim-de74ed35aff7ce5586a5fcefda415942108eb4ac.tar.gz rneovim-de74ed35aff7ce5586a5fcefda415942108eb4ac.tar.bz2 rneovim-de74ed35aff7ce5586a5fcefda415942108eb4ac.zip | |
vim-patch:4bfb899: runtime(help): fix end of sentence highlight in code examples
closes: vim/vim#15745
https://github.com/vim/vim/commit/4bfb89996f227d5fbb4803f0d8dbd3105483b625
Co-authored-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Danilo Rezende <returndanilo@users.noreply.github.com>
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/repeat.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 49679213e2..abeefb980e 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -979,9 +979,9 @@ For example, to profile the one_script.vim script file: > clear the profiling statistics and start profiling again. :prof[ile] pause - Don't profile until the following `:profile continue`. Can be - used when doing something that should not be counted (e.g., an - external command). Does not nest. + Stop profiling until the next `:profile continue` command. + Can be used when doing something that should not be counted + (e.g., an external command). Does not nest. :prof[ile] continue Continue profiling after `:profile pause`. |