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
/
cmdexpand.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0498: various small issues
v9.0.0498
Bram Moolenaar
2022-09-18
1
-0
/
+1
*
patch 9.0.0359: error message for wrong argument type is not specific
v9.0.0359
Yegappan Lakshmanan
2022-09-02
1
-4
/
+1
*
patch 9.0.0346: :horizontal modifier not fully supported
v9.0.0346
zeertzjq
2022-09-01
1
-0
/
+1
*
patch 9.0.0281: build failure without the +eval feature
v9.0.0281
Bram Moolenaar
2022-08-26
1
-1
/
+7
*
patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'
v9.0.0279
Bram Moolenaar
2022-08-26
1
-20
/
+0
*
patch 9.0.0236: popup menu not removed when 'wildmenu' reset while visible
v9.0.0236
zeertzjq
2022-08-21
1
-1
/
+1
*
patch 9.0.0231: expanding "**" may loop forever with directory links
v9.0.0231
Bram Moolenaar
2022-08-20
1
-2
/
+3
*
patch 9.0.0206: redraw flags are not named specifically
v9.0.0206
Bram Moolenaar
2022-08-14
1
-1
/
+1
*
patch 9.0.0089: fuzzy argument completion doesn't work for shell commands
v9.0.0089
Yegappan Lakshmanan
2022-07-26
1
-2
/
+4
*
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.4917: fuzzy expansion of option names is not right
v8.2.4917
Christian Brabandt
2022-05-08
1
-1
/
+1
*
patch 8.2.4903: cannot get the current cmdline completion type and position
v8.2.4903
Shougo Matsushita
2022-05-07
1
-2
/
+1
*
patch 8.2.4738: Esc on commandline executes command instead of abandoning it
v8.2.4738
Bram Moolenaar
2022-04-11
1
-0
/
+5
*
patch 8.2.4732: duplicate code to free fuzzy matches
v8.2.4732
Bram Moolenaar
2022-04-10
1
-7
/
+1
*
patch 8.2.4617: no completion for :scriptnames
v8.2.4617
Yegappan Lakshmanan
2022-03-24
1
-15
/
+58
*
patch 8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"
v8.2.4608
Yegappan Lakshmanan
2022-03-22
1
-1
/
+6
*
patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menu
v8.2.4579
Yegappan Lakshmanan
2022-03-16
1
-7
/
+49
*
patch 8.2.4570: no command line completion for :profile and :profdel
v8.2.4570
Yegappan Lakshmanan
2022-03-15
1
-5
/
+16
*
patch 8.2.4565: no command line completion for :breakadd and :breakdel
v8.2.4565
Bram Moolenaar
2022-03-14
1
-16
/
+115
*
patch 8.2.4485: compiler warning for uninitialized variable
v8.2.4485
Bram Moolenaar
2022-02-28
1
-1
/
+1
*
patch 8.2.4483: command completion makes two rounds to collect matches
v8.2.4483
Yegappan Lakshmanan
2022-02-28
1
-89
/
+104
*
patch 8.2.4482: no fuzzy cmdline completion for user defined completion
v8.2.4482
Yegappan Lakshmanan
2022-02-27
1
-27
/
+66
*
patch 8.2.4481: cmdline popup menu not removed when 'lazyredraw' is set
v8.2.4481
Bram Moolenaar
2022-02-27
1
-0
/
+4
*
patch 8.2.4479: no fuzzy completieon for maps and abbreviations
v8.2.4479
Yegappan Lakshmanan
2022-02-27
1
-6
/
+8
*
patch 8.2.4478: crash when using fuzzy completion
v8.2.4478
Yegappan Lakshmanan
2022-02-26
1
-6
/
+12
*
patch 8.2.4477: crash when using fuzzy completion
v8.2.4477
Bram Moolenaar
2022-02-26
1
-12
/
+7
*
patch 8.2.4475: fuzzy cmdline completion does not work for lower case
v8.2.4475
Yegappan Lakshmanan
2022-02-26
1
-7
/
+15
*
patch 8.2.4465: fuzzy completion does not order matches properly
v8.2.4465
Yegappan Lakshmanan
2022-02-25
1
-32
/
+41
*
patch 8.2.4463: completion only uses strict matching
v8.2.4463
Yegappan Lakshmanan
2022-02-24
1
-16
/
+105
*
patch 8.2.4406: expand functions use confusing argument names
v8.2.4406
Yegappan Lakshmanan
2022-02-17
1
-188
/
+253
*
patch 8.2.4398: some command completion functions are too long
v8.2.4398
Yegappan Lakshmanan
2022-02-16
1
-325
/
+402
*
patch 8.2.4387: command line completion doesn't always work properly
v8.2.4387
Yegappan Lakshmanan
2022-02-15
1
-9
/
+17
*
patch 8.2.4366: not enough tests for command line completion
v8.2.4366
Yegappan Lakshmanan
2022-02-13
1
-0
/
+3
*
patch 8.2.4356: command line completion functions are very long
v8.2.4356
Yegappan Lakshmanan
2022-02-12
1
-549
/
+683
*
patch 8.2.4341: command line not redrawn when finishing popup menu
v8.2.4341
Bram Moolenaar
2022-02-10
1
-0
/
+1
*
patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menu
v8.2.4339
Yegappan Lakshmanan
2022-02-10
1
-42
/
+79
*
patch 8.2.4334: command line popup menu not positioned correctly
v8.2.4334
rbtnn
2022-02-09
1
-1
/
+1
*
patch 8.2.4325: 'wildmenu' only shows few matches
v8.2.4325
Yegappan Lakshmanan
2022-02-08
1
-3
/
+106
*
patch 8.2.4289: warnings reported by MSVC
v8.2.4289
K.Takata
2022-02-03
1
-3
/
+3
*
patch 8.2.4043: using int for second argument of ga_init2()
v8.2.4043
Bram Moolenaar
2022-01-08
1
-3
/
+3
*
patch 8.2.3967: error messages are spread out
v8.2.3967
Bram Moolenaar
2022-01-01
1
-2
/
+2
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-2
/
+2
*
patch 8.2.3749: error messages are everywhere
v8.2.3749
Bram Moolenaar
2021-12-05
1
-1
/
+1
*
patch 8.2.3638: getcompletion() always passes zero as position
v8.2.3638
ii14
2021-11-21
1
-2
/
+4
*
patch 8.2.3550: completion() does not work properly
v8.2.3550
Shougo Matsushita
2021-10-21
1
-1
/
+2
*
patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" works
v8.2.3530
Bram Moolenaar
2021-10-17
1
-2
/
+5
*
patch 8.2.3431: completion for :disas sorts local functions first
v8.2.3431
naohiro ono
2021-09-12
1
-1
/
+2
*
patch 8.2.3392: augroup completion escapes regexp pattern characters
v8.2.3392
Bram Moolenaar
2021-09-01
1
-2
/
+2
*
patch 8.2.3378: MS-Windows: completing environment variables with % is wrong
v8.2.3378
Albert Liu
2021-08-27
1
-7
/
+3
*
patch 8.2.3377: Vim9: :disass completion does not understand "s:"
v8.2.3377
Bram Moolenaar
2021-08-26
1
-1
/
+3
[next]