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
/
errors.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.1003: tiny build fails
v9.0.1003
Bram Moolenaar
2022-12-04
1
-2
/
+0
*
patch 9.0.1001: classes are not documented or implemented yet
v9.0.1001
Bram Moolenaar
2022-12-04
1
-0
/
+4
*
patch 9.0.0949: crash when unletting a variable while listing variables
v9.0.0949
Bram Moolenaar
2022-11-25
1
-0
/
+2
*
patch 9.0.0907: restoring window after WinScrolled may fail
v9.0.0907
Bram Moolenaar
2022-11-19
1
-0
/
+2
*
patch 9.0.0877: using freed memory with :comclear while listing commands
v9.0.0877
Bram Moolenaar
2022-11-13
1
-0
/
+2
*
patch 9.0.0874: using freed memory when executing unmenu at more prompt
v9.0.0874
Bram Moolenaar
2022-11-13
1
-0
/
+4
*
patch 9.0.0873: using freed memory when executing mapclear at more prompt
v9.0.0873
Bram Moolenaar
2022-11-13
1
-0
/
+2
*
patch 9.0.0828: various typos
v9.0.0828
dundargoc
2022-11-02
1
-5
/
+5
*
patch 9.0.0820: memory leak with empty shell command
v9.0.0821
Bram Moolenaar
2022-10-31
1
-0
/
+2
*
patch 9.0.0747: too many #ifdefs
v9.0.0747
Martin Tournoij
2022-10-13
1
-2
/
+2
*
patch 9.0.0657: too many #ifdefs
v9.0.0657
Martin Tournoij
2022-10-04
1
-7
/
+1
*
patch 9.0.0637: syntax of commands in Vim9 script depends on +eval feature
v9.0.0637
Bram Moolenaar
2022-10-02
1
-0
/
+2
*
patch 9.0.0623: error for modifying a const is not detected at compile time
v9.0.0623
Bram Moolenaar
2022-09-29
1
-0
/
+2
*
patch 9.0.0509: confusing error for "saveas" command with "nofile" buffer
v9.0.0509
Bram Moolenaar
2022-09-20
1
-2
/
+2
*
patch 9.0.0502: a closure in a nested loop in a :def function does not work
v9.0.0502
Bram Moolenaar
2022-09-19
1
-0
/
+4
*
patch 9.0.0500: when quitting cmdline window with CTRL-C it remains visible
v9.0.0500
Bram Moolenaar
2022-09-18
1
-1
/
+1
*
patch 9.0.0491: no good reason to build without the float feature
v9.0.0491
Bram Moolenaar
2022-09-17
1
-16
/
+3
*
patch 9.0.0489: using "end_lnum" with virtual text causes problems
v9.0.0489
Bram Moolenaar
2022-09-17
1
-0
/
+4
*
patch 9.0.0444: trying to declare g:variable gives confusing error
v9.0.0444
Bram Moolenaar
2022-09-11
1
-0
/
+2
*
patch 9.0.0437: no error when custom completion function returns wrong type
v9.0.0437
Bram Moolenaar
2022-09-10
1
-0
/
+2
*
patch 9.0.0436: CI: running tests in parallel causes flakiness
v9.0.0436
K.Takata
2022-09-10
1
-2
/
+2
*
patch 9.0.0432: crash when using for loop variable in closure
v9.0.0432
Bram Moolenaar
2022-09-09
1
-0
/
+2
*
patch 9.0.0430: cannot use repeat() with a blob
v9.0.0430
Bakudankun
2022-09-09
1
-0
/
+2
*
patch 9.0.0390: cannot use a partial with :defer
v9.0.0390
Bram Moolenaar
2022-09-05
1
-0
/
+4
*
patch 9.0.0389: crash when 'tagfunc' closes the window
v9.0.0389
Bram Moolenaar
2022-09-05
1
-0
/
+2
*
patch 9.0.0345: error message for list argument could be clearer
v9.0.0345
Bram Moolenaar
2022-09-01
1
-0
/
+4
*
patch 9.0.0335: checks for Dictionary argument often give a vague error
v9.0.0335
Yegappan Lakshmanan
2022-08-30
1
-0
/
+2
*
patch 9.0.0270: some values of 'path' and 'tags' invalid in the tiny version
v9.0.0270
Bram Moolenaar
2022-08-25
1
-2
/
+0
*
patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version
v9.0.0265
Bram Moolenaar
2022-08-25
1
-4
/
+0
*
patch 9.0.0263: too many #ifdefs
v9.0.0263
Bram Moolenaar
2022-08-25
1
-1
/
+1
*
patch 9.0.0250: slightly inconsistent error messages
v9.0.0250
Bram Moolenaar
2022-08-23
1
-1
/
+1
*
patch 9.0.0247: cannot add padding to virtual text without highlight
v9.0.0247
Bram Moolenaar
2022-08-23
1
-0
/
+4
*
patch 9.0.0233: removing multiple text properties takes many calls
v9.0.0233
Ben Jackson
2022-08-20
1
-2
/
+6
*
patch 9.0.0229: Vim9: error message for missing type is not clear
v9.0.0229
Bram Moolenaar
2022-08-20
1
-4
/
+4
*
patch 9.0.0188: strange effects when using "text_align" with non-zero column
v9.0.0188
Bram Moolenaar
2022-08-10
1
-0
/
+2
*
patch 9.0.0156: giving E1170 only in an expression is confusing
v9.0.0156
Bram Moolenaar
2022-08-06
1
-2
/
+2
*
patch 9.0.0150: error for using #{ in an expression is a bit confusing
v9.0.0150
Bram Moolenaar
2022-08-06
1
-2
/
+2
*
patch 9.0.0091: duplicate error number
v9.0.0091
Bram Moolenaar
2022-07-27
1
-1
/
+1
*
patch 9.0.0067: cannot show virtual text
v9.0.0067
Bram Moolenaar
2022-07-25
1
-0
/
+4
*
patch 9.0.0064: confusing error when using "q:" in command line window
v9.0.0064
Bram Moolenaar
2022-07-24
1
-0
/
+4
*
patch 9.0.0058: Win32: cannot test low level events
v9.0.0058
Yegappan Lakshmanan
2022-07-23
1
-0
/
+2
*
patch 8.2.5146: memory leak when substitute expression nests
v8.2.5146
Bram Moolenaar
2022-06-21
1
-0
/
+4
*
patch 8.2.5057: using gettimeofday() for timeout is very inefficient
v8.2.5057
Paul Ollis
2022-06-05
1
-0
/
+12
*
patch 8.2.5039: confusing error if first argument of popup_create() is wrong
v8.2.5039
Bram Moolenaar
2022-05-29
1
-0
/
+4
*
patch 8.2.5033: build error with +eval but without +quickfix
v8.2.5033
Bram Moolenaar
2022-05-27
1
-2
/
+2
*
patch 8.2.5030: autocmd_add() can only handle one event and pattern
v8.2.5030
Yegappan Lakshmanan
2022-05-27
1
-3
/
+3
*
patch 8.2.5029: "textlock" is always zero
v8.2.5029
zeertzjq
2022-05-27
1
-2
/
+1
*
patch 8.2.5003: cannot do bitwise shifts
v8.2.5003
Yegappan Lakshmanan
2022-05-22
1
-0
/
+6
*
patch 8.2.4978: no error if engine selection atom is not at the start
v8.2.4978
Christian Brabandt
2022-05-18
1
-0
/
+2
*
patch 8.2.4933: a few more capitalization mistakes in error messages
v8.2.4933
Bram Moolenaar
2022-05-10
1
-5
/
+5
[next]