Lech Lorens wrote:
> The attached patch makes the quickfix / location list window's title
> reflect the command that yielded the error list.
>
> Additionally, two commands have been added:
> :cse[ttitle]
> :lse[ttitle]
Additional attached patch adds documentation of
:csettitle and :lsettitle to doc/index.txt and doc/cmdline.txt.
-- Dominique
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
*** cmdline.txt.org 2009-03-25 08:21:21.000000000 +0100
--- cmdline.txt 2009-03-25 08:21:20.000000000 +0100
***************
*** 498,503 ****
--- 498,504 ----
:bufdo
:command
:cscope
+ :csettitle
:debug
:folddoopen
:folddoclosed
***************
*** 506,511 ****
--- 507,513 ----
:help
:helpfind
:lcscope
+ :lsettitle
:make
:normal
:perl
*** index.txt.org 2009-03-25 08:17:15.000000000 +0100
--- index.txt 2009-03-25 08:20:03.000000000 +0100
***************
*** 1147,1152 ****
--- 1147,1153 ----
|:cquit| :cq[uit] quit Vim with an error code
|:crewind| :cr[ewind] go to the specified error, default first one
|:cscope| :cs[cope] execute cscope command
+ |:csettitle| :cse[ttitle] change the title of the quickfix window
|:cstag| :cst[ag] use cscope to jump to a tag
|:cunmap| :cu[nmap] like ":unmap" but for Command-line mode
|:cunabbrev| :cuna[bbrev] like ":unabbrev" but for Command-line mode
***************
*** 1296,1301 ****
--- 1297,1303 ----
|:lpfile| :lpf[ile] go to last location in previous file
|:lrewind| :lr[ewind] go to the specified location, default first one
|:ls| :ls list all buffers
+ |:lsettitle| :lse[ttitle] like ":csettitle" but use the location list
|:ltag| :lt[ag] jump to tag and add matching tags to the
location list
|:lunmap| :lu[nmap] like ":unmap!" but includes Lang-Arg mode