summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0260: build fails with tiny featuresv8.0.0260Bram Moolenaar2017-01-292-98/+100
* patch 8.0.0259: tab commands do not handle count correctlyv8.0.0259Bram Moolenaar2017-01-294-109/+450
* patch 8.0.0258: mksession test leaves file behindv8.0.0258Bram Moolenaar2017-01-292-7/+9
* patch 8.0.0257: test file missing in distributionv8.0.0257Bram Moolenaar2017-01-282-0/+3
* Update runtime files.Bram Moolenaar2017-01-2819-186/+298
* patch 8.0.0256: missing changes to one file breaks testv8.0.0256Bram Moolenaar2017-01-282-12/+9
* patch 8.0.0255: setpos() does not use the buffer argument for all marksv8.0.0255Bram Moolenaar2017-01-284-13/+67
* patch 8.0.0254: error message of assert functions is sometimes incompletev8.0.0254Bram Moolenaar2017-01-283-24/+31
* patch 8.0.0253: error when loading session if winminheight is 2v8.0.0253Bram Moolenaar2017-01-283-1/+18
* patch 8.0.0252: not properly recognizing word characters between 128 and 255v8.0.0252Bram Moolenaar2017-01-287-18/+143
* patch 8.0.0251: not easy to select Python 2 or 3v8.0.0251Bram Moolenaar2017-01-2827-11/+602
* patch 8.0.0250: virtcol() does not work well for multi-byte charactersv8.0.0250Bram Moolenaar2017-01-288-70/+76
* patch 8.0.0249: CI failure when a submit is close to previous onev8.0.0249Bram Moolenaar2017-01-272-1/+3
* patch 8.0.0248: vim_strcat() cannot handle overlapping argumentsv8.0.0248Bram Moolenaar2017-01-272-2/+4
* patch 8.0.0247: need to type Ctrl-N twice to select a completionv8.0.0247Bram Moolenaar2017-01-273-4/+36
* patch 8.0.0246: compiler warnings for int to pointer conversionv8.0.0246Bram Moolenaar2017-01-272-1/+3
* patch 8.0.0245: zh_CN.cp936.po has a conversion errorv8.0.0245Bram Moolenaar2017-01-272-5/+8
* patch 8.0.0244: making t_BE empty only has an effect before startupv8.0.0244Bram Moolenaar2017-01-272-0/+11
* patch 8.0.0243: tolower() does not work if the byte count changesv8.0.0243Bram Moolenaar2017-01-265-33/+216
* patch 8.0.0242: no tests for user command completionv8.0.0242Bram Moolenaar2017-01-262-0/+106
* patch 8.0.0241: fallback implementation of mch_memmove is unusedv8.0.0241Bram Moolenaar2017-01-264-45/+8
* patch 8.0.0240: failure with one build on CIv8.0.0240Bram Moolenaar2017-01-262-2/+6
* patch 8.0.0239: no CI with an address sanitizerv8.0.0239Bram Moolenaar2017-01-262-5/+15
* patch 8.0.0238: bracketed paste does not disable autoindentv8.0.0238Bram Moolenaar2017-01-253-0/+20
* patch 8.0.0237: when 'wildoptions' is "tagfile" completion may not workv8.0.0237Bram Moolenaar2017-01-243-1/+16
* patch 8.0.0236: gcc complains about uninitialized variablev8.0.0236Bram Moolenaar2017-01-242-5/+7
* patch 8.0.0235: memory leak in diff modev8.0.0235Bram Moolenaar2017-01-242-0/+6
* patch 8.0.0234: crash when using put in Visual modev8.0.0234Bram Moolenaar2017-01-243-3/+27
* patch 8.0.0233: paste test fails in the GUIv8.0.0233Bram Moolenaar2017-01-242-1/+6
* patch 8.0.0232: paste does not work when 'esckeys' is offv8.0.0232Bram Moolenaar2017-01-242-0/+9
* patch 8.0.0231: bracketed paste mode is not testedv8.0.0231Bram Moolenaar2017-01-245-3/+53
* patch 8.0.0230: bracketed paste does not support line breaksv8.0.0230Bram Moolenaar2017-01-242-1/+7
* patch 8.0.0229: local 'formatprg' option value leaksv8.0.0229Bram Moolenaar2017-01-242-0/+3
* patch 8.0.0228: pasting in xterm on the command line has PasteStartv8.0.0228Bram Moolenaar2017-01-243-4/+15
* patch 8.0.0227: crash with ff=dos when first line in file has no CRv8.0.0227Bram Moolenaar2017-01-243-2/+5
* patch 8.0.0226: test for patch 8.0.0224 missing CR charactersv8.0.0226Bram Moolenaar2017-01-242-11/+15
* patch 8.0.0225: put in Visual block mode terminates earlyv8.0.0225Bram Moolenaar2017-01-233-1/+19
* patch 8.0.0224: change to 'fileformats' from autocmd does not take effectv8.0.0224Bram Moolenaar2017-01-233-3/+28
* patch 8.0.0223: Coverity warns for an uninitialized variablev8.0.0223Bram Moolenaar2017-01-232-1/+13
* patch 8.0.0222: blockwise put on multi-byte character misplacedv8.0.0222Bram Moolenaar2017-01-225-1/+17
* patch 8.0.0221: unnecessary condition on PROTOv8.0.0221Bram Moolenaar2017-01-222-1/+3
* patch 8.0.0220: completion of highlight names misses a few valuesv8.0.0220Bram Moolenaar2017-01-223-7/+36
* patch 8.0.0219: ubsan reports errors for overflowv8.0.0219Bram Moolenaar2017-01-226-31/+59
* patch 8.0.0218: no completion for :cexpr and similar commandsv8.0.0218Bram Moolenaar2017-01-223-0/+36
* patch 8.0.0217: build fails without cscope featurev8.0.0217Bram Moolenaar2017-01-222-1/+7
* patch 8.0.0216: decoding js style json may failv8.0.0216Bram Moolenaar2017-01-223-4/+16
* patch 8.0.0215: NULL pointer use if cscope line looks like emacs tagv8.0.0215Bram Moolenaar2017-01-222-1/+4
* patch 8.0.0214: leaking memory when syntax cluster id is unknownv8.0.0214Bram Moolenaar2017-01-222-1/+6
* patch 8.0.0213: Netbeans specialKeys command does not check argument lengthv8.0.0213Bram Moolenaar2017-01-222-5/+11
* patch 8.0.0212: buffer for key name may be too smallv8.0.0212Bram Moolenaar2017-01-223-4/+14