summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2388: using old C style commentsv8.1.2388Bram Moolenaar2019-12-0412-1930/+1926
* patch 8.1.2387: using old C style commentsv8.1.2387Bram Moolenaar2019-12-0412-1336/+1350
* Update version 8.2 notes and make syntax.Bram Moolenaar2019-12-042-15/+17
* patch 8.1.2386: 'wincolor' is not used for 'listchars'v8.1.2386Bram Moolenaar2019-12-044-13/+46
* patch 8.1.2385: opening cmdline window with feedkeys() does not workv8.1.2385Bram Moolenaar2019-12-043-1/+9
* patch 8.1.2384: test 48 is old stylev8.1.2384Bram Moolenaar2019-12-037-109/+137
* Update a few runtime filesBram Moolenaar2019-12-0311-180/+250
* patch 8.1.2383: using old C style commentsv8.1.2383Bram Moolenaar2019-12-028-1936/+1922
* patch 8.1.2382: MS-Windows: When using VTP bold+inverse doesn't workv8.1.2382Bram Moolenaar2019-12-024-24/+79
* patch 8.1.2381: not all register related code is covered by testsv8.1.2381Bram Moolenaar2019-12-024-19/+208
* patch 8.1.2380: using old C style commentsv8.1.2380Bram Moolenaar2019-12-0110-1859/+1821
* patch 8.1.2379: using old C style commentsv8.1.2379Bram Moolenaar2019-12-0110-2705/+2687
* patch 8.1.2378: using old C style commentsv8.1.2378Bram Moolenaar2019-12-019-2012/+2006
* patch 8.1.2377: GUI: when losing focus a pending operator is executedv8.1.2377Bram Moolenaar2019-12-012-2/+5
* patch 8.1.2376: preprocessor indents are incorrectv8.1.2376Bram Moolenaar2019-12-016-364/+366
* patch 8.1.2375: no suffucient testing for registersv8.1.2375Bram Moolenaar2019-12-015-10/+118
* patch 8.1.2374: unused parts of libvterm are includedv8.1.2374Bram Moolenaar2019-12-015-889/+2
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-0127-145/+228
* patch 8.1.2372: VMS: failing realloc leaks memoryv8.1.2372Bram Moolenaar2019-11-302-2/+12
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-3047-178/+190
* patch 8.1.2370: build problems on VMSv8.1.2370Bram Moolenaar2019-11-304-11/+14
* patch 8.1.2369: cannot build with quickfix and without text propertiesv8.1.2369Bram Moolenaar2019-11-302-1/+3
* patch 8.1.2368: using old C style commentsv8.1.2368Bram Moolenaar2019-11-3012-961/+959
* patch 8.1.2367: registers are not sufficiently testedv8.1.2367Bram Moolenaar2019-11-302-0/+88
* patch 8.1.2366: using old C style commentsv8.1.2366Bram Moolenaar2019-11-3038-1397/+1390
* patch 8.1.2365: missing tests for recent popupwin changesv8.1.2365Bram Moolenaar2019-11-302-0/+60
* Update runtime files.Bram Moolenaar2019-11-3020-125/+6572
* patch 8.1.2364: termwinscroll test is flaky on FreeBSDv8.1.2364Bram Moolenaar2019-11-303-2/+5
* patch 8.1.2363: ml_get error when accessing Visual area in 'statusline'v8.1.2363Bram Moolenaar2019-11-303-0/+30
* patch 8.1.2362: cannot place signs in a popup windowv8.1.2362Bram Moolenaar2019-11-305-7/+34
* patch 8.1.2361: MS-Windows: test failures related to VIMDLLv8.1.2361Bram Moolenaar2019-11-298-9/+54
* patch 8.1.2360: quickfix test coverage can still be improvedv8.1.2360Bram Moolenaar2019-11-292-5/+46
* patch 8.1.2359: cannot build without FEAT_FLOATv8.1.2359Bram Moolenaar2019-11-292-1/+7
* patch 8.1.2358: tests fail on Cirrus CI for FreeBSDv8.1.2358Bram Moolenaar2019-11-299-5/+28
* patch 8.1.2357: no test with wrong argument for rand()v8.1.2357Bram Moolenaar2019-11-282-0/+6
* patch 8.1.2356: rand() does not use the best algorithmv8.1.2356Bram Moolenaar2019-11-284-67/+80
* patch 8.1.2355: test with "man" fails on FreeBSDv8.1.2355Bram Moolenaar2019-11-282-2/+4
* patch 8.1.2354: Cirrus CI runs on another repositoryv8.1.2354Bram Moolenaar2019-11-283-5/+14
* patch 8.1.2353: build failure on FreeBSDv8.1.2353Bram Moolenaar2019-11-282-1/+3
* Merge branch 'master' of github.com:vim/vimBram Moolenaar2019-11-270-0/+0
|\
| * Merge pull request #5275 from vim/revert-5273-cirrus_ciBram Moolenaar2019-11-272-10/+0
| |\
| | * Revert "Cirrus CI: add a simple CI using BSD"Bram Moolenaar2019-11-272-10/+0
| |/
| * Merge pull request #5273 from chrisbra/cirrus_ciChristian Brabandt2019-11-272-0/+10
| |\
| | * Cirrus CI: add a simple CI using BSDChristian Brabandt2019-11-272-0/+10
| |/
* | patch 8.1.2352: CI doesn't cover FreeBSDv8.1.2352Bram Moolenaar2019-11-273-0/+12
|/
* patch 8.1.2351: 'wincolor' not used for > for not fitting double width charv8.1.2351Bram Moolenaar2019-11-264-3/+28
* Update runtime filesBram Moolenaar2019-11-2626-943/+1364
* patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeysv8.1.2350Bram Moolenaar2019-11-2611-34/+182
* patch 8.1.2349: :lockvar and :unlockvar cannot be followed by "| endif"v8.1.2349Bram Moolenaar2019-11-263-0/+18
* patch 8.1.2348: :const cannot be followed by "| endif"v8.1.2348Bram Moolenaar2019-11-267-1/+16