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
/
ex_getln.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
patch 8.2.4099: Vim9: cannot use Vim9 syntax in mapping
v8.2.4099
Bram Moolenaar
2022-01-15
1
-2
/
+2
*
patch 8.2.4045: some global functions are only used in one file
v8.2.4045
Yegappan Lakshmanan
2022-01-08
1
-18
/
+20
*
patch 8.2.4010: error messages are spread out
v8.2.4010
Bram Moolenaar
2022-01-05
1
-1
/
+1
*
patch 8.2.4008: error messages are spread out
v8.2.4008
Bram Moolenaar
2022-01-05
1
-1
/
+1
*
patch 8.2.3970: error messages are spread out
v8.2.3970
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
-1
/
+1
*
patch 8.2.3959: error messages are spread out
v8.2.3959
Bram Moolenaar
2021-12-31
1
-1
/
+1
*
patch 8.2.3930: getcmdline() argument has a misleading type
v8.2.3930
Bram Moolenaar
2021-12-28
1
-4
/
+4
*
patch 8.2.3763: when editing the cmdline a callback may cause a scroll up
v8.2.3763
Bram Moolenaar
2021-12-09
1
-0
/
+4
*
patch 8.2.3629: command completion in cmdline window uses global commands
v8.2.3629
mityu
2021-11-20
1
-0
/
+9
*
patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" works
v8.2.3530
Bram Moolenaar
2021-10-17
1
-7
/
+12
*
patch 8.2.3471: crash when using CTRL-T after an empty search pattern
v8.2.3471
Bram Moolenaar
2021-10-04
1
-1
/
+7
*
patch 8.2.3430: no generic way to trigger an autocommand on mode change
v8.2.3430
=?UTF-8?q?Magnus=20Gro=C3=9F?=
2021-09-12
1
-0
/
+10
*
patch 8.2.3229: Vim9: runtime and compile time type checks are not the same
v8.2.3229
Yegappan Lakshmanan
2021-07-27
1
-2
/
+15
*
patch 8.2.3225: incsearch highlighting is attempted halfway a mapping
v8.2.3225
Bram Moolenaar
2021-07-26
1
-1
/
+1
*
patch 8.2.3069: error messages are spread out
v8.2.3069
Bram Moolenaar
2021-06-27
1
-1
/
+1
*
patch 8.2.2870: CmdlineChange event triggered twice for CTRL-R
v8.2.2870
Bram Moolenaar
2021-05-18
1
-1
/
+4
*
patch 8.2.2853: window is not updated after using <Cmd> mapping
v8.2.2853
Bram Moolenaar
2021-05-15
1
-3
/
+6
*
patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChanged
v8.2.2851
Bram Moolenaar
2021-05-15
1
-3
/
+11
*
patch 8.2.2737: status line not updated when local 'statusline' option set
v8.2.2737
Bram Moolenaar
2021-04-08
1
-3
/
+12
*
patch 8.2.2689: tiny build fails
v8.2.2689
Bram Moolenaar
2021-04-01
1
-0
/
+2
*
patch 8.2.2686: status line is not updated when going to cmdline mode
v8.2.2686
Bram Moolenaar
2021-04-01
1
-0
/
+9
*
patch 8.2.2492: command line buffer name cannot be translated
v8.2.2492
Bram Moolenaar
2021-02-10
1
-1
/
+1
*
patch 8.2.2473: crash when leaving command line window triggers autocommand
v8.2.2473
Bram Moolenaar
2021-02-06
1
-3
/
+3
*
patch 8.2.2416: may get stuck in command line window state
v8.2.2416
Bram Moolenaar
2021-01-27
1
-0
/
+1
*
patch 8.2.2414: using freed memory when closing the cmdline window
v8.2.2414
Bram Moolenaar
2021-01-26
1
-1
/
+6
*
patch 8.2.2413: crash when using :all while using a cmdline window
v8.2.2413
Bram Moolenaar
2021-01-26
1
-1
/
+3
*
patch 8.2.2295: incsearch does not detect empty pattern properly
v8.2.2295
Bram Moolenaar
2021-01-04
1
-12
/
+36
*
patch 8.2.2182: Vim9: value of 'magic' is still relevant
v8.2.2182
Bram Moolenaar
2020-12-21
1
-7
/
+7
*
patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode character
v8.2.2084
Bram Moolenaar
2020-12-03
1
-12
/
+6
*
patch 8.2.1983: ml_get error when using <Cmd> to open a terminal
v8.2.1983
Bram Moolenaar
2020-11-14
1
-3
/
+10
*
patch 8.2.1978: making a mapping work in all modes is complicated
v8.2.1978
Bram Moolenaar
2020-11-12
1
-0
/
+4
*
patch 8.2.1898: command modifier parsing always uses global cmdmod
v8.2.1898
Bram Moolenaar
2020-10-24
1
-5
/
+5
*
patch 8.2.1679: Vim9: ":*" is not recognized as a range
v8.2.1679
Bram Moolenaar
2020-09-14
1
-3
/
+7
*
patch 8.2.1634: loop to handle keys for the command line is too long
v8.2.1634
Bram Moolenaar
2020-09-07
1
-215
/
+266
*
patch 8.2.1622: loop to handle keys for the command line is too long
v8.2.1622
Bram Moolenaar
2020-09-06
1
-383
/
+502
*
patch 8.2.1587: loop for handling keys for the command line is too long
v8.2.1587
Bram Moolenaar
2020-09-04
1
-213
/
+4
*
patch 8.2.1580: wildmenu does not work properly
v8.2.1580
Bram Moolenaar
2020-09-03
1
-12
/
+12
*
patch 8.2.1491: Vim9: crash when compiling heredoc lines start with comment
v8.2.1491
Bram Moolenaar
2020-08-20
1
-3
/
+3
*
patch 8.2.0919: merging modifier for modifyOtherKeys is done twice
v8.2.0919
Bram Moolenaar
2020-06-07
1
-0
/
+2
*
patch 8.2.0911: crash when opening a buffer for the cmdline window fails
v8.2.0911
Bram Moolenaar
2020-06-06
1
-3
/
+13
*
patch 8.2.0670: cannot change window when evaluating 'completefunc'
v8.2.0670
Bram Moolenaar
2020-04-30
1
-9
/
+21
*
patch 8.2.0662: cannot use input() in a channel callback
v8.2.0662
Bram Moolenaar
2020-04-29
1
-0
/
+8
*
patch 8.2.0637: incsearch highlighting does not work for ":sort!"
v8.2.0637
Bram Moolenaar
2020-04-25
1
-1
/
+3
*
patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'
v8.2.0614
Bram Moolenaar
2020-04-21
1
-1
/
+1
*
patch 8.2.0578: heredoc for interfaces does not support "trim"
v8.2.0578
Bram Moolenaar
2020-04-14
1
-24
/
+17
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-6
/
+6
*
patch 8.2.0502: Vim9: some code is not tested
v8.2.0502
Bram Moolenaar
2020-04-02
1
-1
/
+1
*
patch 8.2.0413: buffer menu does not handle special buffers properly
v8.2.0413
Bram Moolenaar
2020-03-19
1
-0
/
+2
*
patch 8.2.0399: various memory leaks
v8.2.0399
Bram Moolenaar
2020-03-18
1
-0
/
+1
[prev]
[next]