diff options
| author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-08-18 21:47:45 -0400 |
|---|---|---|
| committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-08-18 21:55:54 -0400 |
| commit | 098e1f9dfd688fdbb5489ac1f4698c7cb5555e0e (patch) | |
| tree | 4c110fe6eaf1b4f66bb2d684e444feba6b2b5b3d /src/nvim/testdir/Makefile | |
| parent | 98632f1cce66e5dd82c17f7a8da6e447b32fc962 (diff) | |
| download | rneovim-098e1f9dfd688fdbb5489ac1f4698c7cb5555e0e.tar.gz rneovim-098e1f9dfd688fdbb5489ac1f4698c7cb5555e0e.tar.bz2 rneovim-098e1f9dfd688fdbb5489ac1f4698c7cb5555e0e.zip | |
vim-patch:8.0.0762: ml_get error with :psearch in buffer without a name
Problem: ml_get error with :psearch in buffer without a name. (Dominique
Pelle)
Solution: Use the buffer number instead of the file name. Check the cursor
position.
https://github.com/vim/vim/commit/c31f9ae4f1976544522313b182957793063ee02c
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 1e3dc04049..5057c8eb0a 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -88,6 +88,7 @@ NEW_TESTS ?= \ test_normal.res \ test_number.res \ test_options.res \ + test_preview.res \ test_profile.res \ test_put.res \ test_python2.res \ |