summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3635: GTK: composing underline does not showv8.2.3635Dusan Popovic2021-11-202-11/+22
* patch 8.2.3634: error for already defined function uses wrong line numberv8.2.3634Bram Moolenaar2021-11-203-1/+15
* patch 8.2.3633: Vim9: line number of lambda is off by onev8.2.3633Bram Moolenaar2021-11-203-1/+17
* patch 8.2.3632: GTK3: undercurl does not get removed properlyv8.2.3632Yamagi2021-11-202-1/+4
* patch 8.2.3631: "syntax enable" does not work properly in Vim9 contextv8.2.3631Bram Moolenaar2021-11-203-2/+12
* patch 8.2.3630: printf() with %S does not handle multi-byte correctlyv8.2.3630presuku2021-11-203-4/+16
* patch 8.2.3629: command completion in cmdline window uses global commandsv8.2.3629mityu2021-11-206-12/+73
* patch 8.2.3628: looking terminal colors is a bit slowv8.2.3628Bram Moolenaar2021-11-2043-197/+1041
* patch 8.2.3627: difficult to know where the text starts in a windowv8.2.3627Bram Moolenaar2021-11-204-0/+8
* patch 8.2.3626: "au! event" cannot be followed by another commandv8.2.3626Bram Moolenaar2021-11-203-3/+10
* patch 8.2.3625: illegal memory access when C-indentingv8.2.3625Bram Moolenaar2021-11-193-5/+19
* patch 8.2.3624: when renaming a terminal buffer status text is not updatedv8.2.3624Bram Moolenaar2021-11-195-0/+29
* patch 8.2.3623: "$*" is expanded to "nonomatch"v8.2.3623Christian Brabandt2021-11-194-7/+19
* patch 8.2.3622: "verbose pwd" shows confusing infov8.2.3622zeertzjq2021-11-193-1/+11
* patch 8.2.3621: build failurev8.2.3621Bram Moolenaar2021-11-192-1/+3
* patch 8.2.3620: memory leak reported in libtlibv8.2.3620Bram Moolenaar2021-11-1912-270/+338
* patch 8.2.3619: cannot use a lambda for 'operatorfunc'v8.2.3619Yegappan Lakshmanan2021-11-1810-41/+185
* patch 8.2.3618: getcwd() is unclear about how 'autochdir' is usedv8.2.3618Bram Moolenaar2021-11-184-6/+29
* patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was appliedv8.2.3617Bram Moolenaar2021-11-189-4/+51
* patch 8.2.3616: arglist test does not clear the argument list consistentlyv8.2.3616Shougo Matsushita2021-11-182-10/+11
* patch 8.2.3615: wrong indent in first line if re-formatting with indent exprv8.2.3615Christian Brabandt2021-11-183-1/+101
* patch 8.2.3614: zindex of popup windows not used when redrawing popup menuv8.2.3614Bakudankun2021-11-178-5/+88
* patch 8.2.3613: :find test failsv8.2.3613Bram Moolenaar2021-11-172-3/+5
* patch 8.2.3612: using freed memory with regexp using a markv8.2.3612Bram Moolenaar2021-11-174-1/+19
* patch 8.2.3611: crash when using CTRL-W f without finding a file namev8.2.3611Bram Moolenaar2021-11-174-2/+22
* patch 8.2.3610: crash when ModeChanged triggered too earlyv8.2.3610Bram Moolenaar2021-11-173-2/+12
* patch 8.2.3609: internal error when ModeChanged is triggered recursivelyv8.2.3609Bram Moolenaar2021-11-177-17/+65
* patch 8.2.3608: users who type "q:" instead of ":q" are confusedv8.2.3608Egor Zvorykin2021-11-174-0/+15
* patch 8.2.3607: GTK3 screen updating is slowv8.2.3607presuku2021-11-163-145/+30
* patch 8.2.3606: file missing from list of distributed filesv8.2.3606Bram Moolenaar2021-11-162-0/+3
* Update runtime filesBram Moolenaar2021-11-1629-141/+365
* Add missing change to version.cBram Moolenaar2021-11-161-0/+2
* patch 8.2.3605: cannot clear and unlinke a highlight group with hlset()v8.2.3605Yegappan Lakshmanan2021-11-165-35/+142
* patch 8.2.3604: not all sudoers files are recognizedv8.2.3604Bram Moolenaar2021-11-163-1/+6
* patch 8.2.3603: fish filetype not recognizedv8.2.3603Bram Moolenaar2021-11-164-0/+11
* patch 8.2.3602: Python3 test fails with Python 3.10 on MS-Windowsv8.2.3602K.Takata2021-11-162-0/+5
* patch 8.2.3601: check for overflow in put count does not work wellv8.2.3601ichizok2021-11-163-29/+68
* patch 8.2.3600: filetype test failsv8.2.3600Bram Moolenaar2021-11-162-0/+10
* patch 8.2.3599: not all gdbinit files are recognizedv8.2.3599Bram Moolenaar2021-11-163-2/+4
* patch 8.2.3598: RouterOS filetype is not recognizedv8.2.3598zainin2021-11-153-0/+7
* patch 8.2.3597: Vim seems to hang when writing a long text to a terminalv8.2.3597Bram Moolenaar2021-11-153-1/+20
* patch 8.2.3596: crash when using :pedit in Vim9 scriptv8.2.3596Yegappan Lakshmanan2021-11-153-5/+18
* patch 8.2.3595: check for signed overflow might not work everywherev8.2.3595Bram Moolenaar2021-11-142-2/+8
* patch 8.2.3594: xxd code is a bit difficult to understandv8.2.3594Bram Moolenaar2021-11-142-29/+44
* patch 8.2.3593: directory is wrong after executing "lcd" with win_execute()v8.2.3593Bram Moolenaar2021-11-145-30/+58
* patch 8.2.3592: Test_hlset fails when terminal has many columnsv8.2.3592Dominique Pelle2021-11-132-0/+7
* patch 8.2.3591: no event is triggered when closing a windowv8.2.3591naohiro ono2021-11-136-4/+84
* patch 8.2.3590: test for v:colornames sometimes failsv8.2.3590Drew Vogel2021-11-135-35/+24
* patch 8.2.3589: failure when "term_rows" of term_start() is an unusual valuev8.2.3589Bram Moolenaar2021-11-134-1/+11
* patch 8.2.3588: break statement is never reachedv8.2.3588Bram Moolenaar2021-11-122-5/+6