diff options
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index e4e981bb6..d9845715e 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -447,6 +447,8 @@ New functions: ~ |get()| get an item from a List or Dictionary |getbufline()| get a list of lines from a specified buffer (Yegappan Lakshmanan) +|getcmdtype()| return the current command-line type + (Yegappan Lakshmanan) |getfontname()| get actual font name being used |getfperm()| get file permission string (Nikolai Weibull) |getftype()| get type of file (Nikolai Weibull) @@ -812,6 +814,9 @@ Also support t_SI and t_EI on Unix with normal features. (Ciaran McCreesh) When 'foldcolumn' is one then put as much info in it as possible. This allows closing a fold with the mouse by clicking on the '-'. +input() takes an optional completion argument to specify the type of +completion supported for the input. (Yegappan Lakshmanan) + ============================================================================== COMPILE TIME CHANGES *compile-changes-7* |