diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 23:27:35 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 23:39:24 +0200 |
commit | 40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7 (patch) | |
tree | 376dbc0cea422b0b963c3823538cdfa70735ddc1 /runtime/doc/eval.txt | |
parent | a5e9974ed77621c224b2b8fa49f76cab954fb2c6 (diff) | |
download | rneovim-40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7.tar.gz rneovim-40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7.tar.bz2 rneovim-40fb96c76a46a85adb6a62ab8d83e83fc8e7aca7.zip |
vim-patch:3e496b0ea319
Updated runtime files.
https://github.com/vim/vim/commit/3e496b0ea31996b665824f45664dee1fdd73c4d0
NA patches:
vim-patch:8.0.0015
vim-patch:8.0.0016
vim-patch:177778575148
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index c58396d889..19c1f0c23d 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4553,6 +4553,7 @@ histadd({history}, {item}) *histadd()* "expr" or "=" typed expression history "input" or "@" input line history "debug" or ">" debug command history + empty the current or last used history The {history} string does not need to be the whole name, one character is sufficient. If {item} does already exist in the history, it will be |