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
/
ex_docmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.1382: Vim9: using :import in filetype plugin gives an error
v8.2.1382
Bram Moolenaar
2020-08-06
1
-1
/
+1
*
patch 8.2.1359: Vim9: cannot assign to / register in Vim9 script
v8.2.1359
Bram Moolenaar
2020-08-02
1
-3
/
+5
*
patch 8.2.1348: build failure without the eval feature
v8.2.1348
Bram Moolenaar
2020-08-01
1
-1
/
+1
*
patch 8.2.1347: cannot easily get the script ID
v8.2.1347
Bram Moolenaar
2020-08-01
1
-1
/
+13
*
patch 8.2.1346: small build fails
v8.2.1346
Bram Moolenaar
2020-08-01
1
-1
/
+2
*
patch 8.2.1342: Vim9: accidentally using "t" gives a confusing error
v8.2.1342
Bram Moolenaar
2020-08-01
1
-0
/
+3
*
patch 8.2.1322: Vim9: method on double quoted string doesn't work
v8.2.1322
Bram Moolenaar
2020-07-29
1
-1
/
+3
*
patch 8.2.1313: Vim9 script: cannot assign to environment variable
v8.2.1313
Bram Moolenaar
2020-07-28
1
-67
/
+81
*
patch 8.2.1309: build failure with tiny version
v8.2.1309
Bram Moolenaar
2020-07-28
1
-0
/
+2
*
patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exit
v8.2.1308
Bram Moolenaar
2020-07-28
1
-0
/
+2
*
patch 8.2.1297: when a test fails it's often not easy to see where
v8.2.1297
Bram Moolenaar
2020-07-26
1
-3
/
+8
*
patch 8.2.1294: Vim9: error when using vim9script in TextYankPost
v8.2.1294
Bram Moolenaar
2020-07-25
1
-5
/
+15
*
patch 8.2.1288: Vim9: cannot use mark in range
v8.2.1288
Bram Moolenaar
2020-07-24
1
-1
/
+1
*
patch 8.2.1286: Vim9: No error when using a type to a window variable
v8.2.1286
Bram Moolenaar
2020-07-23
1
-0
/
+8
*
patch 8.2.1281: the "trailing characters" error can be hard to understand
v8.2.1281
Bram Moolenaar
2020-07-23
1
-2
/
+2
*
patch 8.2.1280: Ex command error cannot contain an argument
v8.2.1280
Bram Moolenaar
2020-07-23
1
-14
/
+29
*
patch 8.2.1257: Vim9: list unpack doesn't work at the script level
v8.2.1257
Bram Moolenaar
2020-07-20
1
-3
/
+12
*
patch 8.2.1229: build error without the eval feature
v8.2.1229
Bram Moolenaar
2020-07-17
1
-2
/
+2
*
patch 8.2.1227: Vim9: allowing both quoted and # comments is confusing
v8.2.1227
Bram Moolenaar
2020-07-17
1
-21
/
+48
*
patch 8.2.1218: Vim9: cannot use 'text'->func()
v8.2.1218
Bram Moolenaar
2020-07-15
1
-21
/
+38
*
patch 8.2.1190: Vim9: checking for Vim9 syntax is spread out
v8.2.1190
Bram Moolenaar
2020-07-12
1
-1
/
+1
*
patch 8.2.1180: build failure in small version
v8.2.1180
Bram Moolenaar
2020-07-11
1
-1
/
+2
*
patch 8.2.1178: Vim9: filter function recognized as command modifier
v8.2.1178
Bram Moolenaar
2020-07-11
1
-1
/
+5
*
patch 8.2.1157: Vim9: dict.name is not recognized as an expression
v8.2.1157
Bram Moolenaar
2020-07-08
1
-1
/
+3
*
patch 8.2.1137: Vim9: modifiers not cleared after compiling function
v8.2.1137
Bram Moolenaar
2020-07-05
1
-27
/
+26
*
patch 8.2.1116: Vim9: parsing command checks for list twice
v8.2.1116
Bram Moolenaar
2020-07-02
1
-11
/
+16
*
patch 8.2.1112: Vim9: no line continuation allowed in method call
v8.2.1112
Bram Moolenaar
2020-07-01
1
-5
/
+15
*
patch 8.2.1079: Vim9: no line break allowed in a while loop
v8.2.1079
Bram Moolenaar
2020-06-28
1
-30
/
+68
*
patch 8.2.1059: crash when using :tabonly in an autocommand
v8.2.1059
Bram Moolenaar
2020-06-26
1
-0
/
+7
*
patch 8.2.1049: Vim9: leaking memory when using continuation line
v8.2.1049
Bram Moolenaar
2020-06-24
1
-1
/
+2
*
patch 8.2.1042: Vim9: cannot put an operator on the next line
v8.2.1042
Bram Moolenaar
2020-06-22
1
-1
/
+8
*
patch 8.2.1000: get error when leaving Ex mode with :visual
v8.2.1000
Bram Moolenaar
2020-06-18
1
-1
/
+2
*
patch 8.2.0909: cannot go back to the previous local directory
v8.2.0909
Bram Moolenaar
2020-06-05
1
-13
/
+38
*
patch 8.2.0883: memory leak in test 49
v8.2.0883
Bram Moolenaar
2020-06-01
1
-0
/
+1
*
patch 8.2.0876: :pwd does not give a hint about the scope of the directory
v8.2.0876
Bram Moolenaar
2020-06-01
1
-4
/
+16
*
patch 8.2.0853: ml_delete() often called with FALSE argument
v8.2.0853
Bram Moolenaar
2020-05-30
1
-1
/
+1
*
patch 8.2.0841: 'verbose' value 16 causes duplicate output
v8.2.0841
Bram Moolenaar
2020-05-29
1
-4
/
+1
*
patch 8.2.0823: Vim9: script reload test is disabled
v8.2.0823
Bram Moolenaar
2020-05-25
1
-3
/
+3
*
patch 8.2.0822: Vim9: code left over from discovery phase
v8.2.0822
Bram Moolenaar
2020-05-25
1
-1
/
+0
*
patch 8.2.0818: Vim9: using a discovery phase doesn't work well
v8.2.0818
Bram Moolenaar
2020-05-24
1
-0
/
+2
*
patch 8.2.0791: a second popup window with terminal causes trouble
v8.2.0791
Bram Moolenaar
2020-05-18
1
-2
/
+6
*
patch 8.2.0675: Vim9: no support for closures
v8.2.0675
Bram Moolenaar
2020-05-01
1
-2
/
+2
*
patch 8.2.0670: cannot change window when evaluating 'completefunc'
v8.2.0670
Bram Moolenaar
2020-04-30
1
-1
/
+1
*
patch 8.2.0648: semicolon search does not work in first line
v8.2.0648
Bram Moolenaar
2020-04-27
1
-2
/
+4
*
patch 8.2.0611: Vim9: no check for space before #comment
v8.2.0611
Bram Moolenaar
2020-04-20
1
-1
/
+1
*
patch 8.2.0604: :startinsert in a terminal window used later
v8.2.0604
Bram Moolenaar
2020-04-19
1
-0
/
+5
*
patch 8.2.0595: Vim9: not all commands using ends_excmd() tested
v8.2.0595
Bram Moolenaar
2020-04-18
1
-2
/
+7
*
patch 8.2.0593: finding a user command is not optimal
v8.2.0593
Bram Moolenaar
2020-04-18
1
-4
/
+6
*
patch 8.2.0587: compiler warning for unused variable
v8.2.0587
Bram Moolenaar
2020-04-16
1
-1
/
+1
*
patch 8.2.0585: Vim9: # comment not recognized after :vim9script
v8.2.0585
Bram Moolenaar
2020-04-16
1
-2
/
+24
[next]