summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3764: cannot see any text when window was made zero linesv8.2.3764Bram Moolenaar2021-12-091-0/+1
* patch 8.2.3763: when editing the cmdline a callback may cause a scroll upv8.2.3763Bram Moolenaar2021-12-091-1/+1
* patch 8.2.3761: focus change is not passed on to a terminal windowv8.2.3761Bram Moolenaar2021-12-081-0/+1
* patch 8.2.3753: Vim9: function unreferenced while called is never deletedv8.2.3753Bram Moolenaar2021-12-061-0/+1
* patch 8.2.3751: cannot assign a lambda to an option that takes a functionv8.2.3751Yegappan Lakshmanan2021-12-062-3/+3
* patch 8.2.3740: memory left allocated on exit when using Tclv8.2.3740Bram Moolenaar2021-12-051-0/+1
* patch 8.2.3735: cannot use a lambda for 'imactivatefunc'v8.2.3735Yegappan Lakshmanan2021-12-041-0/+3
* patch 8.2.3731: "set! termcap" shows codes in one column, but not keysv8.2.3731Bram Moolenaar2021-12-031-1/+1
* patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'v8.2.3725Yegappan Lakshmanan2021-12-033-1/+8
* patch 8.2.3716: Vim9: range without a command is not compiledv8.2.3716Bram Moolenaar2021-12-011-1/+2
* patch 8.2.3705: cannot pass a lambda name to function() or funcref()v8.2.3705Bram Moolenaar2021-11-301-0/+1
* patch 8.2.3698: match highlighting continues over breakindentv8.2.3698Bram Moolenaar2021-11-291-1/+1
* patch 8.2.3694: cannot use quotes in the count of an Ex commandv8.2.3694Bram Moolenaar2021-11-291-0/+1
* patch 8.2.3682: Vim9: assigning to a script variable drops the typev8.2.3682Bram Moolenaar2021-11-261-1/+1
* patch 8.2.3665: cannot use a lambda for 'tagfunc'v8.2.3665Yegappan Lakshmanan2021-11-241-0/+3
* patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'v8.2.3664Bram Moolenaar2021-11-241-1/+1
* patch 8.2.3650: Vim9: for loop variable can be a list memberv8.2.3650Bram Moolenaar2021-11-221-1/+1
* patch 8.2.3644: count for 'operatorfunc' in Visual mode is not redonev8.2.3644Bram Moolenaar2021-11-221-0/+1
* patch 8.2.3640: freeze when calling term_wait() in a close callbackv8.2.3640Bram Moolenaar2021-11-211-0/+1
* patch 8.2.3629: command completion in cmdline window uses global commandsv8.2.3629mityu2021-11-201-0/+1
* patch 8.2.3628: looking terminal colors is a bit slowv8.2.3628Bram Moolenaar2021-11-201-1/+3
* patch 8.2.3624: when renaming a terminal buffer status text is not updatedv8.2.3624Bram Moolenaar2021-11-191-0/+1
* patch 8.2.3620: memory leak reported in libtlibv8.2.3620Bram Moolenaar2021-11-191-0/+1
* patch 8.2.3619: cannot use a lambda for 'operatorfunc'v8.2.3619Yegappan Lakshmanan2021-11-182-1/+4
* patch 8.2.3614: zindex of popup windows not used when redrawing popup menuv8.2.3614Bakudankun2021-11-171-1/+1
* patch 8.2.3609: internal error when ModeChanged is triggered recursivelyv8.2.3609Bram Moolenaar2021-11-171-0/+2
* patch 8.2.3593: directory is wrong after executing "lcd" with win_execute()v8.2.3593Bram Moolenaar2021-11-141-0/+1
* patch 8.2.3590: test for v:colornames sometimes failsv8.2.3590Drew Vogel2021-11-131-1/+0
* patch 8.2.3578: manipulating highlighting is complicatedv8.2.3578Yegappan Lakshmanan2021-11-031-0/+2
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-242-2/+6
* patch 8.2.3560: using freed memory with lambdav8.2.3560Bram Moolenaar2021-10-231-0/+1
* patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" worksv8.2.3530Bram Moolenaar2021-10-171-1/+1
* patch 8.2.3524: GUI: ligatures are not usedv8.2.3524Dusan Popovic2021-10-162-0/+2
* patch 8.2.3516: terminal window does not have transparent backgroundv8.2.3516Milly2021-10-151-1/+0
* patch 8.2.3510: changes are only detected with one second accuracyv8.2.3510Leah Neukirchen2021-10-141-1/+1
* patch 8.2.3503: Vim9: using g:pat:cmd is confusingv8.2.3503Bram Moolenaar2021-10-131-0/+1
* patch 8.2.3439: deleted lines go to wrong yank registerv8.2.3439Christian Brabandt2021-09-141-0/+1
* patch 8.2.3438: cannot manipulate blobsv8.2.3438Yegappan Lakshmanan2021-09-142-0/+3
* patch 8.2.3434: function prototype for trigger_modechanged() is incompletev8.2.3434Bram Moolenaar2021-09-121-1/+1
* patch 8.2.3430: no generic way to trigger an autocommand on mode changev8.2.3430=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-09-122-0/+2
* patch 8.2.3414: fullcommand() gives wrong name with buffer-local user commandv8.2.3414Bram Moolenaar2021-09-081-1/+2
* patch 8.2.3395: Vim9: expression breakpoint not checked in :def functionv8.2.3395Bram Moolenaar2021-09-022-0/+2
* patch 8.2.3376: Vim9: no warning that "@r" does not do anythingv8.2.3376Bram Moolenaar2021-08-251-0/+1
* patch 8.2.3365: Vim9: cannot use option for all operationsv8.2.3365Bram Moolenaar2021-08-211-0/+1
* patch 8.2.3356: adding many text properties requires a lot of function callsv8.2.3356Yegappan Lakshmanan2021-08-161-0/+1
* patch 8.2.3347: check for legacy script is incompletev8.2.3347Bram Moolenaar2021-08-151-0/+1
* patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar2021-08-112-0/+4
* patch 8.2.3324: Vim9: Cannot use :silent with :endwhilev8.2.3324Bram Moolenaar2021-08-101-3/+3
* patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan2021-08-0913-16/+0
* patch 8.2.3315: cannot use single quote in a float number for readabilityv8.2.3315Bram Moolenaar2021-08-081-1/+1