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.0189: cd() with NULL argument crashes
v8.2.0189
Bram Moolenaar
2020-01-31
3
-1
/
+5
*
patch 8.2.0188: Check commands don't work well with Vim9 script
v8.2.0188
Bram Moolenaar
2020-01-31
4
-44
/
+81
*
patch 8.2.0187: reduntant code
v8.2.0187
Bram Moolenaar
2020-01-31
2
-2
/
+3
*
patch 8.2.0186: a couple of tests may fail when features are missing
v8.2.0186
Bram Moolenaar
2020-01-31
3
-1
/
+4
*
patch 8.2.0185: Vim9 script: cannot use "if has()" to skip lines
v8.2.0185
Bram Moolenaar
2020-01-31
6
-34
/
+311
*
patch 8.2.0184: blob test fails
v8.2.0184
Bram Moolenaar
2020-01-30
2
-1
/
+7
*
patch 8.2.0183: tests fail when the float feature is disabled
v8.2.0183
Bram Moolenaar
2020-01-30
22
-177
/
+250
*
patch 8.2.0182: min() and max() materialize a range() list
v8.2.0182
Bram Moolenaar
2020-01-30
2
-12
/
+24
*
patch 8.2.0181: problems parsing :term arguments
v8.2.0181
Bram Moolenaar
2020-01-30
6
-58
/
+132
*
patch 8.2.0180: test for wrapmargin fails if terminal is not 80 columns
v8.2.0180
Bram Moolenaar
2020-01-30
2
-3
/
+6
*
patch 8.2.0179: still a few places where range() does not work
v8.2.0179
Bram Moolenaar
2020-01-30
10
-19
/
+107
*
patch 8.2.0178: with VTP the screen may not be restored properly
v8.2.0178
Bram Moolenaar
2020-01-30
2
-2
/
+37
*
patch 8.2.0177: memory leak in get_tags()
v8.2.0177
Bram Moolenaar
2020-01-29
2
-0
/
+5
*
patch 8.2.0176: generating os headers does not work for Swedish
v8.2.0176
Bram Moolenaar
2020-01-29
2
-0
/
+7
*
patch 8.2.0175: crash when removing list element in map()
v8.2.0175
Bram Moolenaar
2020-01-29
3
-0
/
+22
*
patch 8.2.0174: various commands not completely tested
v8.2.0174
Bram Moolenaar
2020-01-29
12
-4
/
+332
*
patch 8.2.0173: build fails with old compiler
v8.2.0173
Bram Moolenaar
2020-01-29
9
-84
/
+88
*
patch 8.2.0172: Coverity warning for not restoring character
v8.2.0172
Bram Moolenaar
2020-01-28
2
-3
/
+4
*
patch 8.2.0171: Coverity warning for using uninitialized buffer
v8.2.0171
Bram Moolenaar
2020-01-28
2
-1
/
+3
*
patch 8.2.0170: Coverity warning for ignoring return value
v8.2.0170
Bram Moolenaar
2020-01-28
2
-2
/
+7
*
patch 8.2.0169: Coverity warning for dead code
v8.2.0169
Bram Moolenaar
2020-01-28
2
-0
/
+7
*
patch 8.2.0168: Coverity warning for assigning NULL to an option
v8.2.0168
Bram Moolenaar
2020-01-28
3
-0
/
+8
*
patch 8.2.0167: Coverity warning for ignoring return value
v8.2.0167
Bram Moolenaar
2020-01-28
3
-1
/
+6
*
patch 8.2.0166: Coverity warning for using uninitialized variable
v8.2.0166
Bram Moolenaar
2020-01-28
2
-1
/
+8
*
patch 8.2.0165: Coverity warning for using NULL pointer
v8.2.0165
Bram Moolenaar
2020-01-28
2
-1
/
+3
*
patch 8.2.0164: test_alot takes too long
v8.2.0164
Bram Moolenaar
2020-01-28
3
-35
/
+37
*
patch 8.2.0163: test hangs on MS-Windows console
v8.2.0163
Bram Moolenaar
2020-01-28
3
-6
/
+15
*
patch 8.2.0162: balloon test fails in the GUI
v8.2.0162
Bram Moolenaar
2020-01-27
2
-1
/
+5
*
patch 8.2.0161: not recognizing .gv file as dot filetype
v8.2.0161
Bram Moolenaar
2020-01-27
2
-1
/
+3
*
patch 8.2.0160: range test fails
v8.2.0160
Bram Moolenaar
2020-01-27
2
-0
/
+13
*
patch 8.2.0159: non-materialized range() list causes problems
v8.2.0159
Bram Moolenaar
2020-01-27
12
-21
/
+268
*
patch 8.2.0158: triggering CompleteDone earlier is not backwards compatible
v8.2.0158
Bram Moolenaar
2020-01-26
5
-8
/
+17
*
patch 8.2.0157: Vim9 script files not in list of distributed files
v8.2.0157
Bram Moolenaar
2020-01-26
1
-0
/
+2
*
patch 8.2.0156: various typos in source files and tests
v8.2.0156
Bram Moolenaar
2020-01-26
40
-49
/
+55
*
patch 8.2.0155: warnings from MinGW compiler; tests fail without +float
v8.2.0155
Bram Moolenaar
2020-01-26
7
-4
/
+22
*
patch 8.2.0154: reallocating the list of scripts is inefficient
v8.2.0154
Bram Moolenaar
2020-01-26
10
-45
/
+53
*
patch 8.2.0153: warning shows when listing version info
v8.2.0153
Bram Moolenaar
2020-01-26
1
-0
/
+2
*
patch 8.2.0152: restoring ctrl_x_mode is not needed
v8.2.0152
Bram Moolenaar
2020-01-26
2
-11
/
+8
*
patch 8.2.0151: detecting a script was already sourced is unreliable
v8.2.0151
Bram Moolenaar
2020-01-26
4
-39
/
+13
*
patch 8.2.0150: cannot define python function when using :execute
v8.2.0150
Bram Moolenaar
2020-01-26
3
-1
/
+19
*
patch 8.2.0149: maintaining a Vim9 branch separately is more work
v8.2.0149
Bram Moolenaar
2020-01-26
56
-1332
/
+10861
*
patch 8.2.0148: mapping related function in wrong source file
v8.2.0148
Bram Moolenaar
2020-01-24
5
-76
/
+118
*
patch 8.2.0147: block Visual mode operators not correct when 'linebreak' set
v8.2.0147
Bram Moolenaar
2020-01-23
3
-15
/
+44
*
patch 8.2.0146: wrong indent when 'showbreak' and 'breakindent' are set
v8.2.0146
Bram Moolenaar
2020-01-23
3
-1
/
+32
*
patch 8.2.0145: using #error for compilation errors should be OK now
v8.2.0145
Bram Moolenaar
2020-01-23
3
-4
/
+5
*
patch 8.2.0144: some mapping code is not fully tested
v8.2.0144
Bram Moolenaar
2020-01-23
4
-1
/
+303
*
patch 8.2.0143: Coverity warning for possible use of NULL pointer
v8.2.0143
Bram Moolenaar
2020-01-23
2
-1
/
+3
*
patch 8.2.0142: possible to enter popup window with CTRL-W p
v8.2.0142
Bram Moolenaar
2020-01-23
6
-0
/
+45
*
patch 8.2.0141: no swift filetype detection
v8.2.0141
Bram Moolenaar
2020-01-22
2
-0
/
+5
*
Update runtime files.
Bram Moolenaar
2020-01-21
1
-0
/
+1
[next]