Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
00b1e041654e8a38fb6b81218a037e1dc94e0943
/
src
/
quickfix.c
9752c72
patch 8.1.0622: adding quickfix items marks items as valid errors
by Bram Moolenaar
· 7 years ago
8f66717
patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()
by Bram Moolenaar
· 7 years ago
2d67d30
patch 8.1.0532: cannot distinguish between quickfix and location list
by Bram Moolenaar
· 7 years ago
b244373
patch 8.1.0523: opening window from quickfix leaves empty buffer behind
by Bram Moolenaar
· 7 years ago
1c29943
patch 8.1.0499: :2vimgrep causes an ml_get error
by Bram Moolenaar
· 7 years ago
b6f1480
patch 8.1.0489: crash when autocmd clears vimpgrep location list
by Bram Moolenaar
· 7 years ago
9f84ded
patch 8.1.0488: using freed memory in quickfix code
by Bram Moolenaar
· 7 years ago
108e7b4
patch 8.1.0469: too often indexing in qf_lists[]
by Bram Moolenaar
· 7 years ago
00bf8cd
patch 8.1.0461: quickfix code uses too many /* */ comments
by Bram Moolenaar
· 7 years ago
019dfe6
patch 8.1.0455: checking for empty quickfix stack is not consistent
by Bram Moolenaar
· 7 years ago
b434ae2
patch 8.1.0438: the ex_make() function is too long
by Bram Moolenaar
· 7 years ago
0903750
patch 8.1.0434: copy_loclist() is too long
by Bram Moolenaar
· 7 years ago
6dae96e
patch 8.1.0431: the qf_jump() function is too long
by Bram Moolenaar
· 7 years ago
476c0db
patch 8.1.0410: the ex_copen() function is too long
by Bram Moolenaar
· 7 years ago
fe15b7d
patch 8.1.0407: quickfix code mixes using the stack and a list pointer
by Bram Moolenaar
· 7 years ago
c9cc9c7
patch 8.1.0345: cannot get the window id associated with the location list
by Bram Moolenaar
· 7 years ago
6f6ef7c
patch 8.1.0330: the qf_add_entries() function is too long
by Bram Moolenaar
· 7 years ago
c631f2d
patch 8.1.0315: helpgrep with language doesn't work properly
by Bram Moolenaar
· 7 years ago
4d77c65
patch 8.1.0293: checks for type of stack is cryptic
by Bram Moolenaar
· 7 years ago
2dfcef4
patch 8.1.0289: cursor moves to wrong column after quickfix jump
by Bram Moolenaar
· 7 years ago
3966595
patch 8.1.0288: quickfix code uses cmdidx too often
by Bram Moolenaar
· 7 years ago
90f1e2b
patch 8.1.0267: no good check if restoring quickfix list worked
by Bram Moolenaar
· 7 years ago
38efd1d
patch 8.1.0261: Coverity complains about a negative array index
by Bram Moolenaar
· 7 years ago
3f347e4
patch 8.1.0259: no test for fixed quickfix issue
by Bram Moolenaar
· 7 years ago
de3b367
patch 8.1.0252: quickfix functions are too long
by Bram Moolenaar
· 7 years ago
8d8a65e
patch 8.1.0248: duplicated quickfix code
by Bram Moolenaar
· 7 years ago
91335e5
patch 8.1.0230: directly checking 'buftype' value
by Bram Moolenaar
· 7 years ago
0a08c63
patch 8.1.0213: CTRL-W CR does not work properly in a quickfix window
by Bram Moolenaar
· 7 years ago
a9defad
patch 8.1.0169: calling message_filtered() a bit too often
by Bram Moolenaar
· 7 years ago
e0be167
patch 8.1.0166: using dict_add_nr_str() is clumsy
by Bram Moolenaar
· 7 years ago
4cde86c
patch 8.1.0165: :clist output can be very long
by Bram Moolenaar
· 7 years ago
531b9a3
patch 8.1.0141: :cexpr no longer jumps to the first error
by Bram Moolenaar
· 7 years ago
d6b01a2
patch 8.1.0074: crash when running quickfix tests
by Bram Moolenaar
· 7 years ago
0366c01
patch 8.1.0073: crash when autocommands call setloclist()
by Bram Moolenaar
· 7 years ago
600323b
patch 8.1.0060: crash when autocommands delete the current buffer
by Bram Moolenaar
· 7 years ago
6053f2d
patch 8.1.0014: qf_init_ext() is too long
by Bram Moolenaar
· 7 years ago
6bff719
patch 8.1.0010: efm_to_regpat() is too long
by Bram Moolenaar
· 7 years ago
78ddc06
patch 8.0.1844: superfluous quickfix code, missing examples
by Bram Moolenaar
· 7 years ago
8b62e31
patch 8.0.1831: sometimes the quickfix title is incorrectly prefixed with ':'
by Bram Moolenaar
· 7 years ago
7a2b0e5
patch 8.0.1812: the qf_jump_to_usable_window() function is too long
by Bram Moolenaar
· 7 years ago
18cebf4
patch 8.0.1805: qf_parse_line() is too long
by Bram Moolenaar
· 7 years ago
d76ce85
patch 8.0.1782: no simple way to label quickfix entries
by Bram Moolenaar
· 7 years ago
a796d46
patch 8.0.1781: file names in quickfix window are not shortened
by Bram Moolenaar
· 7 years ago
c36651b
patch 8.0.1773: dialog messages are not translated
by Bram Moolenaar
· 7 years ago
29ce409
patch 8.0.1772: quickfix: mixup of FALSE and FAIL, returning -1
by Bram Moolenaar
· 7 years ago
2225ebb
patch 8.0.1754: ex_helpgrep() is too long
by Bram Moolenaar
· 7 years ago
a2aa8a2
patch 8.0.1752: qf_set_properties() is to long
by Bram Moolenaar
· 7 years ago
3b9474b
patch 8.0.1750: crash when clearing loccation list in autocommand
by Bram Moolenaar
· 7 years ago
353eeea
patch 8.0.1727: qf_get_properties() function is too long
by Bram Moolenaar
· 7 years ago
ee5b94a
patch 8.0.1702: leaking memory when autocommands make quickfix list invalid
by Bram Moolenaar
· 7 years ago
e333e79
patch 8.0.1678: errorformat "%r" implies "%>"
by Bram Moolenaar
· 7 years ago
e1bb879
patch 8.0.1669: :vimgrep may add entries to the wrong quickfix list
by Bram Moolenaar
· 7 years ago
75b0a88
patch 8.0.1634: the ex_vimgrep() function is too long
by Bram Moolenaar
· 7 years ago
6ed86ad
patch 8.0.1622: possible NULL pointer dereference
by Bram Moolenaar
· 7 years ago
fc6f16b
patch 8.0.1583: using C99 comment
by Bram Moolenaar
· 8 years ago
28ada69
patch 8.0.1569: warning for uninitialized variable from gcc
by Bram Moolenaar
· 8 years ago
f2bd8ef
patch 8.0.1564: too many #ifdefs
by Bram Moolenaar
· 8 years ago
0549a1e
patch 8.0.1500: possible NULL pointer dereference
by Bram Moolenaar
· 8 years ago
d23a823
patch 8.0.1496: clearing a pointer takes two lines
by Bram Moolenaar
· 8 years ago
2ec364e
patch 8.0.1432: after ":copen" can't get the window-ID of the quickfix window
by Bram Moolenaar
· 8 years ago
de04654
patch 8.0.1427: the :leftabove modifier doesn't work for :copen
by Bram Moolenaar
· 8 years ago
3c09722
patch 8.0.1420: accessing freed memory in vimgrep
by Bram Moolenaar
· 8 years ago
14a4deb
patch 8.0.1414: accessing freed memory in :lfile.
by Bram Moolenaar
· 8 years ago
aaf6e43
patch 8.0.1413: accessing freed memory in :cbuffer
by Bram Moolenaar
· 8 years ago
1223744
patch 8.0.1412: using free memory using setloclist()
by Bram Moolenaar
· 8 years ago
a0ca7d0
patch 8.0.1408: crash in setqflist()
by Bram Moolenaar
· 8 years ago
b254af3
patch 8.0.1406: difficult to track changes to a quickfix list
by Bram Moolenaar
· 8 years ago
4fb921e
patch 8.0.1403: using freed buffer in grep command
by Bram Moolenaar
· 8 years ago
a6d4849
patch 8.0.1389: getqflist() items are missing if not set
by Bram Moolenaar
· 8 years ago
74240d3
patch 8.0.1384: not enough quickfix help; confusing winid
by Bram Moolenaar
· 8 years ago
1ed2276
patch 8.0.1353: QuickFixCmdPost is not used consistently
by Bram Moolenaar
· 8 years ago
93a32e2
patch 8.0.1332: highlighting in quickfix window could be better
by Bram Moolenaar
· 8 years ago
0b05e49
patch 8.0.1144: using wrong #ifdef for computing length
by Bram Moolenaar
· 8 years ago
0263146
patch 8.0.1136: W_WIDTH() is always the same
by Bram Moolenaar
· 8 years ago
9cb0371
patch 8.0.1130: the qf_jump() function is still too long
by Bram Moolenaar
· 8 years ago
4033c55
patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs
by Bram Moolenaar
· 8 years ago
fc2b270
patch 8.0.1112: can't get size or current index from quickfix list
by Bram Moolenaar
· 8 years ago
ef6b8de
patch 8.0.1104: the qf_jump() function is too long
by Bram Moolenaar
· 8 years ago
b4d5fba
patch 8.0.1093: various small quickfix issues
by Bram Moolenaar
· 8 years ago
3653822
patch 8.0.1040: cannot use another error format in getqflist()
by Bram Moolenaar
· 8 years ago
2c809b7
patch 8.0.1031: "text" argument for getqflist() is confusing
by Bram Moolenaar
· 8 years ago
da73253
patch 8.0.1029: return value of getqflist() is inconsistent
by Bram Moolenaar
· 8 years ago
a539f4f
patch 8.0.1023: it is not easy to identify a quickfix list
by Bram Moolenaar
· 8 years ago
7adf06f
patch 8.0.1006: quickfix list changes when parsing text with 'erroformat'
by Bram Moolenaar
· 8 years ago
f5be7cd
patch 8.0.0953: get "no write since last change" error in terminal window
by Bram Moolenaar
· 8 years ago
55b6926
patch 8.0.0922: quickfix list always added after current one
by Bram Moolenaar
· 8 years ago
ae33833
patch 8.0.0904: cannot set a location list from text
by Bram Moolenaar
· 8 years ago
d28cc3f
patch 8.0.0782: using freed memory in quickfix code
by Bram Moolenaar
· 8 years ago
f0a521f
patch 8.0.0776: function prototypes missing without the quickfix feature
by Bram Moolenaar
· 8 years ago
1f2903c
patch 8.0.0761: options not set properly for a terminal buffer
by Bram Moolenaar
· 8 years ago
a8788f4
patch 8.0.0735: no indication that the quickfix window/buffer changed
by Bram Moolenaar
· 8 years ago
a7df8c7
patch 8.0.0733: can only add entries to one list in the quickfix stack
by Bram Moolenaar
· 8 years ago
86f100dc
patch 8.0.0687: minor issues related to quickfix
by Bram Moolenaar
· 8 years ago
1814183
patch 8.0.0677: setting 'filetype' may switch buffers
by Bram Moolenaar
· 8 years ago
6a8958d
patch 8.0.0657: cannot get and set quickfix list items
by Bram Moolenaar
· 8 years ago
fbd0b0a
patch 8.0.0643: when a pattern search is slow Vim becomes unusable
by Bram Moolenaar
· 8 years ago
2102035
patch 8.0.0641: cannot set a separate highlighting for the quickfix line
by Bram Moolenaar
· 8 years ago
875feea
patch 8.0.0634: cannot easily get to the last quickfix list
by Bram Moolenaar
· 8 years ago
a3921f4
patch 8.0.0608: cannot manipulate other than the current quickfix list
by Bram Moolenaar
· 8 years ago
45e5fd1
patch 8.0.0607: after :bwipe + :new bufref might still be valid
by Bram Moolenaar
· 8 years ago
Next »