]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1256: cannot navigate through errors relative to the cursor v8.1.1256
authorBram Moolenaar <Bram@vim.org>
Fri, 3 May 2019 19:56:35 +0000 (21:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 3 May 2019 19:56:35 +0000 (21:56 +0200)
commit3ff33114d70fc0f7e9c3187c5fec9028f6499cf3
tree62a9dedf831bf246b93c1a8c3715669c77f6040a
parent12e91862c14a1af44b537d478e8a5021893044fe
patch 8.1.1256: cannot navigate through errors relative to the cursor

Problem:    Cannot navigate through errors relative to the cursor.
Solution:   Add :cabove, :cbelow, :labove and :lbelow. (Yegappan Lakshmanan,
            closes #4316)
runtime/doc/index.txt
runtime/doc/quickfix.txt
src/ex_cmdidxs.h
src/ex_cmds.h
src/ex_docmd.c
src/proto/quickfix.pro
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c