commit | c31f9ae4f1976544522313b182957793063ee02c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 22:02:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 22:02:02 2017 +0200 |
tree | aaade7d671291b0ec853fe0c6a8d44f525d05f05 | |
parent | 1f2903c43109b16594d141a730659317b15f388d [diff] [blame] |
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.
diff --git a/src/Makefile b/src/Makefile index dcb9203..e522c78 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2216,6 +2216,7 @@ test_perl \ test_plus_arg_edit \ test_popup \ + test_preview \ test_profile \ test_put \ test_python2 \