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
/
insexpand.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0254: typo in function name
v9.0.0254
zeertzjq
2022-08-24
1
-3
/
+3
*
patch 9.0.0102: reading past end of line with insert mode completion
v9.0.0102
Bram Moolenaar
2022-07-28
1
-1
/
+1
*
patch 9.0.0063: too many type casts for dict_get functions
v9.0.0063
Bram Moolenaar
2022-07-23
1
-18
/
+14
*
patch 9.0.0060: accessing uninitialized memory when completing long line
v9.0.0060
Bram Moolenaar
2022-07-23
1
-0
/
+1
*
patch 9.0.0054: compiler warning for size_t to int conversion
v9.0.0054
Bram Moolenaar
2022-07-15
1
-1
/
+1
*
patch 9.0.0046: reading past end of completion with duplicate match
v9.0.0046
Bram Moolenaar
2022-07-07
1
-1
/
+2
*
patch 9.0.0045: reading past end of completion with a long line
v9.0.0045
Bram Moolenaar
2022-07-07
1
-28
/
+66
*
patch 9.0.0020: with some completion reading past end of string
v9.0.0020
Bram Moolenaar
2022-07-01
1
-2
/
+12
*
patch 8.2.5107: some callers of rettv_list_alloc() check for not OK
v8.2.5107
Bram Moolenaar
2022-06-16
1
-1
/
+1
*
patch 8.2.5029: "textlock" is always zero
v8.2.5029
zeertzjq
2022-05-27
1
-12
/
+6
*
patch 8.2.5022: 'completefunc'/'omnifunc' error does not end completion
v8.2.5022
LemonBoy
2022-05-26
1
-4
/
+5
*
patch 8.2.4993: smart/C/lisp indenting is optional
v8.2.4993
Bram Moolenaar
2022-05-21
1
-12
/
+1
*
patch 8.2.4928: various white space and cosmetic mistakes
v8.2.4928
Bram Moolenaar
2022-05-09
1
-3
/
+3
*
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.4723: the ModeChanged autocmd event is inefficient
v8.2.4723
LemonBoy
2022-04-09
1
-4
/
+4
*
patch 8.2.4099: Vim9: cannot use Vim9 syntax in mapping
v8.2.4099
Bram Moolenaar
2022-01-15
1
-1
/
+2
*
patch 8.2.4038: various code not used when features are disabled
v8.2.4038
Dominique Pelle
2022-01-08
1
-0
/
+2
*
patch 8.2.4037: Insert mode completion is insufficiently tested
v8.2.4037
Yegappan Lakshmanan
2022-01-08
1
-6
/
+27
*
patch 8.2.4010: error messages are spread out
v8.2.4010
Bram Moolenaar
2022-01-05
1
-5
/
+2
*
patch 8.2.4008: error messages are spread out
v8.2.4008
Bram Moolenaar
2022-01-05
1
-1
/
+1
*
patch 8.2.4001: insert complete code uses global variables
v8.2.4001
Yegappan Lakshmanan
2022-01-04
1
-128
/
+223
*
patch 8.2.3989: some insert completion code is not tested
v8.2.3989
Yegappan Lakshmanan
2022-01-03
1
-45
/
+84
*
patch 8.2.3970: error messages are spread out
v8.2.3970
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-2
/
+3
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-1
/
+1
*
patch 8.2.3953: insert completion code is too complicated
v8.2.3953
Yegappan Lakshmanan
2021-12-31
1
-562
/
+603
*
patch 8.2.3944: insert mode completion functions are too long
v8.2.3944
Yegappan Lakshmanan
2021-12-30
1
-594
/
+736
*
patch 8.2.3942: Coverity reports a possible memory leak
v8.2.3942
Bram Moolenaar
2021-12-30
1
-0
/
+2
*
patch 8.2.3937: Insert mode completion function is too long
v8.2.3937
Yegappan Lakshmanan
2021-12-29
1
-345
/
+505
*
patch 8.2.3915: illegal memory access when completing with invalid bytes
v8.2.3915
Bram Moolenaar
2021-12-27
1
-1
/
+6
*
patch 8.2.3912: the ins_complete() function is much too long
v8.2.3912
Bram Moolenaar
2021-12-27
1
-258
/
+366
*
patch 8.2.3788: lambda for option that is a function may be freed
v8.2.3788
Yegappan Lakshmanan
2021-12-12
1
-0
/
+15
*
patch 8.2.3756: might crash when callback is not valid
v8.2.3756
Yegappan Lakshmanan
2021-12-07
1
-2
/
+0
*
patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'
v8.2.3725
Yegappan Lakshmanan
2021-12-03
1
-2
/
+135
*
patch 8.2.3712: cannot use Vim9 lambda for 'tagfunc'
v8.2.3712
Yegappan Lakshmanan
2021-12-01
1
-5
/
+4
*
patch 8.2.3609: internal error when ModeChanged is triggered recursively
v8.2.3609
Bram Moolenaar
2021-11-17
1
-4
/
+4
*
patch 8.2.3555: ModeChanged is not triggered on every mode change
v8.2.3555
=?UTF-8?q?Magnus=20Gro=C3=9F?=
2021-10-22
1
-0
/
+7
*
patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scope
v8.2.3528
Bram Moolenaar
2021-10-17
1
-5
/
+4
*
patch 8.2.3525: option variable name does not match option name
v8.2.3525
Bram Moolenaar
2021-10-16
1
-4
/
+4
*
patch 8.2.3520: cannot define a function for thesaurus completion
v8.2.3520
Yegappan Lakshmanan
2021-10-16
1
-7
/
+52
*
patch 8.2.3465: cannot detect insert scroll mode
v8.2.3465
zeertzjq
2021-10-03
1
-2
/
+3
*
patch 8.2.3389: cannot stop insert mode completion without side effects
v8.2.3389
zeertzjq
2021-08-31
1
-7
/
+48
*
patch 8.2.3293: finding completions may cause an endless loop
v8.2.3293
Andy Gozas
2021-08-05
1
-1
/
+27
*
patch 8.2.3229: Vim9: runtime and compile time type checks are not the same
v8.2.3229
Yegappan Lakshmanan
2021-07-27
1
-4
/
+4
*
patch 8.2.3188: Vim9: argument types are not checked at compile time
v8.2.3188
Yegappan Lakshmanan
2021-07-20
1
-0
/
+11
*
patch 8.2.2707: adding a lot of completions can still be a bit slow
v8.2.2707
Bram Moolenaar
2021-04-04
1
-1
/
+4
*
patch 8.2.2704: adding a lot of completions can be a bit slow
v8.2.2704
Bram Moolenaar
2021-04-03
1
-7
/
+11
*
patch 8.2.2427: can still switch windows for 'completefunc'
v8.2.2427
Bram Moolenaar
2021-01-29
1
-19
/
+2
*
patch 8.2.2426: allowing 'completefunc' to switch windows causes trouble
v8.2.2426
Bram Moolenaar
2021-01-29
1
-5
/
+6
*
patch 8.2.2230: Vim9: insert completion runs into error
v8.2.2230
Bram Moolenaar
2020-12-27
1
-1
/
+1
[next]