comparison runtime/syntax/readline.vim @ 2034:7bc41231fbc7

Update runtime files.
author Bram Moolenaar <bram@zimbu.org>
date Wed, 06 Jan 2010 20:54:52 +0100
parents 82b5078be2dd
children 3c7da93eb7f9
comparison
equal deleted inserted replaced
2033:de5a43c5eedc 2034:7bc41231fbc7
1 " Vim syntax file 1 " Vim syntax file
2 " Language: readline(3) configuration file 2 " Language: readline(3) configuration file
3 " Maintainer: Nikolai Weibull <now@bitwi.se> 3 " Maintainer: Nikolai Weibull <now@bitwi.se>
4 " Latest Revision: 2007-06-17 4 " Latest Revision: 2009-05-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
126 \ vi-overstrike-delete do-lowercase-version 126 \ vi-overstrike-delete do-lowercase-version
127 \ delete-char-or-list tty-status 127 \ delete-char-or-list tty-status
128 \ arrow-key-prefix vi-back-to-indent vi-bword 128 \ arrow-key-prefix vi-back-to-indent vi-bword
129 \ vi-bWord vi-eword vi-eWord vi-fword vi-fWord 129 \ vi-bWord vi-eword vi-eWord vi-fword vi-fWord
130 \ vi-next-word 130 \ vi-next-word
131 \ vi-movement-mode
131 132
132 if exists("readline_has_bash") 133 if exists("readline_has_bash")
133 syn keyword readlineFunctions contained 134 syn keyword readlineFunctions contained
134 \ shell-expand-line history-expand-line 135 \ shell-expand-line history-expand-line
135 \ magic-space alias-expand-line 136 \ magic-space alias-expand-line