comparison runtime/doc/index.txt @ 9458:374afcf9d11d v7.4.2010

commit https://github.com/vim/vim/commit/537ef08408c50e0c4104d57f74993b3b0ed9560d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 9 17:56:19 2016 +0200 patch 7.4.2010 Problem: There is a :cbottom command but no :lbottom command. Solution: Add :lbottom. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Jul 2016 18:00:06 +0200
parents 64035abb986b
children 9560a5b782ee
comparison
equal deleted inserted replaced
9457:d9de79f79d71 9458:374afcf9d11d
1137 |:caddbuffer| :cad[dbuffer] add errors from buffer 1137 |:caddbuffer| :cad[dbuffer] add errors from buffer
1138 |:caddexpr| :cadde[xpr] add errors from expr 1138 |:caddexpr| :cadde[xpr] add errors from expr
1139 |:caddfile| :caddf[ile] add error message to current quickfix list 1139 |:caddfile| :caddf[ile] add error message to current quickfix list
1140 |:call| :cal[l] call a function 1140 |:call| :cal[l] call a function
1141 |:catch| :cat[ch] part of a :try command 1141 |:catch| :cat[ch] part of a :try command
1142 |:cbottom| :cbo[ttom] scroll to the bottom of the quickfix window
1142 |:cbuffer| :cb[uffer] parse error messages and jump to first error 1143 |:cbuffer| :cb[uffer] parse error messages and jump to first error
1143 |:cc| :cc go to specific error 1144 |:cc| :cc go to specific error
1144 |:cclose| :ccl[ose] close quickfix window 1145 |:cclose| :ccl[ose] close quickfix window
1145 |:cd| :cd change directory 1146 |:cd| :cd change directory
1146 |:cdo| :cdo execute command in each valid error list entry 1147 |:cdo| :cdo execute command in each valid error list entry
1297 |:laddbuffer| :laddb[uffer] add locations from buffer 1298 |:laddbuffer| :laddb[uffer] add locations from buffer
1298 |:laddfile| :laddf[ile] add locations to current location list 1299 |:laddfile| :laddf[ile] add locations to current location list
1299 |:last| :la[st] go to the last file in the argument list 1300 |:last| :la[st] go to the last file in the argument list
1300 |:language| :lan[guage] set the language (locale) 1301 |:language| :lan[guage] set the language (locale)
1301 |:later| :lat[er] go to newer change, redo 1302 |:later| :lat[er] go to newer change, redo
1303 |:lbottom| :lbo[ttom] scroll to the bottom of the location window
1302 |:lbuffer| :lb[uffer] parse locations and jump to first location 1304 |:lbuffer| :lb[uffer] parse locations and jump to first location
1303 |:lcd| :lc[d] change directory locally 1305 |:lcd| :lc[d] change directory locally
1304 |:lchdir| :lch[dir] change directory locally 1306 |:lchdir| :lch[dir] change directory locally
1305 |:lclose| :lcl[ose] close location window 1307 |:lclose| :lcl[ose] close location window
1306 |:lcscope| :lcs[cope] like ":cscope" but uses location list 1308 |:lcscope| :lcs[cope] like ":cscope" but uses location list