comparison runtime/doc/index.txt @ 16505:28e3ba82d8c8 v8.1.1256

patch 8.1.1256: cannot navigate through errors relative to the cursor commit https://github.com/vim/vim/commit/3ff33114d70fc0f7e9c3187c5fec9028f6499cf3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 3 21:56:35 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 May 2019 22:00:06 +0200
parents 8c3a1bd270bb
children 1d2b3bb35414
comparison
equal deleted inserted replaced
16504:d70715c33e4f 16505:28e3ba82d8c8
1186 |:change| :c[hange] replace a line or series of lines 1186 |:change| :c[hange] replace a line or series of lines
1187 |:cNext| :cN[ext] go to previous error 1187 |:cNext| :cN[ext] go to previous error
1188 |:cNfile| :cNf[ile] go to last error in previous file 1188 |:cNfile| :cNf[ile] go to last error in previous file
1189 |:cabbrev| :ca[bbrev] like ":abbreviate" but for Command-line mode 1189 |:cabbrev| :ca[bbrev] like ":abbreviate" but for Command-line mode
1190 |:cabclear| :cabc[lear] clear all abbreviations for Command-line mode 1190 |:cabclear| :cabc[lear] clear all abbreviations for Command-line mode
1191 |:cabove| :cabo[ve] go to error above current line
1191 |:caddbuffer| :cad[dbuffer] add errors from buffer 1192 |:caddbuffer| :cad[dbuffer] add errors from buffer
1192 |:caddexpr| :cadde[xpr] add errors from expr 1193 |:caddexpr| :cadde[xpr] add errors from expr
1193 |:caddfile| :caddf[ile] add error message to current quickfix list 1194 |:caddfile| :caddf[ile] add error message to current quickfix list
1194 |:call| :cal[l] call a function 1195 |:call| :cal[l] call a function
1195 |:catch| :cat[ch] part of a :try command 1196 |:catch| :cat[ch] part of a :try command
1197 |:cbelow| :cbe[low] got to error below current line
1196 |:cbottom| :cbo[ttom] scroll to the bottom of the quickfix window 1198 |:cbottom| :cbo[ttom] scroll to the bottom of the quickfix window
1197 |:cbuffer| :cb[uffer] parse error messages and jump to first error 1199 |:cbuffer| :cb[uffer] parse error messages and jump to first error
1198 |:cc| :cc go to specific error 1200 |:cc| :cc go to specific error
1199 |:cclose| :ccl[ose] close quickfix window 1201 |:cclose| :ccl[ose] close quickfix window
1200 |:cd| :cd change directory 1202 |:cd| :cd change directory
1348 |:keepjumps| :keepj[umps] following command keeps jumplist and marks 1350 |:keepjumps| :keepj[umps] following command keeps jumplist and marks
1349 |:keeppatterns| :keepp[atterns] following command keeps search pattern history 1351 |:keeppatterns| :keepp[atterns] following command keeps search pattern history
1350 |:lNext| :lN[ext] go to previous entry in location list 1352 |:lNext| :lN[ext] go to previous entry in location list
1351 |:lNfile| :lNf[ile] go to last entry in previous file 1353 |:lNfile| :lNf[ile] go to last entry in previous file
1352 |:list| :l[ist] print lines 1354 |:list| :l[ist] print lines
1355 |:labove| :lab[ove] go to location above current line
1353 |:laddexpr| :lad[dexpr] add locations from expr 1356 |:laddexpr| :lad[dexpr] add locations from expr
1354 |:laddbuffer| :laddb[uffer] add locations from buffer 1357 |:laddbuffer| :laddb[uffer] add locations from buffer
1355 |:laddfile| :laddf[ile] add locations to current location list 1358 |:laddfile| :laddf[ile] add locations to current location list
1356 |:last| :la[st] go to the last file in the argument list 1359 |:last| :la[st] go to the last file in the argument list
1357 |:language| :lan[guage] set the language (locale) 1360 |:language| :lan[guage] set the language (locale)
1358 |:later| :lat[er] go to newer change, redo 1361 |:later| :lat[er] go to newer change, redo
1362 |:lbelow| :lbe[low] go to location below current line
1359 |:lbottom| :lbo[ttom] scroll to the bottom of the location window 1363 |:lbottom| :lbo[ttom] scroll to the bottom of the location window
1360 |:lbuffer| :lb[uffer] parse locations and jump to first location 1364 |:lbuffer| :lb[uffer] parse locations and jump to first location
1361 |:lcd| :lc[d] change directory locally 1365 |:lcd| :lc[d] change directory locally
1362 |:lchdir| :lch[dir] change directory locally 1366 |:lchdir| :lch[dir] change directory locally
1363 |:lclose| :lcl[ose] close location window 1367 |:lclose| :lcl[ose] close location window