summaryrefslogtreecommitdiff
path: root/src/proto/quickfix.pro
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1093: various small quickfix issuesv8.0.1093Bram Moolenaar2017-09-111-1/+1
| | | | | | | Problem: Various small quickfix issues. Solution: Remove ":" prefix from title set by a user. Add the qf_id2nr(). function. Add a couple more tests. Update documentation. (Yegappan Lakshmanan)
* patch 8.0.1006: quickfix list changes when parsing text with 'erroformat'v8.0.1006Bram Moolenaar2017-08-271-1/+1
| | | | | | Problem: Cannot parse text with 'erroformat' without changing a quickfix list. Solution: Add the "text" argument to getqflist(). (Yegappan Lakshmanan)
* patch 8.0.0776: function prototypes missing without the quickfix featurev8.0.0776Bram Moolenaar2017-07-251-6/+0
| | | | | | Problem: Function prototypes missing without the quickfix feature. (Tony Mechelynck) Solution: Move non-quickfix functions to buffer.c.
* patch 8.0.0761: options not set properly for a terminal bufferv8.0.0761Bram Moolenaar2017-07-231-5/+6
| | | | | | | | Problem: Options of a buffer for a terminal window are not set properly. Solution: Add "terminal" value for 'buftype'. Make 'buftype' and 'bufhidden' not depend on the quickfix feature. Also set the buffer name and show "running" or "finished" in the window title.
* patch 8.0.0590: cannot add a context to locationsv8.0.0590Bram Moolenaar2017-04-301-0/+1
| | | | | | Problem: Cannot add a context to locations. Solution: Add the "context" entry in location entries. (Yegappan Lakshmanan, closes #1012)
* patch 8.0.0420: text garbled when the system encoding differs from 'encoding'v8.0.0420Bram Moolenaar2017-03-051-1/+1
| | | | | | Problem: When running :make the output may be in the system encoding, different from 'encoding'. Solution: Add the 'makeencoding' option. (Ken Takata)
* patch 7.4.2239v7.4.2239Bram Moolenaar2016-08-211-2/+1
| | | | | | Problem: Warning for missing declaration of skip_vimgrep_pat(). (John Marriott) Solution: Move it to another file.
* patch 7.4.2200v7.4.2200Bram Moolenaar2016-08-121-2/+3
| | | | | | Problem: Cannot get all information about a quickfix list. Solution: Add an optional argument to get/set loc/qf list(). (Yegappan Lakshmanan)
* patch 7.4.2049v7.4.2049Bram Moolenaar2016-07-161-0/+1
| | | | | Problem: There is no way to get a list of the error lists. Solution: Add ":chistory" and ":lhistory".
* patch 7.4.1997v7.4.1997Bram Moolenaar2016-07-071-0/+1
| | | | | Problem: Cannot easily scroll the quickfix window. Solution: Add ":cbottom".
* patch 7.4.1133v7.4.1133Bram Moolenaar2016-01-191-31/+31
| | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
* patch 7.4.858v7.4.858Bram Moolenaar2015-09-081-0/+3
| | | | | | Problem: It's a bit clumsy to execute a command on a list of matches. Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan Lakshmanan)
* Fix: :ltag command did not set w:quickfix_title. (Lech Lorens)Bram Moolenaar2010-08-091-1/+1
|
* Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)Bram Moolenaar2010-07-251-1/+1
|
* updated for version 7.1aBram Moolenaar2007-05-051-28/+28
|
* updated for version 7.0bv7.0bBram Moolenaar2006-03-241-28/+28
|
* updated for version 7.0194v7.0194Bram Moolenaar2006-02-081-2/+2
|
* updated for version 7.0188v7.0188Bram Moolenaar2006-01-261-2/+2
|
* updated for version 7.0187v7.0187Bram Moolenaar2006-01-251-5/+6
|
* updated for version 7.0117v7.0117Bram Moolenaar2005-07-271-0/+1
|
* updated for version 7.0093v7.0093Bram Moolenaar2005-06-251-0/+1
|
* updated for version 7.0074v7.0074Bram Moolenaar2005-05-201-1/+1
|
* updated for version 7.0064v7.0064Bram Moolenaar2005-03-251-0/+1
|
* updated for version 7.0052v7.0052Bram Moolenaar2005-02-261-1/+2
|
* updated for version 7.0047Bram Moolenaar2005-02-021-0/+1
|
* updated for version 7.0026v7.0026Bram Moolenaar2004-12-291-1/+1
|
* updated for version 7.0025v7.0025Bram Moolenaar2004-12-271-0/+3
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+21