mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:7.4.1047
Problem: Tests fail on MS-Windows.
Solution: Set 'selection' to inclusive.
7f68203168
This commit is contained in:
parent
0bfc1f33a0
commit
ae7500457e
@ -631,7 +631,7 @@ static int included_patches[] = {
|
||||
// 1050,
|
||||
// 1049,
|
||||
// 1048,
|
||||
// 1047,
|
||||
1047,
|
||||
// 1046,
|
||||
// 1045 NA
|
||||
// 1044 NA
|
||||
|
@ -9,6 +9,7 @@ describe('wordcount', function()
|
||||
before_each(clear)
|
||||
|
||||
it('is working', function()
|
||||
execute('set selection=inclusive')
|
||||
insert([=[
|
||||
RESULT test:]=])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user