diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-23 22:02:02 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-23 22:02:02 +0200 |
commit | c31f9ae4f1976544522313b182957793063ee02c (patch) | |
tree | aaade7d671291b0ec853fe0c6a8d44f525d05f05 /src/Makefile | |
parent | 1f2903c43109b16594d141a730659317b15f388d (diff) | |
download | vim-git-c31f9ae4f1976544522313b182957793063ee02c.tar.gz |
patch 8.0.0762: ml_get error with :psearch in buffer without a namev8.0.0762
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.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index dcb920395..e522c78c4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2216,6 +2216,7 @@ test_arglist \ test_perl \ test_plus_arg_edit \ test_popup \ + test_preview \ test_profile \ test_put \ test_python2 \ |