forked from b4winckler/macvim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
2,045 additions
and
1,349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
" Vim support file to detect file types | ||
" | ||
" Maintainer: Bram Moolenaar <[email protected]> | ||
" Last Change: 2014 Sep 05 | ||
" Last Change: 2014 Oct 09 | ||
|
||
" Listen very carefully, I will say this only once | ||
if exists("did_load_filetypes") | ||
|
@@ -1151,7 +1151,7 @@ au BufNewFile,BufRead *.mv,*.mpl,*.mws setf maple | |
au BufNewFile,BufRead *.map setf map | ||
|
||
" Markdown | ||
au BufNewFile,BufRead *.markdown,*.mdown,*.mkd,*.mkdn,*.mdwn,README.md setf markdown | ||
au BufNewFile,BufRead *.markdown,*.mdown,*.mkd,*.mkdn,*.mdwn,*.md setf markdown | ||
|
||
" Mason | ||
au BufNewFile,BufRead *.mason,*.mhtml,*.comp setf mason | ||
|
@@ -1243,8 +1243,8 @@ au BufNewFile,BufRead *.mod | |
\ setf modsim3 | | ||
\ endif | ||
|
||
" Modula 2 | ||
au BufNewFile,BufRead *.m2,*.DEF,*.MOD,*.md,*.mi setf modula2 | ||
" Modula 2 (.md removed in favor of Markdown) | ||
au BufNewFile,BufRead *.m2,*.DEF,*.MOD,*.mi setf modula2 | ||
|
||
" Modula 3 (.m3, .i3, .mg, .ig) | ||
au BufNewFile,BufRead *.[mi][3g] setf modula3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
" Menu Translations: Simplified Chinese <[email protected]> | ||
" Translated By: Yuheng Xie <[email protected]> | ||
" Last Change: Tue Apr 18 22:00:00 2006 | ||
" Menu Translations: Simplified Chinese | ||
" Maintainer: Shun Bai <[email protected]> | ||
" Previous Maintainer: Yuheng Xie <[email protected]> | ||
" Last Change: 2014 Oct 15 | ||
|
||
" vim: ts=8 sw=8 noet | ||
|
||
|
@@ -90,13 +91,14 @@ menutrans Toggle\ &Right\ Scrollbar | |
menutrans F&ile\ Settings 文件设定(&I) | ||
|
||
" Boolean options | ||
menutrans Toggle\ Line\ &Numbering<Tab>:set\ nu! 开/关显示行号(&N)<Tab>:set\ nu! | ||
menutrans Toggle\ &List\ Mode<Tab>:set\ list! 开/关\ list\ 模式(&L)<Tab>:set\ list! | ||
menutrans Toggle\ Line\ &Wrap<Tab>:set\ wrap! 开/关折行(&W)<Tab>:set\ wrap! | ||
menutrans Toggle\ W&rap\ at\ word<Tab>:set\ lbr! 开/关整词折行(&R)<Tab>:set\ lbr! | ||
menutrans Toggle\ &expand-tab<Tab>:set\ et! 开/关扩展\ tab(&E)<Tab>:set\ et! | ||
menutrans Toggle\ &auto-indent<Tab>:set\ ai! 开/关自动缩进(&A)<Tab>:set\ ai! | ||
menutrans Toggle\ &C-indenting<Tab>:set\ cin! 开/关\ C\ 缩进(&C)<Tab>:set\ cin! | ||
menutrans Toggle\ Line\ &Numbering<Tab>:set\ nu! 开/关显示行号(&N)<Tab>:set\ nu! | ||
menutrans Toggle\ relati&ve\ Line\ Numbering<Tab>:set\ rnu! 开/关相对行号(&V)<Tab>:set\ rnu! | ||
menutrans Toggle\ &List\ Mode<Tab>:set\ list! 开/关\ list\ 模式(&L)<Tab>:set\ list! | ||
menutrans Toggle\ Line\ &Wrap<Tab>:set\ wrap! 开/关折行(&W)<Tab>:set\ wrap! | ||
menutrans Toggle\ W&rap\ at\ word<Tab>:set\ lbr! 开/关整词折行(&R)<Tab>:set\ lbr! | ||
menutrans Toggle\ &expand-tab<Tab>:set\ et! 开/关扩展\ tab(&E)<Tab>:set\ et! | ||
menutrans Toggle\ &auto-indent<Tab>:set\ ai! 开/关自动缩进(&A)<Tab>:set\ ai! | ||
menutrans Toggle\ &C-indenting<Tab>:set\ cin! 开/关\ C\ 缩进(&C)<Tab>:set\ cin! | ||
|
||
" other options | ||
menutrans &Shiftwidth 缩进宽度(&S) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
" Menu Translations: Simplified Chinese <[email protected]> | ||
" Translated By: Yuheng Xie <[email protected]> | ||
" Last Change: Tue Apr 18 22:00:00 2006 | ||
" Menu Translations: Simplified Chinese | ||
" Maintainer: Shun Bai <[email protected]> | ||
" Previous Maintainer: Yuheng Xie <[email protected]> | ||
" Last Change: 2014 Oct 15 | ||
|
||
" vim: ts=8 sw=8 noet | ||
|
||
|
@@ -94,6 +95,7 @@ menutrans F&ile\ Settings | |
|
||
" Boolean options | ||
menutrans Toggle\ Line\ &Numbering<Tab>:set\ nu! 开/关显示行号(&N)<Tab>:set\ nu! | ||
menutrans Toggle\ relati&ve\ Line\ Numbering<Tab>:set\ rnu! 开/关相对行号(&V)<Tab>:set\ rnu! | ||
menutrans Toggle\ &List\ Mode<Tab>:set\ list! 开/关\ list\ 模式(&L)<Tab>:set\ list! | ||
menutrans Toggle\ Line\ &Wrap<Tab>:set\ wrap! 开/关折行(&W)<Tab>:set\ wrap! | ||
menutrans Toggle\ W&rap\ at\ word<Tab>:set\ lbr! 开/关整词折行(&R)<Tab>:set\ lbr! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
" Menu Translations: Simplified Chinese <[email protected]> | ||
" Translated By: Yuheng Xie <[email protected]> | ||
" Last Change: Tue Apr 18 22:00:00 2006 | ||
" Menu Translations: Simplified Chinese | ||
" Maintainer: Shun Bai <[email protected]> | ||
" Previous Maintainer: Yuheng Xie <[email protected]> | ||
" Last Change: 2014 Oct 15 | ||
|
||
" vim: ts=8 sw=8 noet | ||
|
||
|
@@ -91,6 +92,7 @@ menutrans F&ile\ Settings 文件设定(&I) | |
|
||
" Boolean options | ||
menutrans Toggle\ Line\ &Numbering<Tab>:set\ nu! 开/关显示行号(&N)<Tab>:set\ nu! | ||
menutrans Toggle\ relati&ve\ Line\ Numbering<Tab>:set\ rnu! 开/关相对行号(&V)<Tab>:set\ rnu! | ||
menutrans Toggle\ &List\ Mode<Tab>:set\ list! 开/关\ list\ 模式(&L)<Tab>:set\ list! | ||
menutrans Toggle\ Line\ &Wrap<Tab>:set\ wrap! 开/关折行(&W)<Tab>:set\ wrap! | ||
menutrans Toggle\ W&rap\ at\ word<Tab>:set\ lbr! 开/关整词折行(&R)<Tab>:set\ lbr! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
" These commands create the option window. | ||
" | ||
" Maintainer: Bram Moolenaar <[email protected]> | ||
" Last Change: 2014 Aug 06 | ||
" Last Change: 2014 Oct 09 | ||
|
||
" If there already is an option window, jump to that one. | ||
if bufwinnr("option-window") > 0 | ||
|
@@ -739,6 +739,7 @@ call <SID>OptionG("km", &km) | |
|
||
call <SID>Header("editing text") | ||
call append("$", "undolevels\tmaximum number of changes that can be undone") | ||
call append("$", "\t(global or local to buffer)") | ||
call append("$", " \tset ul=" . &ul) | ||
call append("$", "undoreload\tmaximum number lines to save for undo on a buffer reload") | ||
call append("$", " \tset ur=" . &ur) | ||
|
@@ -988,6 +989,7 @@ call <SID>BinOptionG("bk", &bk) | |
call append("$", "backupskip\tpatterns that specify for which files a backup is not made") | ||
call append("$", " \tset bsk=" . &bsk) | ||
call append("$", "backupcopy\twhether to make the backup as a copy or rename the existing file") | ||
call append("$", "\t(global or local to buffer)") | ||
call append("$", " \tset bkc=" . &bkc) | ||
call append("$", "backupdir\tlist of directories to put backup files in") | ||
call <SID>OptionG("bdir", &bdir) | ||
|
Oops, something went wrong.