]> granicus.if.org Git - vim/commit
patch 8.1.1275: cannot navigate to errors before/after the cursor v8.1.1275
authorBram Moolenaar <Bram@vim.org>
Sun, 5 May 2019 13:02:30 +0000 (15:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 May 2019 13:02:30 +0000 (15:02 +0200)
commitcf6a55c4b0cbf38b0c3fbed5ffd9a3fd0d2ede0e
treeba576efdd0c82bd9177a75be2584be5f445a680b
parentce79353ace9e21238f13655089363cd23cbb6b32
patch 8.1.1275: cannot navigate to errors before/after the cursor

Problem:    Cannot navigate to errors before/after the cursor.
Solution:   Add the :cbefore and :cafter commands. (Yegappan Lakshmanan,
            closes #4340)
runtime/doc/index.txt
runtime/doc/quickfix.txt
src/ex_cmdidxs.h
src/ex_cmds.h
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c