forked from vim/vim
-
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
201 changed files
with
2,669 additions
and
2,351 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
" Vim support file to help with paste mappings and menus | ||
" Maintainer: Bram Moolenaar <[email protected]> | ||
" Last Change: 2006 Mar 09 | ||
" Last Change: 2006 Apr 21 | ||
|
||
" Define the string to use for items that are present both in Edit, Popup and | ||
" Toolbar menu. Also used in mswin.vim and macmap.vim. | ||
|
@@ -33,7 +33,3 @@ else | |
let paste#paste_cmd['v'] = '"-c<Esc>gix<Esc>' . paste#paste_cmd['n'] . '"_x' | ||
let paste#paste_cmd['i'] = 'x<Esc>' . paste#paste_cmd['n'] . '"_s' | ||
endif | ||
|
||
if has("virtualedit") | ||
else | ||
endif |
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,6 @@ | ||
" Vim color file | ||
" Maintainer: Bohdan Vlasyuk <[email protected]> | ||
" Last Change: 2005 Mar 28 | ||
" Last Change: 2006 Apr 21 | ||
|
||
" darkblue -- for those who prefer dark background | ||
" [note: looks bit uglier with come terminal palettes, | ||
|
@@ -58,5 +58,3 @@ hi PreProc ctermfg=magenta guifg=#ff80ff gui=none cterm=none | |
hi type ctermfg=green guifg=#60ff60 gui=none cterm=none | ||
hi Underlined cterm=underline term=underline | ||
hi Ignore guifg=bg ctermfg=bg | ||
|
||
|
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
Oops, something went wrong.