aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-10-17 07:30:49 +0800
committerzeertzjq <zeertzjq@outlook.com>2024-10-17 07:55:55 +0800
commitde74ed35aff7ce5586a5fcefda415942108eb4ac (patch)
tree9b46f5465a01f8fc7c289537888625bc6970e3aa /runtime/doc
parent1f7f83ff678de4ba2acaefafb9fbd1d69dd2abe3 (diff)
downloadrneovim-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.txt6
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`.