diff options
| author | Marco Hinz <mh.codebro@gmail.com> | 2014-09-23 16:46:36 +0200 |
|---|---|---|
| committer | Marco Hinz <mh.codebro@gmail.com> | 2014-09-23 16:46:36 +0200 |
| commit | 366f358a62f6b75ad08cbd9b69ba67e99fa3d2b1 (patch) | |
| tree | b5bf4b96dd0e0a03a67653a4c8ce382ad80ffca1 /src/nvim/testdir/test63.ok | |
| parent | 21f1802b8af60878c5c83032732cb1b4e1ef7f34 (diff) | |
| download | rneovim-366f358a62f6b75ad08cbd9b69ba67e99fa3d2b1.tar.gz rneovim-366f358a62f6b75ad08cbd9b69ba67e99fa3d2b1.tar.bz2 rneovim-366f358a62f6b75ad08cbd9b69ba67e99fa3d2b1.zip | |
vim-patch:7.4.405
Problem: Screen updating is slow when using matches.
Solution: Do not use the ">=" as in patch 7.4.362, check the lnum.
https://code.google.com/p/vim/source/detail?r=v7-4-405
Diffstat (limited to 'src/nvim/testdir/test63.ok')
| -rw-r--r-- | src/nvim/testdir/test63.ok | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test63.ok b/src/nvim/testdir/test63.ok index f804b693ac..5d619395b7 100644 --- a/src/nvim/testdir/test63.ok +++ b/src/nvim/testdir/test63.ok @@ -12,3 +12,5 @@ Results of test63: *** Test 11: [{'group': 'MyGroup1', 'id': 3, 'priority': 10, 'pos1': [1, 5, 1], 'pos2': [1, 8, 3]}] OK +[{'group': 'MyGroup1', 'id': 11, 'priority': 10, 'pos1': [1, 4, 2], 'pos2': [1, 9, 2]}] +OK |