diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-17 18:44:25 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-17 18:44:25 -0400 |
commit | aae7e8b7dd0123a75076fa1a2dc4fc9e2635738e (patch) | |
tree | 4d26bbdf87bd9b3fc56990a1aac4f9b537052450 /runtime/doc/eval.txt | |
parent | cc1beecf8149c2eed6e01b415817038609ead123 (diff) | |
parent | 2895883154f4bbf9394e89acb3a86ee75255231b (diff) | |
download | rneovim-aae7e8b7dd0123a75076fa1a2dc4fc9e2635738e.tar.gz rneovim-aae7e8b7dd0123a75076fa1a2dc4fc9e2635738e.tar.bz2 rneovim-aae7e8b7dd0123a75076fa1a2dc4fc9e2635738e.zip |
Merge pull request #4585 from dbarnett/vim-fc39ec
vim-patch:fc39ec
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 6a1eac6814..cf1394d799 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1858,6 +1858,7 @@ getbufvar( {expr}, {varname} [, {def}]) any variable {varname} in buffer {expr} getchar( [expr]) Number get one character from the user getcharmod( ) Number modifiers for the last typed character +getcharsearch() Dict last character search getcmdline() String return the current command-line getcmdpos() Number return cursor position in command-line getcmdtype() String return current command-line type |