comparison runtime/doc/quickfix.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 abb72f0b9e06
children 9560a5b782ee
comparison
equal deleted inserted replaced
9457:d9de79f79d71 9458:374afcf9d11d
1 *quickfix.txt* For Vim version 7.4. Last change: 2016 Jul 02 1 *quickfix.txt* For Vim version 7.4. Last change: 2016 Jul 07
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
435 435
436 *:lw* *:lwindow* 436 *:lw* *:lwindow*
437 :lw[indow] [height] Same as ":cwindow", except use the window showing the 437 :lw[indow] [height] Same as ":cwindow", except use the window showing the
438 location list for the current window. 438 location list for the current window.
439 439
440 *:cbo* *:cbottom*
440 :cbo[ttom] Put the cursor in the last line of the quickfix window 441 :cbo[ttom] Put the cursor in the last line of the quickfix window
441 and scroll to make it visible. This is useful for 442 and scroll to make it visible. This is useful for
442 when errors are added by an asynchronous callback. 443 when errors are added by an asynchronous callback.
443 Only call it once in a while if there are many 444 Only call it once in a while if there are many
444 updates to avoid a lot of redrawing. 445 updates to avoid a lot of redrawing.
446
447 *:lbo* *:lbottom*
448 :lbo[ttom] Same as ":cbottom", except use the window showing the
449 location list for the current window.
445 450
446 Normally the quickfix window is at the bottom of the screen. If there are 451 Normally the quickfix window is at the bottom of the screen. If there are
447 vertical splits, it's at the bottom of the rightmost column of windows. To 452 vertical splits, it's at the bottom of the rightmost column of windows. To
448 make it always occupy the full width: > 453 make it always occupy the full width: >
449 :botright cwindow 454 :botright cwindow