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
/
normal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.1273: "1v" may select block with wrong size
v9.0.1273
Bram Moolenaar
2023-02-01
1
-1
/
+6
*
patch 9.0.1208: code is indented more than necessary
v9.0.1208
Yegappan Lakshmanan
2023-01-16
1
-395
/
+409
*
patch 9.0.1189: invalid memory access with folding and using "L"
v9.0.1189
Bram Moolenaar
2023-01-13
1
-1
/
+2
*
patch 9.0.1172: when 'selection' is "exclusive" then "1v" is one char short
v9.0.1172
Bram Moolenaar
2023-01-10
1
-1
/
+3
*
patch 9.0.1126: bracketed paste can be enabled when it is not recognized
v9.0.1126
Bram Moolenaar
2023-01-01
1
-1
/
+1
*
patch 9.0.1061: cannot display 'showcmd' somewhere else
v9.0.1061
Luuk van Baal
2022-12-15
1
-13
/
+14
*
patch 9.0.0980: the keyboard state response may end up in a shell command
v9.0.0980
Bram Moolenaar
2022-12-01
1
-1
/
+1
*
patch 9.0.0947: invalid memory access in substitute with function
v9.0.0947
Bram Moolenaar
2022-11-25
1
-9
/
+24
*
patch 9.0.0930: cannot debug the Kitty keyboard protocol with TermDebug
v9.0.0930
Bram Moolenaar
2022-11-23
1
-1
/
+1
*
patch 9.0.0901: setting w_leftcol and handling side effects is confusing
v9.0.0901
Bram Moolenaar
2022-11-18
1
-20
/
+8
*
patch 9.0.0886: horizontal mouse scroll only works in the GUI
v9.0.0886
Christopher Plewright
2022-11-15
1
-1
/
+1
*
patch 9.0.0751: 'scrolloff' does not work well with 'smoothscroll'
v9.0.0751
Bram Moolenaar
2022-10-14
1
-4
/
+4
*
patch 9.0.0747: too many #ifdefs
v9.0.0747
Martin Tournoij
2022-10-13
1
-28
/
+3
*
patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll'
v9.0.0734
Bram Moolenaar
2022-10-12
1
-0
/
+1
*
patch 9.0.0657: too many #ifdefs
v9.0.0657
Martin Tournoij
2022-10-04
1
-16
/
+2
*
patch 9.0.0643: smoothscroll test fails
v9.0.0643
Bram Moolenaar
2022-10-02
1
-0
/
+2
*
patch 9.0.0571: MS-Windows: CTRL-C can make Vim exit
v9.0.0571
Bram Moolenaar
2022-09-24
1
-5
/
+2
*
patch 9.0.0569: cannot easily get out when using "vim file | grep word"
v9.0.0569
Bram Moolenaar
2022-09-24
1
-2
/
+25
*
patch 9.0.0482: "g0" moves to wrong location with virtual text "above"
v9.0.0482
Bram Moolenaar
2022-09-16
1
-19
/
+29
*
patch 9.0.0387: repeat <ScriptCmd> mapping doesn't use right script context
v9.0.0387
Bram Moolenaar
2022-09-05
1
-0
/
+7
*
patch 9.0.0340: the 'cmdheight' zero support causes too much trouble
v9.0.0340
Bram Moolenaar
2022-08-31
1
-3
/
+0
*
patch 9.0.0312: test for cmdheight zero fails
v9.0.0312
Bram Moolenaar
2022-08-29
1
-1
/
+1
*
patch 9.0.0310: output of :messages dissappears when cmdheight is zero
v9.0.0310
Bram Moolenaar
2022-08-28
1
-1
/
+8
*
patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version
v9.0.0265
Bram Moolenaar
2022-08-25
1
-6
/
+0
*
patch 9.0.0234: cannot make difference between :normal end and argument char
v9.0.0234
Bram Moolenaar
2022-08-21
1
-3
/
+3
*
patch 9.0.0222: no good reason why text objects are only in larger builds
v9.0.0222
Bram Moolenaar
2022-08-16
1
-8
/
+2
*
patch 9.0.0206: redraw flags are not named specifically
v9.0.0206
Bram Moolenaar
2022-08-14
1
-19
/
+19
*
patch 9.0.0124: code has more indent than needed
v9.0.0124
zeertzjq
2022-07-31
1
-34
/
+34
*
patch 9.0.0114: the command line takes up space even when not used
v9.0.0114
Shougo Matsushita
2022-07-30
1
-0
/
+3
*
patch 9.0.0064: confusing error when using "q:" in command line window
v9.0.0064
Bram Moolenaar
2022-07-24
1
-0
/
+5
*
patch 9.0.0013: reproducing memory access errors can be difficult
v9.0.0013
Bram Moolenaar
2022-06-30
1
-0
/
+2
*
patch 8.2.5109: mode not updated after CTRL-O CTRL-C in Insert mode
v8.2.5109
Bram Moolenaar
2022-06-16
1
-0
/
+3
*
patch 8.2.5056: the channel log only contains some of the raw terminal output
v8.2.5056
Bram Moolenaar
2022-06-04
1
-6
/
+4
*
patch 8.2.5024: using freed memory with "]d"
v8.2.5024
Bram Moolenaar
2022-05-26
1
-0
/
+6
*
patch 8.2.5023: substitute overwrites allocated buffer
v8.2.5023
Bram Moolenaar
2022-05-26
1
-21
/
+21
*
patch 8.2.4956: reading past end of line with "gf" in Visual block mode
v8.2.4956
Bram Moolenaar
2022-05-14
1
-3
/
+10
*
patch 8.2.4928: various white space and cosmetic mistakes
v8.2.4928
Bram Moolenaar
2022-05-09
1
-2
/
+2
*
patch 8.2.4911: the mode #defines are not clearly named
v8.2.4911
Bram Moolenaar
2022-05-07
1
-14
/
+14
*
patch 8.2.4881: "P" in Visual mode still changes some registers
v8.2.4881
Shougo Matsushita
2022-05-06
1
-15
/
+3
*
patch 8.2.4806: a mapping using <LeftDrag> does not start Select mode
v8.2.4806
Bram Moolenaar
2022-04-22
1
-2
/
+3
*
patch 8.2.4725: unused variable in tiny build
v8.2.4725
Bram Moolenaar
2022-04-09
1
-0
/
+2
*
patch 8.2.4724: current instance of last search pattern not easily spotted
v8.2.4724
LemonBoy
2022-04-09
1
-0
/
+13
*
patch 8.2.4723: the ModeChanged autocmd event is inefficient
v8.2.4723
LemonBoy
2022-04-09
1
-8
/
+8
*
patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline'
v8.2.4639
v8.2.4638
zeertzjq
2022-03-27
1
-4
/
+0
*
patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline"
v8.2.4630
Bram Moolenaar
2022-03-26
1
-0
/
+4
*
patch 8.2.4567: bracketed paste doesn't work well in Visual linewise mode
v8.2.4567
zeertzjq
2022-03-14
1
-5
/
+27
*
patch 8.2.4402: missing parenthesis may cause unexpected problems
v8.2.4402
kylo252
2022-02-16
1
-1
/
+1
*
patch 8.2.4273: the EBCDIC support is outdated
v8.2.4273
Bram Moolenaar
2022-01-31
1
-13
/
+1
*
patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twice
v8.2.4270
ichizok
2022-01-31
1
-311
/
+4
*
patch 8.2.4252: generating the normal command table at runtime is inefficient
v8.2.4252
Yegappan Lakshmanan
2022-01-29
1
-57
/
+69
[next]