summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3704: Vim9: cannot use a list declaration in a :def functionv8.2.3704Bram Moolenaar2021-11-301-0/+2
* patch 8.2.3703: most people call F# "fsharp" and not "fs"v8.2.3703Bram Moolenaar2021-11-301-0/+2
* patch 8.2.3702: first key in dict is seen as curly expression and failsv8.2.3702Bram Moolenaar2021-11-301-0/+2
* patch 8.2.3701: Vim9: invalid LHS is not possiblev8.2.3701Bram Moolenaar2021-11-291-0/+2
* patch 8.2.3700: text property highlighting continues over breakindentv8.2.3700Bram Moolenaar2021-11-291-0/+2
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-4/+2
* patch 8.2.3698: match highlighting continues over breakindentv8.2.3698Bram Moolenaar2021-11-291-0/+2
* patch 8.2.3697: cannot drag a popup without a borderv8.2.3697Bram Moolenaar2021-11-291-0/+2
* patch 8.2.3696: Vim9: error for invalid assignment when skippingv8.2.3696Bram Moolenaar2021-11-291-0/+2
* patch 8.2.3695: confusing error for missing keyv8.2.3695Bram Moolenaar2021-11-291-0/+2
* patch 8.2.3694: cannot use quotes in the count of an Ex commandv8.2.3694Bram Moolenaar2021-11-291-0/+2
* patch 8.2.3693: Coverity warns for possibly using a NULL pointerv8.2.3693Bram Moolenaar2021-11-291-0/+2
* patch 8.2.3692: Vim9: cannot use :func inside a :def functionv8.2.3692Bram Moolenaar2021-11-281-0/+2
* patch 8.2.3691: build failure with small featuresv8.2.3691Bram Moolenaar2021-11-281-0/+2
* patch 8.2.3690: Vim9: "filter #pat# cmd" does not workv8.2.3690Bram Moolenaar2021-11-281-0/+2
* patch 8.2.3689: ex_let_one() is too longv8.2.3689Bram Moolenaar2021-11-281-0/+2
* patch 8.2.3688: the window title is not updated when dragging the scrollbarv8.2.3688Christian Brabandt2021-11-281-0/+2
* patch 8.2.3687: blockwise insert does not handle autoindent properlyv8.2.3687Bram Moolenaar2021-11-271-0/+2
* patch 8.2.3686: filetype detection often mixes up Forth and F#v8.2.3686Bram Moolenaar2021-11-271-0/+2
* patch 8.2.3685: Visual studio project files are not recognizedv8.2.3685Bram Moolenaar2021-11-271-0/+2
* patch 8.2.3684: blockwise insert does not handle autoindent properlyv8.2.3684Bram Moolenaar2021-11-271-0/+2
* patch 8.2.3683: Vim9: cannot use in :...do commandsv8.2.3683Bram Moolenaar2021-11-271-0/+2
* patch 8.2.3682: Vim9: assigning to a script variable drops the typev8.2.3682Bram Moolenaar2021-11-261-0/+2
* patch 8.2.3681: cannot drag popup window after click on a status linev8.2.3681Bram Moolenaar2021-11-261-0/+2
* patch 8.2.3680: repeated code in xxdv8.2.3680DungSaga2021-11-261-0/+2
* patch 8.2.3679: objc file detected as Octavev8.2.3679Doug Kearns2021-11-261-0/+2
* patch 8.2.3678: illegal memory accessv8.2.3678Bram Moolenaar2021-11-251-0/+2
* patch 8.2.3677: after a put the '] mark is on the last bytev8.2.3677Bram Moolenaar2021-11-251-0/+2
* patch 8.2.3676: unused runtime filev8.2.3676Bram Moolenaar2021-11-251-0/+2
* patch 8.2.3675: using freed memory when vim_strsave() failsv8.2.3675Bram Moolenaar2021-11-251-0/+2
* patch 8.2.3674: when ml_get_buf() fails it messes up IObuffv8.2.3674Bram Moolenaar2021-11-251-0/+2
* patch 8.2.3673: crash when allocating signal stack failsv8.2.3673Bram Moolenaar2021-11-251-0/+2
* patch 8.2.3672: build failure with unsigned charv8.2.3672Bram Moolenaar2021-11-251-0/+2
* patch 8.2.3671: restarting Insert mode in prompt buffer too oftenv8.2.3671Bram Moolenaar2021-11-251-0/+2
* patch 8.2.3670: error checks repeated several timesv8.2.3670Bram Moolenaar2021-11-251-0/+2
* patch 8.2.3669: buffer overflow with long help argumentv8.2.3669Bram Moolenaar2021-11-251-0/+2
* patch 8.2.3668: messages may be corruptedv8.2.3668Yegappan Lakshmanan2021-11-241-0/+2
* patch 8.2.3667: building libvterm fails with MSVCv8.2.3667Bram Moolenaar2021-11-241-0/+2
* patch 8.2.3666: libvterm is outdatedv8.2.3666Bram Moolenaar2021-11-241-0/+2
* patch 8.2.3665: cannot use a lambda for 'tagfunc'v8.2.3665Yegappan Lakshmanan2021-11-241-0/+2
* patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'v8.2.3664Bram Moolenaar2021-11-241-0/+2
* patch 8.2.3663: using %S in printf() does not work correctlyv8.2.3663presuku2021-11-241-0/+2
* patch 8.2.3662: illegal memory access if malloc() failsv8.2.3662Bram Moolenaar2021-11-241-0/+2
* patch 8.2.3661: test for put with large count failsv8.2.3661Bram Moolenaar2021-11-241-0/+2
* patch 8.2.3660: overflow check uses wrong numberv8.2.3660Bram Moolenaar2021-11-241-0/+2
* patch 8.2.3659: integer overflow with large line numberv8.2.3659Bram Moolenaar2021-11-241-0/+2
* patch 8.2.3658: duplicate code in xxdv8.2.3658DungSaga2021-11-241-0/+2
* patch 8.2.3657: Vim9: debug text misses one line of return statementv8.2.3657Bram Moolenaar2021-11-231-0/+2
* patch 8.2.3656: Vim9: no error for an evironment variable by itselfv8.2.3656Bram Moolenaar2021-11-231-0/+2
* patch 8.2.3655: compiler warning for using size_t for intv8.2.3655Mike Williams2021-11-231-0/+2