summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0999: use register one too often and not properly testedv8.1.0999Bram Moolenaar2019-03-083-5/+90
* patch 8.1.0998: getcurpos() unexpectedly changes "curswant"v8.1.0998Bram Moolenaar2019-03-073-4/+27
* patch 8.1.0997: using GUI colors in vim.exe when 'termguicolors' is offv8.1.0997Bram Moolenaar2019-03-072-1/+3
* patch 8.1.0996: a few screendump tests fail because of scrollingv8.1.0996Bram Moolenaar2019-03-054-13/+15
* patch 8.1.0995: a getchar() call resets the reg_executing() resultv8.1.0995Bram Moolenaar2019-03-053-0/+23
* patch 8.1.0994: relative cursor position is not calculated correctlyv8.1.0994Bram Moolenaar2019-03-045-9/+144
* patch 8.1.0993: ch_read() may return garbage if terminating NL is missingv8.1.0993Bram Moolenaar2019-03-043-35/+42
* patch 8.1.0992: a :normal command resets the reg_executing() resultv8.1.0992Bram Moolenaar2019-03-044-11/+25
* patch 8.1.0991: cannot build with a mix of featuresv8.1.0991Bram Moolenaar2019-03-033-1/+9
* patch 8.1.0990: floating point exception with "%= 0" and "/= 0"v8.1.0990Bram Moolenaar2019-03-023-24/+80
* patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar2019-03-0216-39/+34
* patch 8.1.0988: deleting location list buffer breaks location list windowv8.1.0988Bram Moolenaar2019-03-023-13/+39
* patch 8.1.0987: unnecessary condition in #ifdefv8.1.0987Bram Moolenaar2019-03-023-2/+4
* patch 8.1.0986: rename() is not propertly testedv8.1.0986Bram Moolenaar2019-03-024-0/+122
* patch 8.1.0985: crash with large number in regexpv8.1.0985Bram Moolenaar2019-02-283-3/+28
* patch 8.1.0984: unnecessary #ifdefsv8.1.0984Bram Moolenaar2019-02-272-22/+4
* patch 8.1.0983: checking __CYGWIN32__ unnecessarilyv8.1.0983Bram Moolenaar2019-02-264-6/+8
* patch 8.1.0982: update_cursor() called twice in :shellv8.1.0982Bram Moolenaar2019-02-252-1/+2
* patch 8.1.0981: pasting in terminal insufficiently testedv8.1.0981Bram Moolenaar2019-02-252-0/+17
* patch 8.1.0980: extend() insufficiently testedv8.1.0980Bram Moolenaar2019-02-252-6/+58
* patch 8.1.0979: compiler warning for unused functionsv8.1.0979Bram Moolenaar2019-02-252-1/+3
* patch 8.1.0978: blob not tested with Perlv8.1.0978Bram Moolenaar2019-02-233-1/+10
* patch 8.1.0977: blob not tested with Rubyv8.1.0977Bram Moolenaar2019-02-233-1/+13
* patch 8.1.0976: dosinstall still has buffer overflow problemsv8.1.0976Bram Moolenaar2019-02-224-32/+36
* patch 8.1.0975: using STRNCPY() wrongly. Warning for uninitialized variablev8.1.0975Bram Moolenaar2019-02-223-5/+11
* patch 8.1.0974: cannot switch from terminal window to previous tabpagev8.1.0974Bram Moolenaar2019-02-224-9/+24
* patch 8.1.0973: pattern with syntax error gives threee error messagesv8.1.0973Bram Moolenaar2019-02-224-6/+13
* patch 8.1.0972: cannot switch from terminal window to next tabpagev8.1.0972Bram Moolenaar2019-02-224-2/+21
* Update runtime filesBram Moolenaar2019-02-2210-431/+1320
* patch 8.1.0971: failure for selecting quoted text object moves cursorv8.1.0971Bram Moolenaar2019-02-223-11/+54
* patch 8.1.0970: text properties test fails when 'encoding' is not utf-8v8.1.0970Bram Moolenaar2019-02-223-2/+7
* patch 8.1.0969: message written during startup is truncatedv8.1.0969Bram Moolenaar2019-02-223-0/+19
* patch 8.1.0968: crash when using search pattern \%Ufffffc23v8.1.0968Bram Moolenaar2019-02-213-1/+12
* patch 8.1.0967: stray dependency in test Makefilev8.1.0967Bram Moolenaar2019-02-212-1/+3
* patch 8.1.0966: one terminal test is flakyv8.1.0966Bram Moolenaar2019-02-212-0/+3
* patch 8.1.0965: search test failsv8.1.0965Bram Moolenaar2019-02-213-2/+4
* patch 8.1.0964: cannot see in CI why a screenshot test failedv8.1.0964Bram Moolenaar2019-02-212-1/+16
* patch 8.1.0963: illegal memory access when using 'incsearch'v8.1.0963Bram Moolenaar2019-02-214-0/+40
* patch 8.1.0962: building with MinGW and static libs doesn't workv8.1.0962Bram Moolenaar2019-02-212-1/+3
* patch 8.1.0961: Mac: fsync may fail sometimesv8.1.0961Bram Moolenaar2019-02-212-1/+3
* patch 8.1.0960: when using ConPTY garbage collection has undefined behaviorv8.1.0960Bram Moolenaar2019-02-202-13/+13
* patch 8.1.0959: sorting large numbers is not testedv8.1.0959Bram Moolenaar2019-02-203-12/+98
* patch 8.1.0958: compiling weird regexp pattern is very slowv8.1.0958Bram Moolenaar2019-02-205-25/+84
* patch 8.1.0957: Mac: fsync fails on network sharev8.1.0957Bram Moolenaar2019-02-202-1/+3
* patch 8.1.0956: using context:0 in 'diffopt' does not work wellv8.1.0956Bram Moolenaar2019-02-196-1/+74
* patch 8.1.0955: matchit autoload directory not in installerv8.1.0955Bram Moolenaar2019-02-192-0/+4
* patch 8.1.0954: arguments of semsg() and siemsg() are not checkedv8.1.0954Bram Moolenaar2019-02-194-4/+30
* patch 8.1.0953: a very long file is truncated at 2^31 linesv8.1.0953Bram Moolenaar2019-02-192-10/+12
* patch 8.1.0952: compilation warnings when building the MS-Windows installerv8.1.0952Bram Moolenaar2019-02-184-10/+12
* patch 8.1.0951: using WIN64 even though it is never definedv8.1.0951Bram Moolenaar2019-02-182-1/+3