summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0972: cannot switch from terminal window to next tabpagev8.1.0972Bram Moolenaar2019-02-221-0/+2
* patch 8.1.0971: failure for selecting quoted text object moves cursorv8.1.0971Bram Moolenaar2019-02-221-0/+2
* patch 8.1.0970: text properties test fails when 'encoding' is not utf-8v8.1.0970Bram Moolenaar2019-02-221-0/+2
* patch 8.1.0969: message written during startup is truncatedv8.1.0969Bram Moolenaar2019-02-221-0/+2
* patch 8.1.0968: crash when using search pattern \%Ufffffc23v8.1.0968Bram Moolenaar2019-02-211-0/+2
* patch 8.1.0967: stray dependency in test Makefilev8.1.0967Bram Moolenaar2019-02-211-0/+2
* patch 8.1.0966: one terminal test is flakyv8.1.0966Bram Moolenaar2019-02-211-0/+2
* patch 8.1.0965: search test failsv8.1.0965Bram Moolenaar2019-02-211-0/+2
* patch 8.1.0964: cannot see in CI why a screenshot test failedv8.1.0964Bram Moolenaar2019-02-211-0/+2
* patch 8.1.0963: illegal memory access when using 'incsearch'v8.1.0963Bram Moolenaar2019-02-211-0/+2
* patch 8.1.0962: building with MinGW and static libs doesn't workv8.1.0962Bram Moolenaar2019-02-211-0/+2
* patch 8.1.0961: Mac: fsync may fail sometimesv8.1.0961Bram Moolenaar2019-02-211-0/+2
* patch 8.1.0960: when using ConPTY garbage collection has undefined behaviorv8.1.0960Bram Moolenaar2019-02-201-0/+2
* patch 8.1.0959: sorting large numbers is not testedv8.1.0959Bram Moolenaar2019-02-201-0/+2
* patch 8.1.0958: compiling weird regexp pattern is very slowv8.1.0958Bram Moolenaar2019-02-201-0/+2
* patch 8.1.0957: Mac: fsync fails on network sharev8.1.0957Bram Moolenaar2019-02-201-0/+2
* patch 8.1.0956: using context:0 in 'diffopt' does not work wellv8.1.0956Bram Moolenaar2019-02-191-0/+2
* patch 8.1.0955: matchit autoload directory not in installerv8.1.0955Bram Moolenaar2019-02-191-0/+2
* patch 8.1.0954: arguments of semsg() and siemsg() are not checkedv8.1.0954Bram Moolenaar2019-02-191-0/+2
* patch 8.1.0953: a very long file is truncated at 2^31 linesv8.1.0953Bram Moolenaar2019-02-191-0/+2
* patch 8.1.0952: compilation warnings when building the MS-Windows installerv8.1.0952Bram Moolenaar2019-02-181-0/+2
* patch 8.1.0951: using WIN64 even though it is never definedv8.1.0951Bram Moolenaar2019-02-181-0/+2
* patch 8.1.0950: using :python sets 'pyxversion' even when not executedv8.1.0950Bram Moolenaar2019-02-181-0/+2
* patch 8.1.0949: MS-windows defines GUI macros different than other systemsv8.1.0949Bram Moolenaar2019-02-181-0/+2
* patch 8.1.0948: when built without +eval "Vim --clean" produces errorsv8.1.0948Bram Moolenaar2019-02-181-0/+2
* patch 8.1.0947: using MSWIN before it is definedv8.1.0947Bram Moolenaar2019-02-181-0/+2
* patch 8.1.0946: Coveralls is not very usefulv8.1.0946Bram Moolenaar2019-02-171-0/+2
* patch 8.1.0945: internal error when using pattern with NL in the rangev8.1.0945Bram Moolenaar2019-02-171-0/+2
* patch 8.1.0944: format of nbdbg() arguments is not checkedv8.1.0944Bram Moolenaar2019-02-171-0/+2
* patch 8.1.0943: still a trace of Farsi supportv8.1.0943Bram Moolenaar2019-02-171-0/+2
* patch 8.1.0942: options window still checks for the multi_byte featurev8.1.0942Bram Moolenaar2019-02-171-0/+2
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-8/+10
* patch 8.1.0940: MS-Windows console resizing not handled properlyv8.1.0940Bram Moolenaar2019-02-171-0/+2
* patch 8.1.0939: no completion for sign group namesv8.1.0939Bram Moolenaar2019-02-171-0/+2
* patch 8.1.0938: background color is wrong in MS-Windows consolev8.1.0938Bram Moolenaar2019-02-171-0/+2
* patch 8.1.0937: invalid memory access in search patternv8.1.0937Bram Moolenaar2019-02-171-0/+2
* patch 8.1.0936: may leak memory when using 'vartabstop'v8.1.0936Bram Moolenaar2019-02-161-0/+2
* patch 8.1.0935: old regexp engine may use invalid bufferv8.1.0935Bram Moolenaar2019-02-161-0/+2
* patch 8.1.0934: invalid memory access in search patternv8.1.0934Bram Moolenaar2019-02-161-0/+2
* patch 8.1.0933: When using VTP scroll region isn't used properlyv8.1.0933Bram Moolenaar2019-02-161-0/+2
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-4/+2
* patch 8.1.0931: vtp_working included in GUI build but unusedv8.1.0931Bram Moolenaar2019-02-161-0/+2
* patch 8.1.0930: typo in Makefilev8.1.0930Bram Moolenaar2019-02-161-0/+2
* patch 8.1.0929: no error when requesting ConPTY but it's not availablev8.1.0929Bram Moolenaar2019-02-161-0/+2
* patch 8.1.0928: stray log function callv8.1.0928Bram Moolenaar2019-02-161-0/+2
* patch 8.1.0927: USE_CR is never definedv8.1.0927Bram Moolenaar2019-02-151-0/+2
* patch 8.1.0926: no test for :wnext, :wNext and :wpreviousv8.1.0926Bram Moolenaar2019-02-151-0/+2
* patch 8.1.0925: terminal scrollback test still still flakyv8.1.0925Bram Moolenaar2019-02-151-0/+2
* patch 8.1.0924: terminal scrollback test still flakyv8.1.0924Bram Moolenaar2019-02-151-0/+2
* patch 8.1.0923: terminal dump diff swap does not update file namesv8.1.0923Bram Moolenaar2019-02-151-0/+2