aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-29 21:13:43 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-29 21:56:34 -0400
commit1e03e76dafb5d166bb3d9ed262695f306de6ac4d (patch)
tree6a56adadbd656a2fe074e558d9043e1337eabe5f /runtime/doc/syntax.txt
parent9f54d125d2b601029cb2b6dbffcc361c2e8fb974 (diff)
downloadrneovim-1e03e76dafb5d166bb3d9ed262695f306de6ac4d.tar.gz
rneovim-1e03e76dafb5d166bb3d9ed262695f306de6ac4d.tar.bz2
rneovim-1e03e76dafb5d166bb3d9ed262695f306de6ac4d.zip
vim-patch:207f009326c8
Update runtime files. https://github.com/vim/vim/commit/207f009326c8f878defde0e594d7d9ed9860106e Omit nl.po.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index fa9a8bbd2b..a13d9f5190 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -4300,7 +4300,7 @@ Notes:
- A negative offset for an end pattern may not always work, because the end
pattern may be detected when the highlighting should already have stopped.
- Before Vim 7.2 the offsets were counted in bytes instead of characters.
- This didn't work well for multi-byte characters, so it was changed with the
+ This didn't work well for multibyte characters, so it was changed with the
Vim 7.2 release.
- The start of a match cannot be in a line other than where the pattern
matched. This doesn't work: "a\nb"ms=e. You can make the highlighting