summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-03-16patch 8.1.1010: Lua interface leaks memoryv8.1.1010Bram Moolenaar
2019-03-16patch 8.1.1009: MS-Windows: some text is not baseline alignedv8.1.1009Bram Moolenaar
2019-03-14patch 8.1.1008: MS-Windows: HAVE_STDINT_H only defined for non-debug versionv8.1.1008Bram Moolenaar
2019-03-14patch 8.1.1007: using closure may consume a lot of memoryv8.1.1007Bram Moolenaar
2019-03-13patch 8.1.1006: repeated code in quickfix supportv8.1.1006Bram Moolenaar
2019-03-11patch 8.1.1005: test fails because t_F2 is not setv8.1.1005Bram Moolenaar
2019-03-10patch 8.1.1004: function "luaV_setref()" not covered with testsv8.1.1004Bram Moolenaar
2019-03-10patch 8.1.1003: playing back recorded key sequence mistakes key codev8.1.1003Bram Moolenaar
2019-03-09patch 8.1.1002: "gf" does not always work when URL has a port numberv8.1.1002Bram Moolenaar
2019-03-09patch 8.1.1001: Visual area not correct when using 'cursorline'v8.1.1001Bram Moolenaar
2019-03-09patch 8.1.1000: indenting is offv8.1.1000Bram Moolenaar
2019-03-08patch 8.1.0999: use register one too often and not properly testedv8.1.0999Bram Moolenaar
2019-03-07patch 8.1.0998: getcurpos() unexpectedly changes "curswant"v8.1.0998Bram Moolenaar
2019-03-07patch 8.1.0997: using GUI colors in vim.exe when 'termguicolors' is offv8.1.0997Bram Moolenaar
2019-03-05patch 8.1.0996: a few screendump tests fail because of scrollingv8.1.0996Bram Moolenaar
2019-03-05patch 8.1.0995: a getchar() call resets the reg_executing() resultv8.1.0995Bram Moolenaar
2019-03-04patch 8.1.0994: relative cursor position is not calculated correctlyv8.1.0994Bram Moolenaar
2019-03-04patch 8.1.0993: ch_read() may return garbage if terminating NL is missingv8.1.0993Bram Moolenaar
2019-03-04patch 8.1.0992: a :normal command resets the reg_executing() resultv8.1.0992Bram Moolenaar
2019-03-03patch 8.1.0991: cannot build with a mix of featuresv8.1.0991Bram Moolenaar
2019-03-02patch 8.1.0990: floating point exception with "%= 0" and "/= 0"v8.1.0990Bram Moolenaar
2019-03-02patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar
2019-03-02patch 8.1.0988: deleting location list buffer breaks location list windowv8.1.0988Bram Moolenaar
2019-03-02patch 8.1.0987: unnecessary condition in #ifdefv8.1.0987Bram Moolenaar
2019-03-02patch 8.1.0986: rename() is not propertly testedv8.1.0986Bram Moolenaar
2019-02-28patch 8.1.0985: crash with large number in regexpv8.1.0985Bram Moolenaar
2019-02-27patch 8.1.0984: unnecessary #ifdefsv8.1.0984Bram Moolenaar
2019-02-26patch 8.1.0983: checking __CYGWIN32__ unnecessarilyv8.1.0983Bram Moolenaar
2019-02-25patch 8.1.0982: update_cursor() called twice in :shellv8.1.0982Bram Moolenaar
2019-02-25patch 8.1.0981: pasting in terminal insufficiently testedv8.1.0981Bram Moolenaar
2019-02-25patch 8.1.0980: extend() insufficiently testedv8.1.0980Bram Moolenaar
2019-02-25patch 8.1.0979: compiler warning for unused functionsv8.1.0979Bram Moolenaar
2019-02-23patch 8.1.0978: blob not tested with Perlv8.1.0978Bram Moolenaar
2019-02-23patch 8.1.0977: blob not tested with Rubyv8.1.0977Bram Moolenaar
2019-02-22patch 8.1.0976: dosinstall still has buffer overflow problemsv8.1.0976Bram Moolenaar
2019-02-22patch 8.1.0975: using STRNCPY() wrongly. Warning for uninitialized variablev8.1.0975Bram Moolenaar
2019-02-22patch 8.1.0974: cannot switch from terminal window to previous tabpagev8.1.0974Bram Moolenaar
2019-02-22patch 8.1.0973: pattern with syntax error gives threee error messagesv8.1.0973Bram Moolenaar
2019-02-22patch 8.1.0972: cannot switch from terminal window to next tabpagev8.1.0972Bram Moolenaar
2019-02-22Update runtime filesBram Moolenaar
2019-02-22patch 8.1.0971: failure for selecting quoted text object moves cursorv8.1.0971Bram Moolenaar
2019-02-22patch 8.1.0970: text properties test fails when 'encoding' is not utf-8v8.1.0970Bram Moolenaar
2019-02-22patch 8.1.0969: message written during startup is truncatedv8.1.0969Bram Moolenaar
2019-02-21patch 8.1.0968: crash when using search pattern \%Ufffffc23v8.1.0968Bram Moolenaar
2019-02-21patch 8.1.0967: stray dependency in test Makefilev8.1.0967Bram Moolenaar
2019-02-21patch 8.1.0966: one terminal test is flakyv8.1.0966Bram Moolenaar
2019-02-21patch 8.1.0965: search test failsv8.1.0965Bram Moolenaar
2019-02-21patch 8.1.0964: cannot see in CI why a screenshot test failedv8.1.0964Bram Moolenaar
2019-02-21patch 8.1.0963: illegal memory access when using 'incsearch'v8.1.0963Bram Moolenaar
2019-02-21patch 8.1.0962: building with MinGW and static libs doesn't workv8.1.0962Bram Moolenaar