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

patch 8.1.0141: :cexpr no longer jumps to the first error

Problem:    :cexpr no longer jumps to the first error.
Solution:   Use the quickfix list identifier. (Yegappan Lakshmanan,
            closes #3092)
This commit is contained in:
Bram Moolenaar
2018-07-03 16:54:23 +02:00
parent 6dc819b129
commit 531b9a3a63
3 changed files with 208 additions and 45 deletions

View File

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