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.1752: GTK GUI: cannot map alt-? with <A-?>
v8.2.1752
Bram Moolenaar
2020-09-27
5
-6
/
+22
*
patch 8.2.1751: using 2 where bool is expected may throw an error
v8.2.1751
Bram Moolenaar
2020-09-26
5
-5
/
+10
*
patch 8.2.1750: popup_setoptions() setting firstline fails if cursorline set
v8.2.1750
Bram Moolenaar
2020-09-26
8
-24
/
+102
*
patch 8.2.1749: Vim9: crash when closure fails in nested function
v8.2.1749
Bram Moolenaar
2020-09-26
3
-6
/
+25
*
patch 8.2.1748: closing split window in other tab may cause a crash
v8.2.1748
Bram Moolenaar
2020-09-26
3
-5
/
+24
*
patch 8.2.1747: result of expand() unexpectedly depends on 'completeslash'
v8.2.1747
Bram Moolenaar
2020-09-26
3
-2
/
+26
*
patch 8.2.1746: Vim9: cannot use "fina" for "finally"
v8.2.1746
Bram Moolenaar
2020-09-26
4
-5
/
+12
*
patch 8.2.1745: tiny version doesn't build
v8.2.1745
Bram Moolenaar
2020-09-26
2
-0
/
+3
*
patch 8.2.1744: Vim9: using ":const!" is weird
v8.2.1744
Bram Moolenaar
2020-09-26
15
-257
/
+328
*
patch 8.2.1743: cannot build without the eval feature
v8.2.1743
Bram Moolenaar
2020-09-25
2
-63
/
+65
*
patch 8.2.1742: test still fails without the terminal feature
v8.2.1742
Bram Moolenaar
2020-09-25
2
-1
/
+8
*
patch 8.2.1741: pathshorten() only supports using one character
v8.2.1741
Bram Moolenaar
2020-09-25
5
-44
/
+95
*
patch 8.2.1740: test fails without the terminal feature
v8.2.1740
Bram Moolenaar
2020-09-25
2
-0
/
+4
*
patch 8.2.1739: Vim9: crash when compiling a manually defined function
v8.2.1739
Bram Moolenaar
2020-09-25
3
-3
/
+29
*
patch 8.2.1738: Mac: str2float() recognizes comma instead of decimal point
v8.2.1738
Bram Moolenaar
2020-09-24
2
-0
/
+6
*
patch 8.2.1737: cursor line highlight in popup window is not always updated
v8.2.1737
Bram Moolenaar
2020-09-24
4
-4
/
+50
*
patch 8.2.1736: failure to compile a pattern not tested much
v8.2.1736
Bram Moolenaar
2020-09-23
18
-1
/
+47
*
patch 8.2.1735: Github actions appear to timeout too soon
v8.2.1735
Bram Moolenaar
2020-09-23
1
-0
/
+2
*
patch 8.2.1734: Vim9: cannot use a funcref for a closure twice
v8.2.1734
Bram Moolenaar
2020-09-23
6
-64
/
+93
*
patch 8.2.1733: Vim9: memory leaks when using nested function
v8.2.1733
Bram Moolenaar
2020-09-23
2
-0
/
+5
*
patch 8.2.1732: stuck when win_execute() for a popup causes an error
v8.2.1732
Bram Moolenaar
2020-09-23
5
-4
/
+59
*
patch 8.2.1731: Vim9: cannot use += to append to empty NULL list
v8.2.1731
Bram Moolenaar
2020-09-23
3
-4
/
+40
*
patch 8.2.1730: Vim9: cannot use member of unknown type
v8.2.1730
Bram Moolenaar
2020-09-23
3
-1
/
+32
*
patch 8.2.1729: endless loop when ":normal" feeds popup window filter
v8.2.1729
Bram Moolenaar
2020-09-23
8
-1
/
+53
*
patch 8.2.1728: compiler warning for using uninitialized variable
v8.2.1728
Bram Moolenaar
2020-09-22
2
-1
/
+3
*
patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"
v8.2.1727
Bram Moolenaar
2020-09-22
6
-9
/
+76
*
patch 8.2.1726: fuzzy matching only works on strings
v8.2.1726
Bram Moolenaar
2020-09-22
7
-160
/
+580
*
patch 8.2.1725: not all Pascal files are recognized
v8.2.1725
Bram Moolenaar
2020-09-22
2
-2
/
+4
*
patch 8.2.1724: Vim9: assignment tests spread out
v8.2.1724
Bram Moolenaar
2020-09-21
6
-680
/
+697
*
patch 8.2.1723: Vim9: Variable argument name cannot start with underscore
v8.2.1723
Bram Moolenaar
2020-09-21
3
-1
/
+12
*
patch 8.2.1722: Vim9: cannot assign a lambda to a variable of type function
v8.2.1722
Bram Moolenaar
2020-09-21
3
-1
/
+19
*
patch 8.2.1721: MS-Windows installer doesn't work
v8.2.1721
Bram Moolenaar
2020-09-21
1
-0
/
+2
*
patch 8.2.1720: Vim9: memory leak with heredoc that isn't executed
v8.2.1720
Bram Moolenaar
2020-09-21
3
-7
/
+20
*
patch 8.2.1719: Vim9: no error if comma is missing in between arguments
v8.2.1719
Bram Moolenaar
2020-09-20
4
-0
/
+13
*
patch 8.2.1718: Vim9: :def function disallows "firstline" for no good reason
v8.2.1718
Bram Moolenaar
2020-09-20
3
-2
/
+14
*
patch 8.2.1717
v8.2.1717
Bram Moolenaar
2020-09-20
1
-0
/
+2
*
patch 8.2.1716: options window has duplicate translations
v8.2.1716
Bram Moolenaar
2020-09-20
1
-0
/
+2
*
patch 8.2.1715: Motif GUI: commented out code missed {}
v8.2.1715
Bram Moolenaar
2020-09-20
2
-2
/
+4
*
patch 8.2.1714: text properties corrupted with substitute command
v8.2.1714
Bram Moolenaar
2020-09-20
3
-0
/
+19
*
patch 8.2.1713: Motif GUI: crash when setting menu colors
v8.2.1713
Bram Moolenaar
2020-09-20
2
-0
/
+6
*
patch 8.2.1712: Vim9: leaking memory when calling a lambda
v8.2.1712
Bram Moolenaar
2020-09-19
4
-10
/
+31
*
patch 8.2.1711: Vim9: leaking memory when using partial
v8.2.1711
Bram Moolenaar
2020-09-19
5
-17
/
+45
*
patch 8.2.1710: Vim9: list of list type can be wrong
v8.2.1710
Bram Moolenaar
2020-09-19
3
-1
/
+28
*
patch 8.2.1709: Vim9: memory leak when using multiple closures
v8.2.1709
Bram Moolenaar
2020-09-18
2
-0
/
+3
*
patch 8.2.1708: Vim9: error message for function has unpritable characters
v8.2.1708
Bram Moolenaar
2020-09-18
3
-2
/
+48
*
patch 8.2.1707: small inconsitency in highlight test
v8.2.1707
Bram Moolenaar
2020-09-18
2
-2
/
+4
*
patch 8.2.1706: Vim9: crash after running into the "Multiple closures" error
v8.2.1706
Bram Moolenaar
2020-09-18
3
-7
/
+23
*
patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear"
v8.2.1705
Bram Moolenaar
2020-09-18
3
-9
/
+48
*
patch 8.2.1704: Vim9: crash in for loop when autoload script has an error
v8.2.1704
Bram Moolenaar
2020-09-17
3
-1
/
+50
*
patch 8.2.1703: ":highlight clear" does not restore default link
v8.2.1703
Bram Moolenaar
2020-09-17
3
-19
/
+65
[next]