comparison runtime/syntax/readline.vim @ 12499:d91cf2e26ef0

Update runtime files. commit https://github.com/vim/vim/commit/37c64c78fd87e086b5a945ad7032787c274e2dcb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 19 22:06:03 2017 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Sep 2017 22:15:06 +0200
parents 1218c5353e2b
children 371ceeebbdaa
comparison
equal deleted inserted replaced
12498:bf98d339b568 12499:d91cf2e26ef0
1 " Vim syntax file 1 " Vim syntax file
2 " Language: readline(3) configuration file 2 " Language: readline(3) configuration file
3 " Previous Maintainer: Nikolai Weibull <now@bitwi.se> 3 " Previous Maintainer: Nikolai Weibull <now@bitwi.se>
4 " Latest Revision: 2012-04-25 4 " Latest Revision: 2017-06-25
5 " readline_has_bash - if defined add support for bash specific 5 " readline_has_bash - if defined add support for bash specific
6 " settings/functions 6 " settings/functions
7 7
8 if exists('b:current_syntax') 8 if exists('b:current_syntax')
9 finish 9 finish
117 117
118 syn keyword readlineVariable contained 118 syn keyword readlineVariable contained
119 \ nextgroup=readlineBoolean 119 \ nextgroup=readlineBoolean
120 \ skipwhite 120 \ skipwhite
121 \ bind-tty-special-chars 121 \ bind-tty-special-chars
122 \ colored-stats
122 \ completion-ignore-case 123 \ completion-ignore-case
123 \ completion-map-case 124 \ completion-map-case
124 \ convert-meta 125 \ convert-meta
125 \ disable-completion 126 \ disable-completion
126 \ echo-control-characters 127 \ echo-control-characters
140 \ page-completions 141 \ page-completions
141 \ print-completions-horizontally 142 \ print-completions-horizontally
142 \ revert-all-at-newline 143 \ revert-all-at-newline
143 \ show-all-if-ambiguous 144 \ show-all-if-ambiguous
144 \ show-all-if-unmodified 145 \ show-all-if-unmodified
146 \ show-mode-in-prompt
145 \ skip-completed-text 147 \ skip-completed-text
146 \ visible-stats 148 \ visible-stats
147 149
148 syn keyword readlineVariable contained 150 syn keyword readlineVariable contained
149 \ nextgroup=readlineString 151 \ nextgroup=readlineString
156 \ skipwhite 158 \ skipwhite
157 \ completion-display-width 159 \ completion-display-width
158 \ completion-prefix-display-length 160 \ completion-prefix-display-length
159 \ completion-query-items 161 \ completion-query-items
160 \ history-size 162 \ history-size
163 \ keyseq-timeout
161 164
162 syn keyword readlineVariable contained 165 syn keyword readlineVariable contained
163 \ nextgroup=readlineEditingMode 166 \ nextgroup=readlineEditingMode
164 \ skipwhite 167 \ skipwhite
165 \ editing-mode 168 \ editing-mode