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
nnoremap <expr> gp '`[' . strpart(getregtype(), 0, 1) . '`]' |
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
" Vim color file | |
" Maintainer: David V | |
" Last Change: 2015-01-09 | |
" First remove all existing highlighting. | |
set background=light | |
hi clear | |
if exists("syntax_on") | |
syntax reset | |
endif |