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:
Shougo Matsushita 2016-10-04 23:09:41 +09:00
parent eeec0cab58
commit c3990ba0e6
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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,