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
/
testdir
/
dumps
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline'
v8.2.4639
v8.2.4638
zeertzjq
2022-03-27
2
-0
/
+16
*
patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline"
v8.2.4630
Bram Moolenaar
2022-03-26
2
-0
/
+16
*
patch 8.2.4626: Visual area not updated when removing sign in Visual mode
v8.2.4626
Bram Moolenaar
2022-03-25
1
-0
/
+8
*
patch 8.2.4591: cursor line not updated when a callback moves the cursor
v8.2.4591
Bram Moolenaar
2022-03-19
1
-0
/
+8
*
patch 8.2.4582: useless code handling a type declaration
v8.2.4582
Bram Moolenaar
2022-03-16
1
-0
/
+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
9
-0
/
+90
*
patch 8.2.4520: using wrong highlight for cursor line number
v8.2.4520
Bram Moolenaar
2022-03-06
2
-0
/
+40
*
patch 8.2.4508: Vim9: cannot assign to a global variable on the command line
v8.2.4508
Bram Moolenaar
2022-03-05
2
-0
/
+6
*
patch 8.2.4501: with 'showbreak' set cursor displayed in wrong position
v8.2.4501
Bram Moolenaar
2022-03-03
1
-0
/
+6
*
patch 8.2.4500: Vim9: can declare a global variable on the command line
v8.2.4500
Bram Moolenaar
2022-03-03
1
-0
/
+6
*
patch 8.2.4497: wrong color for half of wide character next to pum scrollbar
v8.2.4497
Bram Moolenaar
2022-03-03
1
-0
/
+10
*
patch 8.2.4481: cmdline popup menu not removed when 'lazyredraw' is set
v8.2.4481
Bram Moolenaar
2022-02-27
1
-0
/
+10
*
patch 8.2.4401: map listing does not clear the rest of the command line
v8.2.4401
Bram Moolenaar
2022-02-16
1
-0
/
+6
*
patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enter
v8.2.4382
Bram Moolenaar
2022-02-14
1
-0
/
+10
*
patch 8.2.4378: incsearch HL broken when calling searchcount in 'tabLine'
v8.2.4378
Christian Brabandt
2022-02-14
3
-0
/
+30
*
patch 8.2.4346: a custom statusline may cause Esc to work like Enter
v8.2.4346
Bram Moolenaar
2022-02-11
1
-0
/
+10
*
patch 8.2.4341: command line not redrawn when finishing popup menu
v8.2.4341
Bram Moolenaar
2022-02-10
1
-0
/
+10
*
patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menu
v8.2.4339
Yegappan Lakshmanan
2022-02-10
5
-0
/
+50
*
patch 8.2.4338: an error from an expression mapping messes up the display
v8.2.4338
Bram Moolenaar
2022-02-10
3
-0
/
+30
*
patch 8.2.4334: command line popup menu not positioned correctly
v8.2.4334
rbtnn
2022-02-09
1
-0
/
+10
*
patch 8.2.4328: command line complete matches cleard when typing character
v8.2.4328
Bram Moolenaar
2022-02-08
2
-0
/
+20
*
patch 8.2.4325: 'wildmenu' only shows few matches
v8.2.4325
Yegappan Lakshmanan
2022-02-08
29
-0
/
+290
*
patch 8.2.4260: Vim9: can still use a global function without g:
v8.2.4260
Bram Moolenaar
2022-01-30
2
-2
/
+2
*
patch 8.2.4180: 'balloonexpr' is evaluated in the current script context
v8.2.4180
Bram Moolenaar
2022-01-22
3
-3
/
+3
*
patch 8.2.4156: fileinfo message overwrites echo'ed message
v8.2.4156
Rob Pilling
2022-01-20
1
-0
/
+6
*
patch 8.2.4062: match highlighting of tab too short
v8.2.4062
Bram Moolenaar
2022-01-11
1
-0
/
+10
*
patch 8.2.3940: match highlight disappears when doing incsearch for ":s/pat"
v8.2.3940
Bram Moolenaar
2021-12-29
2
-0
/
+12
*
patch 8.2.3925: diff mode confused by NUL bytes
v8.2.3925
Bram Moolenaar
2021-12-28
4
-0
/
+80
*
patch 8.2.3838: cannot use script-local function for setting *func options
v8.2.3838
Yegappan Lakshmanan
2021-12-17
1
-6
/
+0
*
patch 8.2.3831: opfunc test fails when missing feature changes function name
v8.2.3831
Bram Moolenaar
2021-12-16
1
-6
/
+0
*
patch 8.2.3829: no error when setting a func option to script-local function
v8.2.3829
Bram Moolenaar
2021-12-16
1
-0
/
+6
*
patch 8.2.3819: test fails because error message changed
v8.2.3819
Bram Moolenaar
2021-12-15
2
-2
/
+2
*
patch 8.2.3798: a :def callback function postpones an error message
v8.2.3798
Bram Moolenaar
2021-12-13
1
-0
/
+6
*
patch 8.2.3763: when editing the cmdline a callback may cause a scroll up
v8.2.3763
Bram Moolenaar
2021-12-09
3
-4
/
+10
*
patch 8.2.3761: focus change is not passed on to a terminal window
v8.2.3761
Bram Moolenaar
2021-12-08
2
-0
/
+12
*
patch 8.2.3723: when using 'linebreak' a text property starts too early
v8.2.3723
Bram Moolenaar
2021-12-02
1
-0
/
+10
*
patch 8.2.3706: text property highlighting is used on Tab
v8.2.3706
Bram Moolenaar
2021-11-30
1
-0
/
+10
*
patch 8.2.3700: text property highlighting continues over breakindent
v8.2.3700
Bram Moolenaar
2021-11-29
1
-0
/
+10
*
patch 8.2.3698: match highlighting continues over breakindent
v8.2.3698
Bram Moolenaar
2021-11-29
1
-0
/
+10
*
patch 8.2.3697: cannot drag a popup without a border
v8.2.3697
Bram Moolenaar
2021-11-29
2
-0
/
+20
*
patch 8.2.3681: cannot drag popup window after click on a status line
v8.2.3681
Bram Moolenaar
2021-11-26
1
-0
/
+10
*
patch 8.2.3628: looking terminal colors is a bit slow
v8.2.3628
Bram Moolenaar
2021-11-20
32
-0
/
+480
*
patch 8.2.3614: zindex of popup windows not used when redrawing popup menu
v8.2.3614
Bakudankun
2021-11-17
2
-0
/
+28
*
patch 8.2.3583: the "gd" and "gD" commands do not update search stats
v8.2.3583
Bram Moolenaar
2021-11-12
2
-0
/
+20
*
patch 8.2.3556: filler lines are incorrect for other window in diff mode
v8.2.3556
Bram Moolenaar
2021-10-22
1
-0
/
+20
*
patch 8.2.3444: concealed text not revealed when leaving insert mode
v8.2.3444
Bram Moolenaar
2021-09-16
1
-0
/
+20
*
patch 8.2.3394: filler lines are wrong when changing text in diff mode
v8.2.3394
Bram Moolenaar
2021-09-01
2
-0
/
+40
*
patch 8.2.3304: popup window title with wide characters is truncated
v8.2.3304
rbtnn
2021-08-07
1
-1
/
+1
*
patch 8.2.3295: 'cursorline' should not apply to 'breakindent'
v8.2.3295
zeertzjq
2021-08-05
10
-0
/
+200
*
patch 8.2.3204: display garbled when 'cursorline' is set and lines wrap
v8.2.3204
Bram Moolenaar
2021-07-22
2
-0
/
+40
[next]