diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 23:50:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 23:50:10 +0100 |
| commit | bbf730aa3180c4522c34f4529130827874be25d1 (patch) | |
| tree | fc1c6d82d3e340ebfc268b8274c24f1790c3849f /runtime/syntax/readline.vim | |
| parent | ae569ea57b1df1b450803b6d23ab8c315dd72e72 (diff) | |
| parent | 2ca59638ba04d11c397496d4f12f4d24e3461f0e (diff) | |
| download | rneovim-bbf730aa3180c4522c34f4529130827874be25d1.tar.gz rneovim-bbf730aa3180c4522c34f4529130827874be25d1.tar.bz2 rneovim-bbf730aa3180c4522c34f4529130827874be25d1.zip | |
Merge #7503 from justinmk/vim-patches
Diffstat (limited to 'runtime/syntax/readline.vim')
| -rw-r--r-- | runtime/syntax/readline.vim | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/syntax/readline.vim b/runtime/syntax/readline.vim index 2ec0c8e60a..b50b9c60e5 100644 --- a/runtime/syntax/readline.vim +++ b/runtime/syntax/readline.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: readline(3) configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2012-04-25 +" Latest Revision: 2017-06-25 " readline_has_bash - if defined add support for bash specific " settings/functions @@ -119,6 +119,7 @@ syn keyword readlineVariable contained \ nextgroup=readlineBoolean \ skipwhite \ bind-tty-special-chars + \ colored-stats \ completion-ignore-case \ completion-map-case \ convert-meta @@ -142,6 +143,7 @@ syn keyword readlineVariable contained \ revert-all-at-newline \ show-all-if-ambiguous \ show-all-if-unmodified + \ show-mode-in-prompt \ skip-completed-text \ visible-stats @@ -158,6 +160,7 @@ syn keyword readlineVariable contained \ completion-prefix-display-length \ completion-query-items \ history-size + \ keyseq-timeout syn keyword readlineVariable contained \ nextgroup=readlineEditingMode |