0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.1.0337: :file fails in quickfix command

Problem:    :file fails in quickfix command.
Solution:   Allow :file without argument when curbuf_lock is set. (Jason
            Franklin)
This commit is contained in:
Bram Moolenaar
2018-08-30 15:58:28 +02:00
parent dd5d18eadf
commit 379fb76b08
3 changed files with 41 additions and 3 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
337,
/**/
336,
/**/