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
/
tag.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0389: crash when 'tagfunc' closes the window
v9.0.0389
Bram Moolenaar
2022-09-05
1
-0
/
+10
*
patch 9.0.0368: old Coverity warning for using NULL pointer
v9.0.0368
Bram Moolenaar
2022-09-03
1
-0
/
+4
*
patch 9.0.0364: clang static analyzer gives warnings
v9.0.0364
Yegappan Lakshmanan
2022-09-03
1
-1
/
+6
*
patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny version
v9.0.0270
Bram Moolenaar
2022-08-25
1
-4
/
+0
*
patch 9.0.0246: using freed memory when 'tagfunc' deletes the buffer
v9.0.0246
Bram Moolenaar
2022-08-22
1
-1
/
+8
*
patch 9.0.0206: redraw flags are not named specifically
v9.0.0206
Bram Moolenaar
2022-08-14
1
-1
/
+1
*
patch 9.0.0063: too many type casts for dict_get functions
v9.0.0063
Bram Moolenaar
2022-07-23
1
-5
/
+4
*
patch 8.2.4928: various white space and cosmetic mistakes
v8.2.4928
Bram Moolenaar
2022-05-09
1
-4
/
+4
*
patch 8.2.4911: the mode #defines are not clearly named
v8.2.4911
Bram Moolenaar
2022-05-07
1
-1
/
+1
*
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
-1
/
+1
*
patch 8.2.4562: linear tag search is not optimal
v8.2.4562
Yegappan Lakshmanan
2022-03-13
1
-141
/
+140
*
patch 8.2.4553: linear tag search is a bit slow
v8.2.4553
Yegappan Lakshmanan
2022-03-12
1
-4
/
+1
*
patch 8.2.4544: Coverity warnings for not using returned value
v8.2.4544
Bram Moolenaar
2022-03-11
1
-5
/
+8
*
patch 8.2.4543: Coverity warning for refactored tag search code
v8.2.4543
Yegappan Lakshmanan
2022-03-11
1
-46
/
+37
*
patch 8.2.4538: the find_tags_in_file() function is too long
v8.2.4538
Yegappan Lakshmanan
2022-03-10
1
-625
/
+734
*
patch 8.2.4518: the binary tag search feature is always enabled
v8.2.4518
Yegappan Lakshmanan
2022-03-06
1
-46
/
+2
*
patch 8.2.4512: the find_tags_in_file() function is much too long
v8.2.4512
Yegappan Lakshmanan
2022-03-05
1
-536
/
+675
*
patch 8.2.4496: Coverity gives warnings after tags code refactoring
v8.2.4496
Bram Moolenaar
2022-03-03
1
-33
/
+29
*
patch 8.2.4494: the find_tags() function is much too long
v8.2.4494
Yegappan Lakshmanan
2022-03-02
1
-995
/
+1097
*
patch 8.2.4241: some type casts are redundant
v8.2.4241
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-28
1
-1
/
+1
*
patch 8.2.4043: using int for second argument of ga_init2()
v8.2.4043
Bram Moolenaar
2022-01-08
1
-2
/
+2
*
patch 8.2.4038: various code not used when features are disabled
v8.2.4038
Dominique Pelle
2022-01-08
1
-6
/
+6
*
patch 8.2.4012: error messages are spread out
v8.2.4012
Bram Moolenaar
2022-01-05
1
-10
/
+5
*
patch 8.2.3987: error messages are spread out
v8.2.3987
Bram Moolenaar
2022-01-02
1
-6
/
+4
*
patch 8.2.3985: error messages are spread out
v8.2.3985
Bram Moolenaar
2022-01-02
1
-11
/
+11
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
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
-4
/
+20
*
patch 8.2.3776: when a tags file line is long a tag may not be found
v8.2.3776
Bram Moolenaar
2021-12-10
1
-2
/
+7
*
patch 8.2.3756: might crash when callback is not valid
v8.2.3756
Yegappan Lakshmanan
2021-12-07
1
-1
/
+2
*
patch 8.2.3749: error messages are everywhere
v8.2.3749
Bram Moolenaar
2021-12-05
1
-1
/
+1
*
patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'
v8.2.3725
Yegappan Lakshmanan
2021-12-03
1
-2
/
+2
*
patch 8.2.3665: cannot use a lambda for 'tagfunc'
v8.2.3665
Yegappan Lakshmanan
2021-11-24
1
-1
/
+50
*
patch 8.2.3460: some type casts are not needed
v8.2.3460
=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-10-02
1
-1
/
+1
*
patch 8.2.3362: buffer overflow when completing long tag name
v8.2.3362
Gregory Anders
2021-08-21
1
-16
/
+39
*
patch 8.2.3330: Coverity reports using uninitialized field
v8.2.3330
Bram Moolenaar
2021-08-11
1
-0
/
+1
*
patch 8.2.3167: get E12 in a job callback when searching for tags
v8.2.3167
Bram Moolenaar
2021-07-15
1
-16
/
+16
*
patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented code
v8.2.2871
Dominique Pelle
2021-05-18
1
-1
/
+1
*
patch 8.2.2836: build failure without the +quickfix feature
v8.2.2836
Bram Moolenaar
2021-05-05
1
-1
/
+1
*
patch 8.2.2634: 'tagfunc' does not indicate using a pattern
v8.2.2634
Bram Moolenaar
2021-03-21
1
-3
/
+4
*
patch 8.2.2568: second time a preview popup is opened highlight is not set
v8.2.2568
Bram Moolenaar
2021-03-04
1
-0
/
+5
*
patch 8.2.2324: not easy to get mark en cursor posotion by character count
v8.2.2324
Bram Moolenaar
2021-01-10
1
-1
/
+1
*
patch 8.2.2295: incsearch does not detect empty pattern properly
v8.2.2295
Bram Moolenaar
2021-01-04
1
-2
/
+2
*
patch 8.2.2182: Vim9: value of 'magic' is still relevant
v8.2.2182
Bram Moolenaar
2020-12-21
1
-6
/
+7
*
patch 8.2.1898: command modifier parsing always uses global cmdmod
v8.2.1898
Bram Moolenaar
2020-10-24
1
-1
/
+1
*
patch 8.2.1547: various comment problems
v8.2.1547
Bram Moolenaar
2020-08-30
1
-1
/
+1
*
patch 8.2.0747: cannot forcefully close all popups
v8.2.0747
Bram Moolenaar
2020-05-13
1
-1
/
+1
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-3
/
+3
*
patch 8.2.0502: Vim9: some code is not tested
v8.2.0502
Bram Moolenaar
2020-04-02
1
-2
/
+2
*
patch 8.2.0500: using the same loop in many places
v8.2.0500
Bram Moolenaar
2020-04-02
1
-2
/
+2
*
patch 8.2.0365: tag kind can't be a multi-byte character
v8.2.0365
Bram Moolenaar
2020-03-09
1
-5
/
+8
[next]