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
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.3635: GTK: composing underline does not show
v8.2.3635
Dusan Popovic
2021-11-20
2
-11
/
+22
*
patch 8.2.3634: error for already defined function uses wrong line number
v8.2.3634
Bram Moolenaar
2021-11-20
3
-1
/
+15
*
patch 8.2.3633: Vim9: line number of lambda is off by one
v8.2.3633
Bram Moolenaar
2021-11-20
3
-1
/
+17
*
patch 8.2.3632: GTK3: undercurl does not get removed properly
v8.2.3632
Yamagi
2021-11-20
2
-1
/
+4
*
patch 8.2.3631: "syntax enable" does not work properly in Vim9 context
v8.2.3631
Bram Moolenaar
2021-11-20
3
-2
/
+12
*
patch 8.2.3630: printf() with %S does not handle multi-byte correctly
v8.2.3630
presuku
2021-11-20
3
-4
/
+16
*
patch 8.2.3629: command completion in cmdline window uses global commands
v8.2.3629
mityu
2021-11-20
6
-12
/
+73
*
patch 8.2.3628: looking terminal colors is a bit slow
v8.2.3628
Bram Moolenaar
2021-11-20
43
-197
/
+1041
*
patch 8.2.3627: difficult to know where the text starts in a window
v8.2.3627
Bram Moolenaar
2021-11-20
4
-0
/
+8
*
patch 8.2.3626: "au! event" cannot be followed by another command
v8.2.3626
Bram Moolenaar
2021-11-20
3
-3
/
+10
*
patch 8.2.3625: illegal memory access when C-indenting
v8.2.3625
Bram Moolenaar
2021-11-19
3
-5
/
+19
*
patch 8.2.3624: when renaming a terminal buffer status text is not updated
v8.2.3624
Bram Moolenaar
2021-11-19
5
-0
/
+29
*
patch 8.2.3623: "$*" is expanded to "nonomatch"
v8.2.3623
Christian Brabandt
2021-11-19
4
-7
/
+19
*
patch 8.2.3622: "verbose pwd" shows confusing info
v8.2.3622
zeertzjq
2021-11-19
3
-1
/
+11
*
patch 8.2.3621: build failure
v8.2.3621
Bram Moolenaar
2021-11-19
2
-1
/
+3
*
patch 8.2.3620: memory leak reported in libtlib
v8.2.3620
Bram Moolenaar
2021-11-19
12
-270
/
+338
*
patch 8.2.3619: cannot use a lambda for 'operatorfunc'
v8.2.3619
Yegappan Lakshmanan
2021-11-18
10
-41
/
+185
*
patch 8.2.3618: getcwd() is unclear about how 'autochdir' is used
v8.2.3618
Bram Moolenaar
2021-11-18
4
-6
/
+29
*
patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was applied
v8.2.3617
Bram Moolenaar
2021-11-18
9
-4
/
+51
*
patch 8.2.3616: arglist test does not clear the argument list consistently
v8.2.3616
Shougo Matsushita
2021-11-18
2
-10
/
+11
*
patch 8.2.3615: wrong indent in first line if re-formatting with indent expr
v8.2.3615
Christian Brabandt
2021-11-18
3
-1
/
+101
*
patch 8.2.3614: zindex of popup windows not used when redrawing popup menu
v8.2.3614
Bakudankun
2021-11-17
8
-5
/
+88
*
patch 8.2.3613: :find test fails
v8.2.3613
Bram Moolenaar
2021-11-17
2
-3
/
+5
*
patch 8.2.3612: using freed memory with regexp using a mark
v8.2.3612
Bram Moolenaar
2021-11-17
4
-1
/
+19
*
patch 8.2.3611: crash when using CTRL-W f without finding a file name
v8.2.3611
Bram Moolenaar
2021-11-17
4
-2
/
+22
*
patch 8.2.3610: crash when ModeChanged triggered too early
v8.2.3610
Bram Moolenaar
2021-11-17
3
-2
/
+12
*
patch 8.2.3609: internal error when ModeChanged is triggered recursively
v8.2.3609
Bram Moolenaar
2021-11-17
7
-17
/
+65
*
patch 8.2.3608: users who type "q:" instead of ":q" are confused
v8.2.3608
Egor Zvorykin
2021-11-17
4
-0
/
+15
*
patch 8.2.3607: GTK3 screen updating is slow
v8.2.3607
presuku
2021-11-16
3
-145
/
+30
*
patch 8.2.3606: file missing from list of distributed files
v8.2.3606
Bram Moolenaar
2021-11-16
2
-0
/
+3
*
Update runtime files
Bram Moolenaar
2021-11-16
29
-141
/
+365
*
Add missing change to version.c
Bram Moolenaar
2021-11-16
1
-0
/
+2
*
patch 8.2.3605: cannot clear and unlinke a highlight group with hlset()
v8.2.3605
Yegappan Lakshmanan
2021-11-16
5
-35
/
+142
*
patch 8.2.3604: not all sudoers files are recognized
v8.2.3604
Bram Moolenaar
2021-11-16
3
-1
/
+6
*
patch 8.2.3603: fish filetype not recognized
v8.2.3603
Bram Moolenaar
2021-11-16
4
-0
/
+11
*
patch 8.2.3602: Python3 test fails with Python 3.10 on MS-Windows
v8.2.3602
K.Takata
2021-11-16
2
-0
/
+5
*
patch 8.2.3601: check for overflow in put count does not work well
v8.2.3601
ichizok
2021-11-16
3
-29
/
+68
*
patch 8.2.3600: filetype test fails
v8.2.3600
Bram Moolenaar
2021-11-16
2
-0
/
+10
*
patch 8.2.3599: not all gdbinit files are recognized
v8.2.3599
Bram Moolenaar
2021-11-16
3
-2
/
+4
*
patch 8.2.3598: RouterOS filetype is not recognized
v8.2.3598
zainin
2021-11-15
3
-0
/
+7
*
patch 8.2.3597: Vim seems to hang when writing a long text to a terminal
v8.2.3597
Bram Moolenaar
2021-11-15
3
-1
/
+20
*
patch 8.2.3596: crash when using :pedit in Vim9 script
v8.2.3596
Yegappan Lakshmanan
2021-11-15
3
-5
/
+18
*
patch 8.2.3595: check for signed overflow might not work everywhere
v8.2.3595
Bram Moolenaar
2021-11-14
2
-2
/
+8
*
patch 8.2.3594: xxd code is a bit difficult to understand
v8.2.3594
Bram Moolenaar
2021-11-14
2
-29
/
+44
*
patch 8.2.3593: directory is wrong after executing "lcd" with win_execute()
v8.2.3593
Bram Moolenaar
2021-11-14
5
-30
/
+58
*
patch 8.2.3592: Test_hlset fails when terminal has many columns
v8.2.3592
Dominique Pelle
2021-11-13
2
-0
/
+7
*
patch 8.2.3591: no event is triggered when closing a window
v8.2.3591
naohiro ono
2021-11-13
6
-4
/
+84
*
patch 8.2.3590: test for v:colornames sometimes fails
v8.2.3590
Drew Vogel
2021-11-13
5
-35
/
+24
*
patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value
v8.2.3589
Bram Moolenaar
2021-11-13
4
-1
/
+11
*
patch 8.2.3588: break statement is never reached
v8.2.3588
Bram Moolenaar
2021-11-12
2
-5
/
+6
[next]