mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
vim-patch:7.4.1714
Problem: Non-GUI specific settings in the gvimrc_example file.
Solution: Move some settings to the vimrc_example file. Remove setting
'hlsearch' again. (suggested by Hirohito Higashi)
54f1b7abf8
This commit is contained in:
parent
eeec0cab58
commit
c3990ba0e6
@ -19,6 +19,12 @@ inoremap <C-U> <C-G>u<C-U>
|
|||||||
" Switch syntax highlighting on
|
" Switch syntax highlighting on
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
|
" Also switch on highlighting the last used search pattern.
|
||||||
|
set hlsearch
|
||||||
|
|
||||||
|
" I like highlighting strings inside C comments.
|
||||||
|
let c_comment_strings=1
|
||||||
|
|
||||||
" Enable file type detection.
|
" Enable file type detection.
|
||||||
" Use the default filetype settings, so that mail gets 'textwidth' set to 72,
|
" Use the default filetype settings, so that mail gets 'textwidth' set to 72,
|
||||||
" 'cindent' is on in C files, etc.
|
" 'cindent' is on in C files, etc.
|
||||||
|
@ -729,7 +729,7 @@ static int included_patches[] = {
|
|||||||
// 1717 NA
|
// 1717 NA
|
||||||
1716,
|
1716,
|
||||||
// 1715,
|
// 1715,
|
||||||
// 1714,
|
1714,
|
||||||
// 1713 NA
|
// 1713 NA
|
||||||
1712,
|
1712,
|
||||||
// 1711,
|
// 1711,
|
||||||
|
Loading…
Reference in New Issue
Block a user