aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 14:08:45 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-01 14:22:52 -0400
commitb16c7c515c34d2f695a595527594325abc6a640b (patch)
treed539446f64bc19dbb6fe1ba1f2cbbf965d574c5f /runtime/doc/options.txt
parentb084f49496c91f8f16dced5850774221921c1667 (diff)
downloadrneovim-b16c7c515c34d2f695a595527594325abc6a640b.tar.gz
rneovim-b16c7c515c34d2f695a595527594325abc6a640b.tar.bz2
rneovim-b16c7c515c34d2f695a595527594325abc6a640b.zip
vim-patch:4f4d51a942cc
Update runtime files. https://github.com/vim/vim/commit/4f4d51a942cc2c6b3e936ee0f93f00c2d000065c Omit "??" operator. Patches v8.2.1794,v8.2.1798 are not ported yet.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 473f680cab..52065ea3b5 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1858,7 +1858,7 @@ A jump table for the options with a short description can be found at |Q_op|.
"x" delete each combining character on its own. When it is off (the
default) the character along with its combining characters are
deleted.
- Note: When 'delcombine' is set "xx" may work different from "2x"!
+ Note: When 'delcombine' is set "xx" may work differently from "2x"!
This is useful for Arabic, Hebrew and many other languages where one
may have combining characters overtop of base characters, and want
@@ -3554,7 +3554,7 @@ A jump table for the options with a short description can be found at |Q_op|.
characters. Example: "abc;ABC"
Example: "aA,fgh;FGH,cCdDeE"
Special characters need to be preceded with a backslash. These are
- ";", ',' and backslash itself.
+ ";", ',', '"', '|' and backslash itself.
This will allow you to activate vim actions without having to switch
back and forth between the languages. Your language characters will