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.4613: return type of swapfile_unchanged() is wrong
v8.2.4613
zeertzjq
2022-03-23
2
-1
/
+3
*
patch 8.2.4612: Vim9: cannot use a recursive call in a nested function
v8.2.4612
Bram Moolenaar
2022-03-23
6
-21
/
+52
*
patch 8.2.4611: typos in tests; one lua line not covered by test
v8.2.4611
Dominique Pelle
2022-03-22
14
-28
/
+40
*
patch 8.2.4610: some conditions are always true
v8.2.4610
Bram Moolenaar
2022-03-22
13
-23
/
+18
*
patch 8.2.4609: :unhide does not check for failing to close a window
v8.2.4609
Bram Moolenaar
2022-03-22
5
-12
/
+33
*
patch 8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"
v8.2.4608
Yegappan Lakshmanan
2022-03-22
4
-1
/
+28
*
patch 8.2.4607: sourcing buffer lines may lead to errors for conflicts
v8.2.4607
Yegappan Lakshmanan
2022-03-22
6
-38
/
+121
*
patch 8.2.4606: test fails because of changed error message
v8.2.4606
Bram Moolenaar
2022-03-21
3
-4
/
+8
*
patch 8.2.4604: error for redefining a script item may be confusing
v8.2.4604
Bram Moolenaar
2022-03-21
2
-1
/
+3
*
patch 8.2.4603: sourcing buffer lines is too complicated
v8.2.4603
Yegappan Lakshmanan
2022-03-21
7
-287
/
+418
*
patch 8.2.4602: Vim9: not enough test coverage for executing :def function
v8.2.4602
Bram Moolenaar
2022-03-20
8
-52
/
+82
*
patch 8.2.4601: Vim9: not enough test coverage for executing :def function
v8.2.4601
Bram Moolenaar
2022-03-20
4
-0
/
+23
*
patch 8.2.4600: Vim9: not enough test coverage for executing :def function
v8.2.4600
Bram Moolenaar
2022-03-20
7
-35
/
+54
*
patch 8.2.4599: GTK: get assertion errors when scrolling a split window
v8.2.4599
Bram Moolenaar
2022-03-20
2
-1
/
+3
*
patch 8.2.4598: profile completion test sometimes fails
v8.2.4598
Bram Moolenaar
2022-03-20
2
-0
/
+5
*
patch 8.2.4597: LuaV_debug() not covered by tests
v8.2.4597
Dominique Pelle
2022-03-20
2
-0
/
+25
*
patch 8.2.4596: installing tutor binary may fail
v8.2.4596
Sergei Trofimovich
2022-03-20
2
-2
/
+4
*
patch 8.2.4595: X11: using --remote-wait may keep the CPU busy
v8.2.4595
jsecchiero
2022-03-20
2
-12
/
+17
*
Update runtime files
Bram Moolenaar
2022-03-19
30
-3850
/
+7065
*
patch 8.2.4594: need to write script to a file to be able to source them
v8.2.4594
Yegappan Lakshmanan
2022-03-19
11
-19
/
+530
*
patch 8.2.4593: unnecessary call to redraw_later()
v8.2.4593
zeertzjq
2022-03-19
2
-2
/
+3
*
patch 8.2.4592: search continues after giving E1204
v8.2.4592
Bram Moolenaar
2022-03-19
2
-1
/
+6
*
patch 8.2.4591: cursor line not updated when a callback moves the cursor
v8.2.4591
Bram Moolenaar
2022-03-19
6
-10
/
+66
*
patch 8.2.4590: Vim9: range type check has wrong offset
v8.2.4590
Bram Moolenaar
2022-03-18
4
-62
/
+39
*
patch 8.2.4589: cannot index the g: dictionary
v8.2.4589
Bram Moolenaar
2022-03-18
5
-8
/
+28
*
patch 8.2.4588: mapping with key after other matching mapping does not work
v8.2.4588
Bram Moolenaar
2022-03-18
3
-2
/
+21
*
patch 8.2.4587: Vim9: double free after unpacking a list
v8.2.4587
Bram Moolenaar
2022-03-18
3
-1
/
+13
*
patch 8.2.4586: Vim9: no error for using lower case name for "func" argument
v8.2.4586
Bram Moolenaar
2022-03-17
3
-4
/
+14
*
patch 8.2.4585: cannot use keypad page-up/down for completion menu
v8.2.4585
Yegappan Lakshmanan
2022-03-17
3
-17
/
+20
*
patch 8.2.4584: error for using autoload function in custom completion
v8.2.4584
Bram Moolenaar
2022-03-17
3
-4
/
+28
*
patch 8.2.4583: screendump test fails
v8.2.4583
Bram Moolenaar
2022-03-16
2
-1
/
+8
*
patch 8.2.4582: useless code handling a type declaration
v8.2.4582
Bram Moolenaar
2022-03-16
5
-22
/
+40
*
patch 8.2.4581: null types not fully tested
v8.2.4581
Bram Moolenaar
2022-03-16
2
-0
/
+12
*
patch 8.2.4580: Vim9: incorrect error for shadowing variable
v8.2.4580
Bram Moolenaar
2022-03-16
3
-1
/
+21
*
patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menu
v8.2.4579
Yegappan Lakshmanan
2022-03-16
15
-17
/
+212
*
patch 8.2.4578: no warning when autoload script for completion has an error
v8.2.4578
Bram Moolenaar
2022-03-16
3
-5
/
+41
*
patch 8.2.4577: message test is flaky
v8.2.4577
Bram Moolenaar
2022-03-16
2
-2
/
+5
*
patch 8.2.4576: Vim9: error for comparing with null can be annoying
v8.2.4576
Bram Moolenaar
2022-03-15
4
-30
/
+36
*
patch 8.2.4575: Vim9: test for profiling still fails
v8.2.4575
Bram Moolenaar
2022-03-15
9
-43
/
+58
*
patch 8.2.4574: Vim9: test for profiling fails
v8.2.4574
Bram Moolenaar
2022-03-15
2
-4
/
+6
*
patch 8.2.4573: a nested function is compiled for debugging without context
v8.2.4573
Bram Moolenaar
2022-03-15
6
-1
/
+24
*
patch 8.2.4572: Vim9: return type "any" is changed to first returned type
v8.2.4572
Bram Moolenaar
2022-03-15
3
-2
/
+27
*
patch 8.2.4571: not all gdb files are recognized
v8.2.4571
Jade Lovelace
2022-03-15
3
-2
/
+4
*
patch 8.2.4570: no command line completion for :profile and :profdel
v8.2.4570
Yegappan Lakshmanan
2022-03-15
5
-9
/
+67
*
patch 8.2.4569: Coverity warning for not using a return value
v8.2.4569
Bram Moolenaar
2022-03-15
2
-1
/
+3
*
patch 8.2.4568: getmousepos() does not compute the column below the last line
v8.2.4568
Sean Dewar
2022-03-15
3
-2
/
+27
*
patch 8.2.4567: bracketed paste doesn't work well in Visual linewise mode
v8.2.4567
zeertzjq
2022-03-14
3
-5
/
+75
*
patch 8.2.4566: check for existing buffer in session file may not work
v8.2.4566
James Cherti
2022-03-14
3
-2
/
+9
*
patch 8.2.4565: no command line completion for :breakadd and :breakdel
v8.2.4565
Bram Moolenaar
2022-03-14
8
-20
/
+290
*
patch 8.2.4564: running test leaves file behind
v8.2.4564
Bram Moolenaar
2022-03-14
2
-33
/
+55
[prev]
[next]