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
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.4665: popup with "minwidth" and scrollbar not updated properly
v8.2.4665
Bram Moolenaar
2022-04-02
12
-41
/
+145
*
patch 8.2.4664: Elvish files are not recognized
v8.2.4664
Bruno Roque
2022-04-02
2
-0
/
+3
*
patch 8.2.4663: occasional crash when running the GUI tests
v8.2.4663
Bram Moolenaar
2022-04-01
2
-8
/
+13
*
patch 8.2.4662: no error for using out of range list index
v8.2.4662
Bram Moolenaar
2022-04-01
8
-11
/
+26
*
patch 8.2.4661: Coverity warning for using uninitialized variable
v8.2.4661
Bram Moolenaar
2022-04-01
2
-1
/
+3
*
patch 8.2.4660: cursorcolumn is sometimes not correct
v8.2.4660
Bram Moolenaar
2022-04-01
5
-5
/
+48
*
patch 8.2.4659: invalid memory access when using printable function name
v8.2.4659
Bram Moolenaar
2022-03-31
2
-1
/
+3
*
patch 8.2.4658: org-mode files are not recognized
v8.2.4658
ranjithshegde
2022-03-31
2
-0
/
+3
*
patch 8.2.4657: errors for functions are sometimes hard to read
v8.2.4657
Bram Moolenaar
2022-03-31
9
-36
/
+68
*
patch 8.2.4656: Vim9: can't use item from "import autoload" with autoload dir
v8.2.4656
Bram Moolenaar
2022-03-31
6
-25
/
+64
*
patch 8.2.4655: cmdline completion popup menu positioned wrong
v8.2.4655
Yegappan Lakshmanan
2022-03-31
5
-27
/
+76
*
patch 8.2.4654: missing changes for import check
v8.2.4654
Bram Moolenaar
2022-03-31
2
-1
/
+10
*
patch 8.2.4653: "import autoload" does not check the file name
v8.2.4653
Bram Moolenaar
2022-03-31
8
-23
/
+35
*
patch 8.2.4652: leaking memory if assignment fails
v8.2.4652
Bram Moolenaar
2022-03-31
2
-0
/
+4
*
patch 8.2.4651: test fails because path differs
v8.2.4651
Bram Moolenaar
2022-03-30
2
-1
/
+3
*
patch 8.2.4650: "import autoload" only works with using 'runtimepath'
v8.2.4650
Bram Moolenaar
2022-03-30
15
-82
/
+442
*
patch 8.2.4649: various formatting problems
v8.2.4649
Bram Moolenaar
2022-03-30
9
-32
/
+33
*
patch 8.2.4648: handling LSP messages is a bit slow
v8.2.4648
Yegappan Lakshmanan
2022-03-30
8
-44
/
+792
*
patch 8.2.4647: "source" can read past end of copied line
v8.2.4647
Bram Moolenaar
2022-03-29
3
-0
/
+14
*
patch 8.2.4646: using buffer line after it has been freed
v8.2.4646
Bram Moolenaar
2022-03-29
3
-0
/
+18
*
patch 8.2.4645: 'shortmess' changed when session does not store options
v8.2.4645
James Cherti
2022-03-29
3
-3
/
+66
*
patch 8.2.4644: redrawing too often when 'relativenumber' is set
v8.2.4644
Lewis Russell
2022-03-29
4
-4
/
+10
*
patch 8.2.4643: Vim9: variable may be locked unintentionally
v8.2.4643
Bram Moolenaar
2022-03-28
3
-0
/
+10
*
patch 8.2.4642: Vim9: in :def function script var cannot be null
v8.2.4642
Bram Moolenaar
2022-03-28
8
-7
/
+119
*
patch 8.2.4641: may mark the wrong window for redrawing
v8.2.4641
Bram Moolenaar
2022-03-28
2
-2
/
+4
*
patch 8.2.4640: some boolean options use "long" instead of "int"
v8.2.4640
James McCoy
2022-03-28
2
-3
/
+5
*
patch 8.2.4639: not sufficient parenthesis in preprocessor macros
kylo252
2022-03-27
11
-57
/
+59
*
patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline'
v8.2.4639
v8.2.4638
zeertzjq
2022-03-27
11
-41
/
+94
*
patch 8.2.4637: warning for using uninitialized variable
v8.2.4637
Bram Moolenaar
2022-03-27
2
-1
/
+3
*
patch 8.2.4636: not using Visual range
v8.2.4636
Bram Moolenaar
2022-03-27
2
-9
/
+17
*
patch 8.2.4635: tests using null list or dict fail
v8.2.4635
Bram Moolenaar
2022-03-27
2
-2
/
+6
*
patch 8.2.4634: Vim9: cannot initialize a variable to null_list
v8.2.4634
Bram Moolenaar
2022-03-27
12
-84
/
+179
*
patch 8.2.4633: Visual range does not work before command modifiers
v8.2.4633
Bram Moolenaar
2022-03-27
3
-4
/
+35
*
patch 8.2.4632: using freed memory in flatten()
v8.2.4632
Bram Moolenaar
2022-03-26
2
-1
/
+3
*
patch 8.2.4631: crash when switching window in BufWipeout autocommand
v8.2.4631
Bram Moolenaar
2022-03-26
4
-35
/
+68
*
patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline"
v8.2.4630
Bram Moolenaar
2022-03-26
6
-0
/
+47
*
patch 8.2.4629: flattennew() makes a deep copy unnecessarily
v8.2.4629
Bram Moolenaar
2022-03-26
2
-4
/
+4
*
patch 8.2.4628: not enough testing for 2/3 letter substitute commands
v8.2.4628
Yegappan Lakshmanan
2022-03-25
3
-1
/
+298
*
patch 8.2.4627: flatten() does not use maxdepth correctly
v8.2.4627
Bram Moolenaar
2022-03-25
3
-24
/
+39
*
patch 8.2.4626: Visual area not updated when removing sign in Visual mode
v8.2.4626
Bram Moolenaar
2022-03-25
4
-1
/
+32
*
patch 8.2.4625: old Coverity warning for resource leak
v8.2.4625
Bram Moolenaar
2022-03-25
2
-3
/
+8
*
patch 8.2.4624: old Coverity warning for resource leak
v8.2.4624
Bram Moolenaar
2022-03-25
2
-0
/
+6
*
patch 8.2.4623: Coverity warns for using uninitialized field
v8.2.4623
Bram Moolenaar
2022-03-25
2
-0
/
+3
*
patch 8.2.4622: Vim9: crash with :execute and :finish
v8.2.4622
Bram Moolenaar
2022-03-25
3
-1
/
+25
*
patch 8.2.4621: crash when using the tabline right-click menu
v8.2.4621
Bram Moolenaar
2022-03-24
2
-6
/
+8
*
patch 8.2.4620: two letter substitute commands don't work
v8.2.4620
Bram Moolenaar
2022-03-24
2
-1
/
+3
*
patch 8.2.4619: mapping is cancelled when mouse moves and popup is visible
v8.2.4619
Bram Moolenaar
2022-03-24
4
-2
/
+32
*
patch 8.2.4618: cmdline completion does not recognize single letter commands
v8.2.4618
Bram Moolenaar
2022-03-24
2
-25
/
+42
*
patch 8.2.4617: no completion for :scriptnames
v8.2.4617
Yegappan Lakshmanan
2022-03-24
8
-19
/
+134
*
patch 8.2.4616: Vim9: Declarations in a {} block of a user command remain
v8.2.4616
Bram Moolenaar
2022-03-23
3
-0
/
+58
[next]