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/version.c b/src/version.c index 2d8079c..c344072 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 762, +/**/ 761, /**/ 760,