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.0627: Vim9: error message does not work
v8.2.0627
Bram Moolenaar
2020-04-23
2
-1
/
+3
*
patch 8.2.0626: Vim9: wrong syntax of function in Vim9 script
v8.2.0626
Bram Moolenaar
2020-04-23
10
-48
/
+141
*
patch 8.2.0625: Vim9: confusing error when calling unknown function
v8.2.0625
Bram Moolenaar
2020-04-23
4
-18
/
+40
*
patch 8.2.0624: Vim9: no check for space before #comment
v8.2.0624
Bram Moolenaar
2020-04-23
5
-13
/
+94
*
patch 8.2.0623: typo in test comment
v8.2.0623
Bram Moolenaar
2020-04-23
2
-1
/
+3
*
patch 8.2.0622: Haiku: GUI does not compile
v8.2.0622
Bram Moolenaar
2020-04-23
5
-8
/
+16
*
patch 8.2.0621: after running tests asan files may remain
v8.2.0621
Bram Moolenaar
2020-04-23
3
-1
/
+5
*
patch 8.2.0620: error in menu translations
v8.2.0620
Bram Moolenaar
2020-04-23
1
-0
/
+2
*
patch 8.2.0619: null dict is not handled like an empty dict
v8.2.0619
Bram Moolenaar
2020-04-23
12
-27
/
+128
*
patch 8.2.0618: echoing a null list results in no output
v8.2.0618
Bram Moolenaar
2020-04-22
3
-1
/
+5
*
patch 8.2.0617: new error check triggers in Swedish menu
v8.2.0617
Bram Moolenaar
2020-04-22
1
-0
/
+2
*
patch 8.2.0616: build error when disabling the diff feature
v8.2.0616
Bram Moolenaar
2020-04-21
2
-2
/
+4
*
patch 8.2.0615: regexp benchmark stest is old style
v8.2.0615
Bram Moolenaar
2020-04-21
19
-44
/
+179
*
patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'
v8.2.0614
Bram Moolenaar
2020-04-21
11
-40
/
+58
*
patch 8.2.0613: Vim9: no check for space before #comment
v8.2.0613
Bram Moolenaar
2020-04-20
5
-31
/
+209
*
patch 8.2.0612: Vim9: no check for space before #comment
v8.2.0612
Bram Moolenaar
2020-04-20
9
-19
/
+96
*
patch 8.2.0611: Vim9: no check for space before #comment
v8.2.0611
Bram Moolenaar
2020-04-20
5
-4
/
+69
*
patch 8.2.0610: some tests are still old style
v8.2.0610
Bram Moolenaar
2020-04-20
15
-106
/
+178
*
patch 8.2.0609: configure does not detect moonjit correctly
v8.2.0609
Bram Moolenaar
2020-04-20
3
-2
/
+4
*
patch 8.2.0608: warning from clang when building message test
v8.2.0608
Bram Moolenaar
2020-04-20
2
-1
/
+3
*
patch 8.2.0607: gcc warns for using uninitialized variable
v8.2.0607
Bram Moolenaar
2020-04-19
2
-21
/
+24
*
patch 8.2.0606: several syntax HL errors not checked
v8.2.0606
Bram Moolenaar
2020-04-19
2
-50
/
+47
*
patch 8.2.0605: Vim9: cannot unlet an environment variable
v8.2.0605
Bram Moolenaar
2020-04-19
6
-5
/
+27
*
patch 8.2.0604: :startinsert in a terminal window used later
v8.2.0604
Bram Moolenaar
2020-04-19
3
-0
/
+29
*
patch 8.2.0603: configure does not detect moonjit
v8.2.0603
Bram Moolenaar
2020-04-19
3
-2
/
+45
*
patch 8.2.0602: :unlet $VAR does not work properly
v8.2.0602
Bram Moolenaar
2020-04-19
4
-20
/
+52
*
patch 8.2.0601: Vim9: :unlet is not compiled
v8.2.0601
Bram Moolenaar
2020-04-19
10
-35
/
+232
*
patch 8.2.0600: Vim9: cannot read or write w:, t: and b: variables
v8.2.0600
Bram Moolenaar
2020-04-19
7
-18
/
+203
*
patch 8.2.0599: Netbeans interface insufficiently tested
v8.2.0599
Bram Moolenaar
2020-04-19
6
-39
/
+771
*
patch 8.2.0598: test_eval_stuff fails in normal terminal
v8.2.0598
Bram Moolenaar
2020-04-18
2
-4
/
+3
*
patch 8.2.0597: test_eval is old style
v8.2.0597
Bram Moolenaar
2020-04-18
4
-38
/
+122
*
patch 8.2.0596: crash in test49
v8.2.0596
Bram Moolenaar
2020-04-18
3
-1
/
+3
*
patch 8.2.0595: Vim9: not all commands using ends_excmd() tested
v8.2.0595
Bram Moolenaar
2020-04-18
10
-15
/
+122
*
patch 8.2.0594: MS-Windows: cannot build with WINVER set to 0x0501
v8.2.0594
Bram Moolenaar
2020-04-18
7
-9
/
+35
*
patch 8.2.0593: finding a user command is not optimal
v8.2.0593
Bram Moolenaar
2020-04-18
3
-8
/
+14
*
patch 8.2.0592: MS-Windows with VTP: cursor is not made invisible
v8.2.0592
Bram Moolenaar
2020-04-17
2
-0
/
+6
*
patch 8.2.0591: MS-Windows: should always support IPv6
v8.2.0591
Bram Moolenaar
2020-04-17
3
-2
/
+4
*
patch 8.2.0590: no 'backspace' value allows ignoring the insertion point
v8.2.0590
Bram Moolenaar
2020-04-17
7
-9
/
+64
*
patch 8.2.0589: .bsd file type not recognized
v8.2.0589
Bram Moolenaar
2020-04-17
2
-1
/
+3
*
patch 8.2.0588: Putty does not use "sgr" 'ttymouse' by default
v8.2.0588
Bram Moolenaar
2020-04-17
2
-3
/
+14
*
patch 8.2.0587: compiler warning for unused variable
v8.2.0587
Bram Moolenaar
2020-04-16
2
-1
/
+3
*
patch 8.2.0586: Vim9: # comment not sufficiently tested
v8.2.0586
Bram Moolenaar
2020-04-16
3
-1
/
+40
*
patch 8.2.0585: Vim9: # comment not recognized after :vim9script
v8.2.0585
Bram Moolenaar
2020-04-16
6
-15
/
+105
*
patch 8.2.0584: viminfo file uses obsolete function file_readable()
v8.2.0584
Bram Moolenaar
2020-04-16
2
-1
/
+3
*
patch 8.2.0583: Vim9: # comment not recognized in :def function
v8.2.0583
Bram Moolenaar
2020-04-16
3
-30
/
+51
*
patch 8.2.0582: color ramp test does not show text colors
v8.2.0582
Bram Moolenaar
2020-04-15
2
-10
/
+56
*
patch 8.2.0581: Win32 console: the cursor position is always top-left
v8.2.0581
Bram Moolenaar
2020-04-15
2
-13
/
+9
*
patch 8.2.0580: window size wrong if 'ea' is off and 'splitright' is on
v8.2.0580
Bram Moolenaar
2020-04-15
3
-1
/
+35
*
patch 8.2.0579: Coverity warns for unused value
v8.2.0579
Bram Moolenaar
2020-04-14
2
-3
/
+6
*
patch 8.2.0578: heredoc for interfaces does not support "trim"
v8.2.0578
Bram Moolenaar
2020-04-14
16
-1902
/
+2073
[next]