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.2922: computing array length is done in various ways
v8.2.2922
K.Takata
2021-06-02
1
-3
/
+3
*
patch 8.2.2900: QuitPre is triggered before :wq writes the file
v8.2.2900
Bram Moolenaar
2021-05-29
1
-8
/
+8
*
patch 8.2.2898: QuitPre and ExitPre not triggered when GUI window is closed
v8.2.2898
Bram Moolenaar
2021-05-29
1
-2
/
+2
*
patch 8.2.2888: Vim9: "k" command recognized in Vim9 script
v8.2.2888
Bram Moolenaar
2021-05-26
1
-5
/
+21
*
patch 8.2.2887: crash when passing null string to fullcommand()
v8.2.2887
Bram Moolenaar
2021-05-26
1
-3
/
+6
*
patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented code
v8.2.2871
Dominique Pelle
2021-05-18
1
-2
/
+2
*
patch 8.2.2817: Vim9: script sourcing continues after an error
v8.2.2817
Bram Moolenaar
2021-04-28
1
-2
/
+5
*
patch 8.2.2811: Vim9: error for missing white space doesn't say where
v8.2.2811
Bram Moolenaar
2021-04-25
1
-1
/
+4
*
patch 8.2.2807: build fails with tiny features
v8.2.2807
Bram Moolenaar
2021-04-24
1
-0
/
+1
*
patch 8.2.2806: Vim9: using "++nr" as a command might not work
v8.2.2806
Bram Moolenaar
2021-04-24
1
-0
/
+7
*
patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 script
v8.2.2805
Bram Moolenaar
2021-04-24
1
-0
/
+11
*
patch 8.2.2771: Vim9: assignment not recognized if declaration was skipped
v8.2.2771
Bram Moolenaar
2021-04-15
1
-1
/
+3
*
patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separate
v8.2.2757
Bram Moolenaar
2021-04-12
1
-9
/
+12
*
patch 8.2.2754: :sleep! does not always hide the cursor
v8.2.2754
Bram Moolenaar
2021-04-11
1
-1
/
+4
*
patch 8.2.2725: Vim9: message about compiling is wrong when using try/catch
v8.2.2725
Bram Moolenaar
2021-04-05
1
-2
/
+6
*
patch 8.2.2669: command line completion does not work after "vim9"
v8.2.2669
Bram Moolenaar
2021-03-28
1
-1
/
+1
*
patch 8.2.2668: Vim9: omitting "call" for "confirm()" does not give an error
v8.2.2668
Bram Moolenaar
2021-03-27
1
-47
/
+76
*
patch 8.2.2652: Vim9: can use command modifier without an effect
v8.2.2652
Bram Moolenaar
2021-03-25
1
-0
/
+27
*
patch 8.2.2629: Vim9: error for #{{ is not desired
v8.2.2629
Bram Moolenaar
2021-03-20
1
-1
/
+2
*
patch 8.2.2628: Vim9: #{ can still be used at the script level
v8.2.2628
Bram Moolenaar
2021-03-20
1
-1
/
+2
*
patch 8.2.2603: Vim9: no effect if user command is also a function
v8.2.2603
Bram Moolenaar
2021-03-14
1
-3
/
+3
*
patch 8.2.2598: Vim9: :open does not need to be supported
v8.2.2598
Bram Moolenaar
2021-03-13
1
-0
/
+4
*
patch 8.2.2566: Vim9: Function name is not recognized
v8.2.2566
Bram Moolenaar
2021-03-03
1
-1
/
+1
*
patch 8.2.2531: Vim9: the :k command is obscure
v8.2.2531
Bram Moolenaar
2021-02-19
1
-1
/
+6
*
patch 8.2.2529: Vim9: Not possible to use legacy and Vim9 script in one file
v8.2.2529
Bram Moolenaar
2021-02-17
1
-1
/
+5
*
patch 8.2.2525: Vim9: only local variables checked for a name
v8.2.2525
Bram Moolenaar
2021-02-17
1
-4
/
+4
*
patch 8.2.2519: Vim9: no reason to keep strange Vi behavior
v8.2.2519
Bram Moolenaar
2021-02-15
1
-3
/
+7
*
patch 8.2.2514: Vim9: build error in tiny version
v8.2.2514
Bram Moolenaar
2021-02-14
1
-0
/
+2
*
patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some places
v8.2.2511
Bram Moolenaar
2021-02-14
1
-2
/
+13
*
patch 8.2.2484: Vim9: Cannot use a comment starting with #{
v8.2.2484
Bram Moolenaar
2021-02-07
1
-2
/
+1
*
patch 8.2.2469: confusing error if :winsize has a wrong argument
v8.2.2469
Bram Moolenaar
2021-02-06
1
-0
/
+5
*
patch 8.2.2468: not easy to get the full command name from a shortened one
v8.2.2468
Bram Moolenaar
2021-02-06
1
-0
/
+27
*
patch 8.2.2453: Vim9: a variable name with "->" in the next line doesn't work
v8.2.2453
Bram Moolenaar
2021-02-02
1
-0
/
+10
*
patch 8.2.2412: not all fields in "cstack" are initialized
v8.2.2412
Bram Moolenaar
2021-01-26
1
-4
/
+1
*
patch 8.2.2400: Vim9: compiled functions are not profiled
v8.2.2400
Bram Moolenaar
2021-01-24
1
-1
/
+1
*
patch 8.2.2396: Vim9: no white space allowed before "->"
v8.2.2396
Bram Moolenaar
2021-01-23
1
-3
/
+4
*
patch 8.2.2366: when using ":sleep" the cursor is always displayed
v8.2.2366
Bram Moolenaar
2021-01-16
1
-3
/
+10
*
patch 8.2.2350: using "void" for no reason
v8.2.2350
Bram Moolenaar
2021-01-14
1
-2
/
+2
*
patch 8.2.2317: Vim9: command modifier before list unpack doesn't work
v8.2.2317
Bram Moolenaar
2021-01-09
1
-4
/
+7
*
patch 8.2.2311: Vim9: cannot assign to variable that shadows command modifier
v8.2.2311
Bram Moolenaar
2021-01-07
1
-0
/
+19
*
patch 8.2.2299: Vim9: invalid memory access making error message flaky
v8.2.2299
Bram Moolenaar
2021-01-04
1
-3
/
+5
*
patch 8.2.2295: incsearch does not detect empty pattern properly
v8.2.2295
Bram Moolenaar
2021-01-04
1
-2
/
+3
*
patch 8.2.2242: Vim9: bar line continuation does not work at script level
v8.2.2242
Bram Moolenaar
2020-12-29
1
-1
/
+2
*
patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval feature
v8.2.2238
Bram Moolenaar
2020-12-28
1
-5
/
+1
*
patch 8.2.2232: compiler error for falling through into next case
v8.2.2232
Bram Moolenaar
2020-12-27
1
-2
/
+1
*
patch 8.2.2229: build failure without the +eval feature
v8.2.2229
Bram Moolenaar
2020-12-27
1
-0
/
+4
*
patch 8.2.2228: Vim9: cannot use ":e #" because # starts a comment
v8.2.2228
Bram Moolenaar
2020-12-27
1
-31
/
+42
*
patch 8.2.2222: Vim9: cannot keep script variables when reloading
v8.2.2222
Bram Moolenaar
2020-12-26
1
-1
/
+1
*
patch 8.2.2216: Vim9: range with missing colon can be hard to spot
v8.2.2216
Bram Moolenaar
2020-12-25
1
-1
/
+1
*
patch 8.2.2214: ":e#" does not give a warning for missing white space
v8.2.2214
Bram Moolenaar
2020-12-25
1
-1
/
+1
[next]