mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.0227
This commit is contained in:
parent
ea0cd36bdd
commit
a83c3e0ebd
@ -1,7 +1,7 @@
|
||||
" Vim syntax file
|
||||
" Language: C-shell (tcsh)
|
||||
" Maintainer: Gautam Iyer <gautam@math.uchicago.edu>
|
||||
" Last Modified: Mon 23 Feb 2004 02:28:51 PM CST
|
||||
" Maintainor: Gautam Iyer <gautam@math.uchicago.edu>
|
||||
" Last Modified: Sat 11 Mar 2006 11:16:47 AM CST
|
||||
"
|
||||
" Description: We break up each statement into a "command" and an "end" part.
|
||||
" All groups are either a "command" or part of the "end" of a statement (ie
|
||||
@ -165,8 +165,8 @@ hi def link tcshExprOp tcshOperator
|
||||
hi def link tcshExprEnd tcshOperator
|
||||
hi def link tcshComment comment
|
||||
hi def link tcshCommentTi preproc
|
||||
hi def link tcshCommentSp WarningMsg
|
||||
hi def link tcshSharpBang preproc
|
||||
hi def link tcshCommentSp tcshCommentTi
|
||||
hi def link tcshSharpBang tcshCommentTi
|
||||
hi def link tcshTodo todo
|
||||
hi def link tcshSQuote constant
|
||||
hi def link tcshDQuote tcshSQuote
|
||||
|
@ -23,7 +23,7 @@
|
||||
#
|
||||
# OLE interface: OLE=yes (usually with GUI=yes)
|
||||
#
|
||||
# Multibyte support: MBYTE=yes
|
||||
# Multibyte support: MBYTE=yes (default is no)
|
||||
#
|
||||
# IME support: IME=yes (requires GUI=yes)
|
||||
# DYNAMIC_IME=[yes or no] (to load the imm32.dll dynamically, default
|
||||
|
@ -7880,8 +7880,12 @@ nv_g_cmd(cap)
|
||||
/*
|
||||
* "g8": Display the bytes used for the UTF-8 character under the
|
||||
* cursor. It is displayed in hex.
|
||||
* "8g8" finds illegal byte sequence.
|
||||
*/
|
||||
case '8':
|
||||
if (cap->count0 == 8)
|
||||
utf_find_illegal();
|
||||
else
|
||||
show_utf8();
|
||||
break;
|
||||
#endif
|
||||
|
@ -7,12 +7,12 @@
|
||||
123456
|
||||
1234567
|
||||
12345678
|
||||
123456789
|
||||
456789
|
||||
3456789
|
||||
23456789
|
||||
123456789
|
||||
123456789
|
||||
123456789
|
||||
123456
|
||||
2222 -----
|
||||
123456abc
|
||||
|
Loading…
x
Reference in New Issue
Block a user