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 8.2.3530: ":buf \{a}" fails while ":edit \{a}" works
v8.2.3530
Bram Moolenaar
2021-10-17
1
-1
/
+1
*
patch 8.2.3494: illegal memory access in utf_head_off
v8.2.3494
Bram Moolenaar
2021-10-11
1
-2
/
+1
*
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
/
+3
*
patch 8.2.3428: using freed memory when replacing
v8.2.3428
Bram Moolenaar
2021-09-11
1
-3
/
+7
*
patch 8.2.3236: mode() does not indicate using CTRL-O in Select mode
v8.2.3236
zeertzjq
2021-07-28
1
-1
/
+0
*
patch 8.2.3227: 'virtualedit' can only be set globally
v8.2.3227
Gary Johnson
2021-07-26
1
-3
/
+3
*
patch 8.2.3074: popup_atcursor() uses wrong position with concealing
v8.2.3074
Bram Moolenaar
2021-06-29
1
-4
/
+4
*
patch 8.2.3069: error messages are spread out
v8.2.3069
Bram Moolenaar
2021-06-27
1
-3
/
+3
*
patch 8.2.2971: cannot yank a block without trailing spaces
v8.2.2971
Christian Brabandt
2021-06-10
1
-0
/
+3
*
patch 8.2.2938: after using motion force from feedkeys() it sticks
v8.2.2938
Bram Moolenaar
2021-06-04
1
-0
/
+1
*
patch 8.2.2932: select mode test fails
v8.2.2932
Bram Moolenaar
2021-06-03
1
-4
/
+10
*
patch 8.2.2930: when a popup is visible a mouse move my restart Visual mode
v8.2.2930
Bram Moolenaar
2021-06-03
1
-0
/
+1
*
patch 8.2.2922: computing array length is done in various ways
v8.2.2922
K.Takata
2021-06-02
1
-1
/
+1
*
patch 8.2.2914: cannot paste a block without adding padding
v8.2.2914
Christian Brabandt
2021-05-30
1
-2
/
+8
*
patch 8.2.2904: "g$" causes scroll if half a double width char is visible
v8.2.2904
Bram Moolenaar
2021-05-29
1
-0
/
+11
*
patch 8.2.2832: operator cancelled by moving mouse when using popup
v8.2.2832
Bram Moolenaar
2021-05-04
1
-2
/
+3
*
patch 8.2.2711: "gj" in a closed fold does not move out of the fold
v8.2.2711
Bram Moolenaar
2021-04-04
1
-2
/
+10
*
patch 8.2.2548: May get stuck in the cmdline window using :normal
v8.2.2548
Bram Moolenaar
2021-02-23
1
-0
/
+10
*
patch 8.2.2547: "%" command not accurate for big files
v8.2.2547
Bram Moolenaar
2021-02-23
1
-3
/
+5
*
patch 8.2.2422: crash when deleting with line number out of range
v8.2.2422
Bram Moolenaar
2021-01-28
1
-1
/
+5
*
patch 8.2.2385: "gj" and "gk" do not work correctly when inside a fold
v8.2.2385
Bram Moolenaar
2021-01-21
1
-20
/
+11
*
patch 8.2.2366: when using ":sleep" the cursor is always displayed
v8.2.2366
Bram Moolenaar
2021-01-16
1
-2
/
+2
*
patch 8.2.2182: Vim9: value of 'magic' is still relevant
v8.2.2182
Bram Moolenaar
2020-12-21
1
-2
/
+2
*
patch 8.2.2160: various typos
v8.2.2160
Bram Moolenaar
2020-12-18
1
-1
/
+1
*
patch 8.2.2128: there is no way to do something on CTRL-Z
v8.2.2128
Bram Moolenaar
2020-12-11
1
-1
/
+1
*
patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode character
v8.2.2084
Bram Moolenaar
2020-12-03
1
-2
/
+2
*
patch 8.2.2057: getting the selection may trigger TextYankPost autocmd
v8.2.2057
Bram Moolenaar
2020-11-26
1
-0
/
+32
*
patch 8.2.1978: making a mapping work in all modes is complicated
v8.2.1978
Bram Moolenaar
2020-11-12
1
-5
/
+7
*
patch 8.2.1919: assert_fails() setting emsg_silent changes normal execution
v8.2.1919
Bram Moolenaar
2020-10-28
1
-0
/
+1
*
patch 8.2.1637: Vim9: :put ={expr} does not work inside :def function
v8.2.1637
Bram Moolenaar
2020-09-08
1
-2
/
+2
*
patch 8.2.1595: cannot easily see what Vim sends to the terminal
v8.2.1595
Bram Moolenaar
2020-09-05
1
-0
/
+6
*
patch 8.2.1549: "r" fails if 'esckeys' is off and modifyOtherKeys is used
v8.2.1549
Bram Moolenaar
2020-08-30
1
-0
/
+14
*
patch 8.2.1520: Vim9: CTRL-] used in :def function does not work
v8.2.1520
Bram Moolenaar
2020-08-23
1
-1
/
+3
*
patch 8.2.1401: cannot jump to the last used tabpage
v8.2.1401
Bram Moolenaar
2020-08-09
1
-1
/
+12
*
patch 8.2.1258: CursorHold does not work well
v8.2.1258
Bram Moolenaar
2020-07-20
1
-1
/
+6
*
patch 8.2.1253: CTRL-K in Insert mode gets <CursorHold> inserted
v8.2.1253
Bram Moolenaar
2020-07-19
1
-1
/
+2
*
patch 8.2.0929: v:register is not cleared after an operator was executed
v8.2.0929
Bram Moolenaar
2020-06-07
1
-0
/
+5
*
patch 8.2.0913: code for resetting v:register is duplicated
v8.2.0913
Bram Moolenaar
2020-06-06
1
-10
/
+1
*
patch 8.2.0853: ml_delete() often called with FALSE argument
v8.2.0853
Bram Moolenaar
2020-05-30
1
-1
/
+1
*
patch 8.2.0849: BeOS code is not maintained and probably unused
v8.2.0849
Bram Moolenaar
2020-05-30
1
-8
/
+0
*
patch 8.2.0839: dropping modifier when putting a character back in typeahead
v8.2.0839
Bram Moolenaar
2020-05-29
1
-1
/
+1
*
patch 8.2.0743: can move to another buffer from a terminal in popup window
v8.2.0743
Bram Moolenaar
2020-05-12
1
-0
/
+4
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-3
/
+3
*
patch 8.2.0397: delayed screen update when using undo from Insert mode
v8.2.0397
Bram Moolenaar
2020-03-16
1
-2
/
+7
*
patch 8.2.0295: highlighting for :s wrong when using different separator
v8.2.0295
Bram Moolenaar
2020-02-21
1
-1
/
+1
*
patch 8.2.0156: various typos in source files and tests
v8.2.0156
Bram Moolenaar
2020-01-26
1
-1
/
+1
*
patch 8.1.2392: using old C style comments
v8.1.2392
Bram Moolenaar
2019-12-05
1
-614
/
+608
*
patch 8.1.2377: GUI: when losing focus a pending operator is executed
v8.1.2377
Bram Moolenaar
2019-12-01
1
-2
/
+3
*
patch 8.1.2313: debugging where a delay comes from is not easy
v8.1.2313
Bram Moolenaar
2019-11-17
1
-2
/
+2
*
patch 8.1.2281: 'showbreak' cannot be set for one window
v8.1.2281
Bram Moolenaar
2019-11-09
1
-2
/
+5
[next]