diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2022-11-19 10:31:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-19 10:31:51 +0000 |
commit | 7c57f06b63f7c4e3b62a765b7b7814ef017a602d (patch) | |
tree | e78b4afb39f054bb32e283e1c019fdea22117b55 /runtime/doc/eval.txt | |
parent | af204dd0f193c3cd3154156c9f9fd40199b840c6 (diff) | |
download | rneovim-7c57f06b63f7c4e3b62a765b7b7814ef017a602d.tar.gz rneovim-7c57f06b63f7c4e3b62a765b7b7814ef017a602d.tar.bz2 rneovim-7c57f06b63f7c4e3b62a765b7b7814ef017a602d.zip |
vim-patch:partial:d13166e788fc (#21109)
Update runtime files
https://github.com/vim/vim/commit/d13166e788fcaef59ec65c20b46ca4be16625669
- Skip E1309-1311 (not ported).
- Skip `:echowindow` changes (not ported).
- Skip termdebug winbar doc changes (not fully ported).
- Port missing `g:termdebug_config.{wide,use_prompt}` changes from v8.2.5010.
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 4446598a2e..e4f8030f16 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -2698,6 +2698,8 @@ text... Unlock the internal variable {name}. Does the opposite of |:lockvar|. + No error is given if {name} does not exist. + :if {expr1} *:if* *:end* *:endif* *:en* *E171* *E579* *E580* :en[dif] Execute the commands until the next matching `:else` or `:endif` if {expr1} evaluates to non-zero. |