summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3673: crash when allocating signal stack failsv8.2.3673Bram Moolenaar2021-11-253-2/+5
* patch 8.2.3672: build failure with unsigned charv8.2.3672Bram Moolenaar2021-11-252-2/+4
* patch 8.2.3671: restarting Insert mode in prompt buffer too oftenv8.2.3671Bram Moolenaar2021-11-253-2/+30
* patch 8.2.3670: error checks repeated several timesv8.2.3670Bram Moolenaar2021-11-252-69/+70
* patch 8.2.3669: buffer overflow with long help argumentv8.2.3669Bram Moolenaar2021-11-253-2/+12
* patch 8.2.3668: messages may be corruptedv8.2.3668Yegappan Lakshmanan2021-11-243-46/+89
* patch 8.2.3667: building libvterm fails with MSVCv8.2.3667Bram Moolenaar2021-11-242-6/+10
* patch 8.2.3666: libvterm is outdatedv8.2.3666Bram Moolenaar2021-11-2418-256/+971
* patch 8.2.3665: cannot use a lambda for 'tagfunc'v8.2.3665Yegappan Lakshmanan2021-11-249-6/+125
* patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'v8.2.3664Bram Moolenaar2021-11-2412-18/+104
* patch 8.2.3663: using %S in printf() does not work correctlyv8.2.3663presuku2021-11-243-17/+74
* patch 8.2.3662: illegal memory access if malloc() failsv8.2.3662Bram Moolenaar2021-11-242-3/+5
* patch 8.2.3661: test for put with large count failsv8.2.3661Bram Moolenaar2021-11-242-5/+7
* patch 8.2.3660: overflow check uses wrong numberv8.2.3660Bram Moolenaar2021-11-242-1/+3
* patch 8.2.3659: integer overflow with large line numberv8.2.3659Bram Moolenaar2021-11-246-6/+64
* patch 8.2.3658: duplicate code in xxdv8.2.3658DungSaga2021-11-243-9/+28
* patch 8.2.3657: Vim9: debug text misses one line of return statementv8.2.3657Bram Moolenaar2021-11-233-1/+26
* patch 8.2.3656: Vim9: no error for an evironment variable by itselfv8.2.3656Bram Moolenaar2021-11-233-1/+13
* patch 8.2.3655: compiler warning for using size_t for intv8.2.3655Mike Williams2021-11-232-1/+3
* patch 8.2.3654: GTK: a touch-drag does not update the selectionv8.2.3654Chris Dalton2021-11-232-1/+23
* patch 8.2.3653: terminal ANSI colors may be wrongv8.2.3653Milly2021-11-232-0/+3
* patch 8.2.3652: can only get text properties one line at a timev8.2.3652Yegappan Lakshmanan2021-11-234-31/+425
* patch 8.2.3651: Vim9: no error for :lock or :unlock with unknown variablev8.2.3651Bram Moolenaar2021-11-224-0/+26
* patch 8.2.3650: Vim9: for loop variable can be a list memberv8.2.3650Bram Moolenaar2021-11-227-9/+38
* patch 8.2.3649: Vim9: error for variable declared in while loopv8.2.3649Bram Moolenaar2021-11-223-3/+21
* patch 8.2.3648: "verbose pwd" is incorrect after dropping files on Vimv8.2.3648Bram Moolenaar2021-11-222-3/+11
* patch 8.2.3647: GTK: when using ligatures the cursor is drawn wrongv8.2.3647Dusan Popovic2021-11-222-7/+39
* patch 8.2.3646: using <sfile> in a function gives an unexpected resultv8.2.3646Bram Moolenaar2021-11-224-0/+26
* patch 8.2.3645: Vim9: The "no effect" error is not given for all registersv8.2.3645Bram Moolenaar2021-11-223-8/+47
* patch 8.2.3644: count for 'operatorfunc' in Visual mode is not redonev8.2.3644Bram Moolenaar2021-11-225-9/+58
* patch 8.2.3643: header for source file is outdatedv8.2.3643zeertzjq2021-11-223-11/+9
* patch 8.2.3642: list of distributed files is outdatedv8.2.3642Bram Moolenaar2021-11-222-1/+3
* patch 8.2.3641: xxd code has duplicate expressionsv8.2.3641DungSaga2021-11-222-14/+8
* Update runtime filesBram Moolenaar2021-11-2119-872/+1557
* patch 8.2.3640: freeze when calling term_wait() in a close callbackv8.2.3640Bram Moolenaar2021-11-215-0/+42
* patch 8.2.3639: line commented out accidentallyv8.2.3639Volodymyr Kot2021-11-212-1/+3
* patch 8.2.3638: getcompletion() always passes zero as positionv8.2.3638ii142021-11-213-2/+9
* patch 8.2.3637: typos in test filesv8.2.3637Dominique Pelle2021-11-2121-38/+39
* patch 8.2.3636: Coverity warns for unreachable codev8.2.3636Bram Moolenaar2021-11-212-5/+3
* 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