summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3739: in wrong directory when using win_execute() with 'acd' setv8.2.3739Bram Moolenaar2021-12-043-0/+36
* patch 8.2.3738: screen is cleared when a FocusLost autocommand triggersv8.2.3738Bram Moolenaar2021-12-042-1/+4
* patch 8.2.3737: test fails without the 'autochdir' optionv8.2.3737Dominique Pelle2021-12-042-0/+4
* patch 8.2.3736: test fails without the channel featurev8.2.3736Bram Moolenaar2021-12-042-1/+7
* patch 8.2.3735: cannot use a lambda for 'imactivatefunc'v8.2.3735Yegappan Lakshmanan2021-12-048-16/+215
* patch 8.2.3734: Vim9: crash when no pattern match foundv8.2.3734Bram Moolenaar2021-12-042-0/+4
* patch 8.2.3733: Vim9: using "legacy" before range does not workv8.2.3733Bram Moolenaar2021-12-044-7/+12
* patch 8.2.3732: "set! termcap" test failsv8.2.3732Bram Moolenaar2021-12-032-1/+3
* patch 8.2.3731: "set! termcap" shows codes in one column, but not keysv8.2.3731Bram Moolenaar2021-12-035-12/+48
* patch 8.2.3730: "/etc/Muttrc.d/README" gets filetype muttrcv8.2.3730Bram Moolenaar2021-12-033-6/+12
* patch 8.2.3729: no support for squirrelsv8.2.3729Matt Dunford2021-12-033-0/+6
* patch 8.2.3728: internal error when passing range() to list2blob()v8.2.3728kuuote2021-12-033-0/+6
* patch 8.2.3727: in a gnome terminal keys are recognized as mouse eventsv8.2.3727Bram Moolenaar2021-12-033-6/+65
* patch 8.2.3726: README file in a config directory gets wrong filetypev8.2.3726Bram Moolenaar2021-12-033-6/+13
* patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'v8.2.3725Yegappan Lakshmanan2021-12-0314-17/+740
* patch 8.2.3724: build error for missing error message in small buildv8.2.3724Bram Moolenaar2021-12-022-0/+4
* patch 8.2.3723: when using 'linebreak' a text property starts too earlyv8.2.3723Bram Moolenaar2021-12-024-0/+35
* patch 8.2.3722: Amiga: superfluous messages for freeing lots of yanked textv8.2.3722Bram Moolenaar2021-12-022-18/+2
* patch 8.2.3721: using memory freed by losing the clipboard selectionv8.2.3721Bram Moolenaar2021-12-023-1/+14
* patch 8.2.3720: Vim9: Internal error when invoking closure in legacy contextv8.2.3720Bram Moolenaar2021-12-024-1/+26
* patch 8.2.3719: MS-Windows: test sometimes runs into existing swap filev8.2.3719Bram Moolenaar2021-12-022-6/+8
* patch 8.2.3718: compiler warns for unused variable without +textpropv8.2.3718Bram Moolenaar2021-12-022-3/+8
* patch 8.2.3717: Vim9: error for constant list size is only given at runtimev8.2.3717Bram Moolenaar2021-12-015-6/+49
* patch 8.2.3716: Vim9: range without a command is not compiledv8.2.3716Bram Moolenaar2021-12-017-45/+136
* patch 8.2.3715: Vim9: valgrind reports spurious problems for a testv8.2.3715Bram Moolenaar2021-12-013-11/+17
* patch 8.2.3714: some unused assignments and ugly code in xxdv8.2.3714DungSaga2021-12-012-18/+14
* patch 8.2.3713: MS-Windows: no error if vimgrep pattern is not matchingv8.2.3713Christian Brabandt2021-12-013-3/+19
* patch 8.2.3712: cannot use Vim9 lambda for 'tagfunc'v8.2.3712Yegappan Lakshmanan2021-12-015-18/+114
* patch 8.2.3711: Vim9: memory leak when compiling :elseif failsv8.2.3711Bram Moolenaar2021-12-013-2/+17
* patch 8.2.3710: Vim9: backtick expression expanded for :globalv8.2.3710Bram Moolenaar2021-12-014-20/+24
* patch 8.2.3709: Vim9: backtick expression expanded when not desiredv8.2.3709Bram Moolenaar2021-11-303-12/+27
* patch 8.2.3708: Vim9: test fails with different errorv8.2.3708Bram Moolenaar2021-11-302-2/+3
* patch 8.2.3707: Vim9: constant expression of elseif not recognizedv8.2.3707Bram Moolenaar2021-11-303-7/+37
* patch 8.2.3706: text property highlighting is used on Tabv8.2.3706Bram Moolenaar2021-11-304-1/+31
* patch 8.2.3705: cannot pass a lambda name to function() or funcref()v8.2.3705Bram Moolenaar2021-11-305-13/+44
* patch 8.2.3704: Vim9: cannot use a list declaration in a :def functionv8.2.3704Bram Moolenaar2021-11-305-17/+66
* patch 8.2.3703: most people call F# "fsharp" and not "fs"v8.2.3703Bram Moolenaar2021-11-304-6/+11
* patch 8.2.3702: first key in dict is seen as curly expression and failsv8.2.3702Bram Moolenaar2021-11-304-9/+13
* patch 8.2.3701: Vim9: invalid LHS is not possiblev8.2.3701Bram Moolenaar2021-11-292-33/+26
* patch 8.2.3700: text property highlighting continues over breakindentv8.2.3700Bram Moolenaar2021-11-294-1/+49
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-2934-244/+56
* patch 8.2.3698: match highlighting continues over breakindentv8.2.3698Bram Moolenaar2021-11-296-3/+44
* patch 8.2.3697: cannot drag a popup without a borderv8.2.3697Bram Moolenaar2021-11-298-18/+70
* patch 8.2.3696: Vim9: error for invalid assignment when skippingv8.2.3696Bram Moolenaar2021-11-293-1/+9
* patch 8.2.3695: confusing error for missing keyv8.2.3695Bram Moolenaar2021-11-293-3/+30
* patch 8.2.3694: cannot use quotes in the count of an Ex commandv8.2.3694Bram Moolenaar2021-11-295-3/+78
* patch 8.2.3693: Coverity warns for possibly using a NULL pointerv8.2.3693Bram Moolenaar2021-11-293-1/+10
* patch 8.2.3692: Vim9: cannot use :func inside a :def functionv8.2.3692Bram Moolenaar2021-11-288-29/+83
* patch 8.2.3691: build failure with small featuresv8.2.3691Bram Moolenaar2021-11-282-0/+4
* patch 8.2.3690: Vim9: "filter #pat# cmd" does not workv8.2.3690Bram Moolenaar2021-11-283-1/+20