index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
quickfix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.4750: small pieces of dead code
v8.2.4750
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-04-14
1
-13
/
+13
*
patch 8.2.4683: verbose check with dict_find() to see if a key is present
v8.2.4683
Yegappan Lakshmanan
2022-04-04
1
-14
/
+14
*
patch 8.2.4649: various formatting problems
v8.2.4649
Bram Moolenaar
2022-03-30
1
-0
/
+1
*
patch 8.2.4512: the find_tags_in_file() function is much too long
v8.2.4512
Yegappan Lakshmanan
2022-03-05
1
-2
/
+1
*
patch 8.2.4494: the find_tags() function is much too long
v8.2.4494
Yegappan Lakshmanan
2022-03-02
1
-5
/
+9
*
patch 8.2.4474: memory allocation failures not tested in quickfix code
v8.2.4474
Yegappan Lakshmanan
2022-02-26
1
-13
/
+17
*
patch 8.2.4462: not enough testing for quickfix code
v8.2.4462
Yegappan Lakshmanan
2022-02-24
1
-5
/
+8
*
patch 8.2.4453: :helpgrep may free an option that was not allocated
v8.2.4453
Bram Moolenaar
2022-02-23
1
-1
/
+4
*
patch 8.2.4402: missing parenthesis may cause unexpected problems
v8.2.4402
kylo252
2022-02-16
1
-10
/
+10
*
patch 8.2.4329: no support for end line number and column in 'errorformat'
v8.2.4329
haya14busa
2022-02-08
1
-18
/
+58
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
1
-8
/
+2
*
patch 8.2.4008: error messages are spread out
v8.2.4008
Bram Moolenaar
2022-01-05
1
-1
/
+1
*
patch 8.2.4005: error messages are spread out
v8.2.4005
Bram Moolenaar
2022-01-04
1
-2
/
+2
*
patch 8.2.3987: error messages are spread out
v8.2.3987
Bram Moolenaar
2022-01-02
1
-2
/
+1
*
patch 8.2.3985: error messages are spread out
v8.2.3985
Bram Moolenaar
2022-01-02
1
-10
/
+10
*
patch 8.2.3970: error messages are spread out
v8.2.3970
Bram Moolenaar
2022-01-01
1
-3
/
+3
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-10
/
+10
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-2
/
+2
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-1
/
+1
*
patch 8.2.3830: error messages are spread out
v8.2.3830
Bram Moolenaar
2021-12-16
1
-1
/
+1
*
patch 8.2.3788: lambda for option that is a function may be freed
v8.2.3788
Yegappan Lakshmanan
2021-12-12
1
-2
/
+11
*
patch 8.2.3762: if quickfix buffer is wiped out getqflist() still returns it
v8.2.3762
Yegappan Lakshmanan
2021-12-09
1
-3
/
+8
*
patch 8.2.3759: quickfix buffer becomes hidden while still in a window
v8.2.3759
Yegappan Lakshmanan
2021-12-08
1
-8
/
+8
*
patch 8.2.3713: MS-Windows: no error if vimgrep pattern is not matching
v8.2.3713
Christian Brabandt
2021-12-01
1
-3
/
+2
*
patch 8.2.3619: cannot use a lambda for 'operatorfunc'
v8.2.3619
Yegappan Lakshmanan
2021-11-18
1
-35
/
+2
*
patch 8.2.3547: opening the quickfix window triggers BufWinEnter twice
v8.2.3547
Bram Moolenaar
2021-10-20
1
-2
/
+3
*
patch 8.2.3229: Vim9: runtime and compile time type checks are not the same
v8.2.3229
Yegappan Lakshmanan
2021-07-27
1
-0
/
+8
*
patch 8.2.3197: error messages are spread out
v8.2.3197
Bram Moolenaar
2021-07-21
1
-1
/
+1
*
patch 8.2.3190: error messages are spread out
v8.2.3190
Bram Moolenaar
2021-07-20
1
-7
/
+7
*
patch 8.2.3188: Vim9: argument types are not checked at compile time
v8.2.3188
Yegappan Lakshmanan
2021-07-20
1
-0
/
+15
*
patch 8.2.3163: location list window may open a wrong file
v8.2.3163
Wei-Chung Wen
2021-07-15
1
-0
/
+1
*
patch 8.2.3069: error messages are spread out
v8.2.3069
Bram Moolenaar
2021-06-27
1
-3
/
+3
*
patch 8.2.3019: location list only has the start position.
v8.2.3019
thinca
2021-06-19
1
-21
/
+70
*
patch 8.2.3018: 'quickfixtextfunc' formatting is lost when switching buffers
v8.2.3018
Yegappan Lakshmanan
2021-06-19
1
-1
/
+11
*
patch 8.2.2922: computing array length is done in various ways
v8.2.2922
K.Takata
2021-06-02
1
-1
/
+1
*
patch 8.2.2834: Vim9: :cexpr does not work with local variables
v8.2.2834
Bram Moolenaar
2021-05-05
1
-53
/
+69
*
patch 8.2.2826: compiler warnings for int to size_t conversion
v8.2.2826
Bram Moolenaar
2021-05-03
1
-1
/
+1
*
patch 8.2.2813: cannot grep using fuzzy matching
v8.2.2813
Yegappan Lakshmanan
2021-04-26
1
-33
/
+80
*
patch 8.2.2474: using freed memory when window is closed by autocommand
v8.2.2474
Bram Moolenaar
2021-02-06
1
-0
/
+2
*
patch 8.2.2430: :vimgrep expands wildcards twice
v8.2.2430
Bram Moolenaar
2021-01-30
1
-1
/
+1
*
patch 8.2.2289: Vim9: 'cpo' can become empty
v8.2.2289
Bram Moolenaar
2021-01-03
1
-2
/
+13
*
patch 8.2.2185: BufUnload is not triggered for the quickfix dummy buffer
v8.2.2185
Bram Moolenaar
2020-12-22
1
-1
/
+1
*
patch 8.2.2147: quickfix window title not updated in all tab pages
v8.2.2147
Bram Moolenaar
2020-12-16
1
-7
/
+12
*
patch 8.2.2069: the quickfix window is not updated after setqflist()
v8.2.2069
Bram Moolenaar
2020-11-29
1
-2
/
+4
*
patch 8.2.2036: buffer messed up if creating the quickfix window fails
v8.2.2036
Bram Moolenaar
2020-11-23
1
-3
/
+5
*
patch 8.2.1982: quickfix window now updated when adding invalid entries
v8.2.1982
Bram Moolenaar
2020-11-14
1
-2
/
+5
*
patch 8.2.1898: command modifier parsing always uses global cmdmod
v8.2.1898
Bram Moolenaar
2020-10-24
1
-9
/
+10
*
patch 8.2.1871: using %v in 'errorformat' may fail before %Z
v8.2.1871
Bram Moolenaar
2020-10-20
1
-1
/
+3
*
patch 8.2.1775: MS-Windows: adding a long quickfix list is slow
v8.2.1775
Bram Moolenaar
2020-09-29
1
-4
/
+10
*
patch 8.2.1677: memory access errors when calling setloclist() in autocommand
v8.2.1677
Bram Moolenaar
2020-09-13
1
-5
/
+36
[next]