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 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
*
patch 8.2.4919: can add invalid bytes with :spellgood
v8.2.4919
Bram Moolenaar
2022-05-08
1
-0
/
+4
*
patch 8.2.4890: inconsistent capitalization in error messages
v8.2.4890
Bram Moolenaar
2022-05-06
1
-151
/
+151
*
patch 8.2.4883: string interpolation only works in heredoc
v8.2.4883
LemonBoy
2022-05-06
1
-0
/
+4
*
patch 8.2.4863: accessing freed memory in test without the +channel feature
v8.2.4863
Bram Moolenaar
2022-05-04
1
-0
/
+4
*
patch 8.2.4861: it is not easy to restore saved mappings
v8.2.4861
Ernie Rael
2022-05-04
1
-0
/
+2
*
patch 8.2.4774: crash when using a number for lambda name
v8.2.4774
Bram Moolenaar
2022-04-17
1
-0
/
+4
*
patch 8.2.4727: unused code
v8.2.4727
Dominique Pelle
2022-04-10
1
-12
/
+11
*
patch 8.2.4726: cannot use expand() to get the script name
v8.2.4726
LemonBoy
2022-04-09
1
-0
/
+2
*
patch 8.2.4688: new regexp engine does not give an error for "\%v"
v8.2.4688
Bram Moolenaar
2022-04-04
1
-1
/
+3
*
patch 8.2.4653: "import autoload" does not check the file name
v8.2.4653
Bram Moolenaar
2022-03-31
1
-2
/
+3
*
patch 8.2.4604: error for redefining a script item may be confusing
v8.2.4604
Bram Moolenaar
2022-03-21
1
-1
/
+1
*
patch 8.2.4582: useless code handling a type declaration
v8.2.4582
Bram Moolenaar
2022-03-16
1
-0
/
+2
*
patch 8.2.4573: a nested function is compiled for debugging without context
v8.2.4573
Bram Moolenaar
2022-03-15
1
-0
/
+4
*
patch 8.2.4516: build failure without the +eval feature
v8.2.4516
Bram Moolenaar
2022-03-05
1
-1
/
+1
*
patch 8.2.4515: old subsitute syntax is still supported
v8.2.4515
Bram Moolenaar
2022-03-05
1
-0
/
+2
*
patch 8.2.4514: Vim9: some flow commands can be shortened
v8.2.4514
Bram Moolenaar
2022-03-05
1
-1
/
+1
*
patch 8.2.4510: Vim9: shortening commands leads to confusing script
v8.2.4510
Bram Moolenaar
2022-03-05
1
-2
/
+2
*
patch 8.2.4509: Vim9: can declare a variable with ":va"
v8.2.4509
Bram Moolenaar
2022-03-05
1
-1
/
+2
*
patch 8.2.4506: "pattern not found" for :global is not an error message
v8.2.4506
Bram Moolenaar
2022-03-04
1
-1
/
+2
*
patch 8.2.4505: Vim9: outdated "autocmd nested" still works
v8.2.4505
Bram Moolenaar
2022-03-04
1
-1
/
+4
*
patch 8.2.4500: Vim9: can declare a global variable on the command line
v8.2.4500
Bram Moolenaar
2022-03-03
1
-3
/
+4
*
patch 8.2.4460: Vim9: wrong error for defining dict function
v8.2.4460
Bram Moolenaar
2022-02-23
1
-1
/
+2
*
patch 8.2.4408: Vim9: some code not covered by tests
v8.2.4408
Bram Moolenaar
2022-02-17
1
-2
/
+1
*
patch 8.2.4395: some code lines not covered by tests
v8.2.4395
Bram Moolenaar
2022-02-15
1
-1
/
+2
*
patch 8.2.4385: cannot build tiny version
v8.2.4385
Bram Moolenaar
2022-02-14
1
-0
/
+2
*
patch 8.2.4384: Vim9: error message not tested, some code not tested
v8.2.4384
Bram Moolenaar
2022-02-14
1
-1
/
+2
*
patch 8.2.4371: Vim9: can create a script variable from a legacy function
v8.2.4371
Bram Moolenaar
2022-02-13
1
-0
/
+2
*
patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistencies
v8.2.4360
Bram Moolenaar
2022-02-12
1
-1
/
+3
*
patch 8.2.4330: Vim9: no error if script imports itself
v8.2.4330
Bram Moolenaar
2022-02-08
1
-1
/
+2
*
patch 8.2.4324: Vim9: script-local function name can start with "_"
v8.2.4324
Bram Moolenaar
2022-02-07
1
-0
/
+4
*
patch 8.2.4317: MS-Windows: Vim exits when Python 3 initialisation fails
v8.2.4317
Bram Moolenaar
2022-02-07
1
-0
/
+4
*
patch 8.2.4291: error number used twice
v8.2.4291
Bram Moolenaar
2022-02-03
1
-3
/
+2
*
patch 8.2.4264: Vim9: can use old style autoload function name
v8.2.4264
Bram Moolenaar
2022-01-30
1
-2
/
+2
*
patch 8.2.4246: one error message not in errors.h
v8.2.4246
Bram Moolenaar
2022-01-28
1
-1
/
+4
*
patch 8.2.4240: error for using flatten() in Vim9 script is unclear
v8.2.4240
Bram Moolenaar
2022-01-28
1
-1
/
+1
*
patch 8.2.4234: test_garbagecollect_now() does not check v:testing
v8.2.4234
Bram Moolenaar
2022-01-27
1
-1
/
+2
*
patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def function
v8.2.4225
Bram Moolenaar
2022-01-26
1
-4
/
+4
*
patch 8.2.4206: condition with many "(" causes a crash
v8.2.4206
Bram Moolenaar
2022-01-24
1
-1
/
+6
*
patch 8.2.4174: Vim9: can use an autoload name in normal script
v8.2.4174
Bram Moolenaar
2022-01-21
1
-1
/
+2
*
patch 8.2.4167: Vim9: error message for old style import
v8.2.4167
Bram Moolenaar
2022-01-20
1
-2
/
+1
*
patch 8.2.4147: E464 does not always include the offending command
v8.2.4147
Bram Moolenaar
2022-01-19
1
-0
/
+2
*
patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not useful
v8.2.4136
Bram Moolenaar
2022-01-18
1
-2
/
+1
[next]