Merge pull request #4729 from jbradaric/vim-7.4.1047

vim-patch 7.4.1047, 7.4.1048, 7.4.1049
This commit is contained in:
Justin M. Keyes 2016-05-12 01:08:36 -04:00
commit a524200ca7
2 changed files with 7 additions and 3 deletions

View File

@ -633,9 +633,9 @@ static int included_patches[] = {
1052,
// 1051,
// 1050,
// 1049,
// 1048,
// 1047,
1049,
1048,
1047,
// 1046,
// 1045 NA
// 1044 NA

View File

@ -9,6 +9,10 @@ describe('wordcount', function()
before_each(clear)
it('is working', function()
execute('set selection=inclusive')
execute('fileformat=unix')
execute('fileformats=unix')
insert([=[
RESULT test:]=])