| Commit message (Expand) | Author | Age | Files | Lines |
* | patch 8.2.4989: cannot specify a function name for :defcompilev8.2.4989 | Bram Moolenaar | 2022-05-21 | 1 | -1/+1 |
* | patch 8.2.4617: no completion for :scriptnamesv8.2.4617 | Yegappan Lakshmanan | 2022-03-24 | 1 | -1/+1 |
* | patch 8.2.4594: need to write script to a file to be able to source themv8.2.4594 | Yegappan Lakshmanan | 2022-03-19 | 1 | -2/+2 |
* | patch 8.2.4519: Vim9: Can still use ":fini" and ":finis" for ":finish"v8.2.4519 | Bram Moolenaar | 2022-03-06 | 1 | -1/+1 |
* | patch 8.2.4514: Vim9: some flow commands can be shortenedv8.2.4514 | Bram Moolenaar | 2022-03-05 | 1 | -5/+5 |
* | patch 8.2.4510: Vim9: shortening commands leads to confusing scriptv8.2.4510 | Bram Moolenaar | 2022-03-05 | 1 | -14/+15 |
* | patch 8.2.3888: the argument list may contain duplicatesv8.2.3888 | Nir Lichtman | 2021-12-24 | 1 | -0/+3 |
* | patch 8.2.3835: the inline-function example does not workv8.2.3835 | Bram Moolenaar | 2021-12-17 | 1 | -1/+1 |
* | patch 8.2.3817: Vim9: Not using NL as command end does not work for :autocmdv8.2.3817 | Bram Moolenaar | 2021-12-15 | 1 | -20/+21 |
* | patch 8.2.3683: Vim9: cannot use in :...do commandsv8.2.3683 | Bram Moolenaar | 2021-11-27 | 1 | -8/+8 |
* | patch 8.2.3584: "verbose set efm" reports location of the :compiler commandv8.2.3584 | Bram Moolenaar | 2021-11-12 | 1 | -0/+1 |
* | patch 8.2.3400: ":z!" is not supportedv8.2.3400 | Dominique Pelle | 2021-09-04 | 1 | -1/+1 |
* | patch 8.2.3279: Vim9: cannot use block in cmdline windowv8.2.3279 | Bram Moolenaar | 2021-08-02 | 1 | -1/+1 |
* | patch 8.2.3223: Vim: using {} block in autoloade omnifunc failsv8.2.3223 | Bram Moolenaar | 2021-07-25 | 1 | -1/+1 |
* | patch 8.2.3047: increment and decrement don't allow for next commandv8.2.3047 | Bram Moolenaar | 2021-06-25 | 1 | -2/+2 |
* | patch 8.2.2982: Vim9: future commands are not reserved yetv8.2.2982 | Bram Moolenaar | 2021-06-12 | 1 | -0/+12 |
* | patch 8.2.2956: Vim9: need to plan for future additionsv8.2.2956 | Bram Moolenaar | 2021-06-06 | 1 | -0/+15 |
* | patch 8.2.2806: Vim9: using "++nr" as a command might not workv8.2.2806 | Bram Moolenaar | 2021-04-24 | 1 | -0/+8 |
* | patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 scriptv8.2.2805 | Bram Moolenaar | 2021-04-24 | 1 | -0/+3 |
* | patch 8.2.2638: cannot write a message to the terminal from the GUIv8.2.2638 | Bram Moolenaar | 2021-03-22 | 1 | -0/+3 |
* | patch 8.2.2553: Vim9: Cannot put "|" after "{"v8.2.2553 | Bram Moolenaar | 2021-02-26 | 1 | -1/+1 |
* | patch 8.2.2552: Vim9: no reason to consider "{{{{{{{{" a commandv8.2.2552 | Bram Moolenaar | 2021-02-26 | 1 | -1/+1 |
* | patch 8.2.2531: Vim9: the :k command is obscurev8.2.2531 | Bram Moolenaar | 2021-02-19 | 1 | -1/+1 |
* | patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some placesv8.2.2511 | Bram Moolenaar | 2021-02-14 | 1 | -0/+3 |
* | patch 8.2.2400: Vim9: compiled functions are not profiledv8.2.2400 | Bram Moolenaar | 2021-01-24 | 1 | -1/+1 |
* | patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366 | Bram Moolenaar | 2021-01-16 | 1 | -1/+1 |
* | patch 8.2.2222: Vim9: cannot keep script variables when reloadingv8.2.2222 | Bram Moolenaar | 2020-12-26 | 1 | -1/+1 |
* | patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182 | Bram Moolenaar | 2020-12-21 | 1 | -2/+2 |
* | patch 8.2.2138: Vim9: "exit_cb" causes Vim to exitv8.2.2138 | Bram Moolenaar | 2020-12-13 | 1 | -8/+9 |
* | patch 8.2.1984: cannot use :vimgrep in omni completionv8.2.1984 | Bram Moolenaar | 2020-11-14 | 1 | -4/+4 |
* | patch 8.2.1967: the session file does not restore the alternate filev8.2.1967 | Bram Moolenaar | 2020-11-07 | 1 | -0/+3 |
* | patch 8.2.1897: command modifiers are saved and set inconsistentlyv8.2.1897 | Bram Moolenaar | 2020-10-24 | 1 | -6/+0 |
* | patch 8.2.1826: Vim9: cannot use a {} block at script levelv8.2.1826 | Bram Moolenaar | 2020-10-10 | 1 | -0/+6 |
* | patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744 | Bram Moolenaar | 2020-09-26 | 1 | -0/+6 |
* | patch 8.2.1685: Vim9: cannot declare a constant valuev8.2.1685 | Bram Moolenaar | 2020-09-14 | 1 | -1/+1 |
* | patch 8.2.1491: Vim9: crash when compiling heredoc lines start with commentv8.2.1491 | Bram Moolenaar | 2020-08-20 | 1 | -1/+1 |
* | patch 8.2.1436: function implementing :substitute has unexpected namev8.2.1436 | Bram Moolenaar | 2020-08-12 | 1 | -3/+3 |
* | patch 8.2.1403: Vim9: Vim highlighting may fail in cmdline windowv8.2.1403 | Bram Moolenaar | 2020-08-09 | 1 | -3/+3 |
* | patch 8.2.1376: Vim9: expression mapping causes error for using :importv8.2.1376 | Bram Moolenaar | 2020-08-05 | 1 | -2/+2 |
* | patch 8.2.1294: Vim9: error when using vim9script in TextYankPostv8.2.1294 | Bram Moolenaar | 2020-07-25 | 1 | -320/+321 |
* | patch 8.2.1050: missing change in structv8.2.1050 | Bram Moolenaar | 2020-06-24 | 1 | -0/+3 |
* | patch 8.2.0822: Vim9: code left over from discovery phasev8.2.0822 | Bram Moolenaar | 2020-05-25 | 1 | -1/+1 |
* | patch 8.2.0818: Vim9: using a discovery phase doesn't work wellv8.2.0818 | Bram Moolenaar | 2020-05-24 | 1 | -0/+3 |
* | patch 8.2.0641: Vim9: not expanded in :hardcopy and syn-includev8.2.0641 | Bram Moolenaar | 2020-04-26 | 1 | -1/+3 |
* | patch 8.2.0593: finding a user command is not optimalv8.2.0593 | Bram Moolenaar | 2020-04-18 | 1 | -4/+6 |
* | patch 8.2.0407: no early check if :find and :sfind have an argumentv8.2.0407 | Bram Moolenaar | 2020-03-19 | 1 | -2/+2 |
* | patch 8.2.0253: crash when using :disassamble without argumentv8.2.0253 | Bram Moolenaar | 2020-02-13 | 1 | -1/+1 |
* | patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149 | Bram Moolenaar | 2020-01-26 | 1 | -0/+18 |
* | patch 8.2.0128: cannot list options one per linev8.2.0128 | Bram Moolenaar | 2020-01-18 | 1 | -3/+3 |
* | patch 8.2.0113: "make cmdidxs" failsv8.2.0113 | Bram Moolenaar | 2020-01-12 | 1 | -1/+1 |