summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0143: matchit and matchparen don't handle E363v8.1.0143Bram Moolenaar2018-07-033-15/+33
* patch 8.1.0142: xterm and vt320 builtin termcap missing keypad keysv8.1.0142Bram Moolenaar2018-07-032-1/+26
* patch 8.1.0141: :cexpr no longer jumps to the first errorv8.1.0141Bram Moolenaar2018-07-033-43/+206
* Updated runtime and language files.Bram Moolenaar2018-07-0325-1000/+1113
* patch 8.1.0140: recording into a register has focus eventsv8.1.0140Bram Moolenaar2018-07-032-13/+31
* patch 8.1.0139: Lua tests fail on some platformsv8.1.0139Bram Moolenaar2018-07-022-3/+5
* patch 8.1.0138: negative value of 'softtabstop' not used correctlyv8.1.0138Bram Moolenaar2018-07-025-4/+43
* patch 8.1.0137: CI does not run with TCLv8.1.0137Bram Moolenaar2018-07-012-7/+10
* patch 8.1.0136: Lua tests don't cover new featuresv8.1.0136Bram Moolenaar2018-07-013-24/+67
* patch 8.1.0135: undo message delays screen update for CTRL-O uv8.1.0135Bram Moolenaar2018-07-014-1/+23
* patch 8.1.0134: Lua interface does not support funcrefv8.1.0134Bram Moolenaar2018-07-013-27/+264
* Fix missing patch number.Bram Moolenaar2018-07-011-0/+2
* patch 8.1.0133: tagfiles() can have duplicate entriesv8.1.0133Bram Moolenaar2018-06-303-4/+44
* patch 8.1.0132: lua tests are old stylev8.1.0132Bram Moolenaar2018-06-307-105/+486
* patch 8.1.0131: :profdel is not testedv8.1.0131Bram Moolenaar2018-06-302-15/+87
* patch 8.1.0130: ":profdel func" does not work if func was called alreadyv8.1.0130Bram Moolenaar2018-06-303-22/+33
* patch 8.1.0129: still some xterm-like terminals get a stray "p"v8.1.0129Bram Moolenaar2018-06-302-0/+7
* patch 8.1.0128: building with MinGW does not work out-of-the-boxv8.1.0128Bram Moolenaar2018-06-305-35/+130
* patch 8.1.0127: build failure when disabling the session featurev8.1.0127Bram Moolenaar2018-06-292-2/+4
* patch 8.1.0126: various problems with 'vartabstop'v8.1.0126Bram Moolenaar2018-06-285-13/+38
* patch 8.1.0125: virtual edit replace with multi-byte fails at end of linev8.1.0125Bram Moolenaar2018-06-284-13/+50
* patch 8.1.0124: has('vcon') returns true even for non-win32 terminalv8.1.0124Bram Moolenaar2018-06-282-1/+3
* patch 8.1.0123: MS-Windows: colors are wrong after setting 'notgc'v8.1.0123Bram Moolenaar2018-06-282-1/+6
* patch 8.1.0122: translators don't always understand the maintainer messagev8.1.0122Bram Moolenaar2018-06-282-0/+6
* patch 8.1.0121: crash when using ballooneval related to 'vartabstop'v8.1.0121Bram Moolenaar2018-06-285-19/+10
* patch 8.1.0120: buffer 'modified' set even when :sort has no changesv8.1.0120Bram Moolenaar2018-06-283-12/+63
* patch 8.1.0119: failing test goes unnoticed because messages is not writtenv8.1.0119Bram Moolenaar2018-06-272-2/+4
* patch 8.1.0118: duplicate error message for put commandv8.1.0118Bram Moolenaar2018-06-274-4/+53
* patch 8.1.0117: URL in install program still points to SourceForgev8.1.0117Bram Moolenaar2018-06-262-1/+3
* patch 8.1.0116: display problem with 'vartabstop' and 'linebreak'v8.1.0116Bram Moolenaar2018-06-253-0/+32
* patch 8.1.0115: the matchparen plugin may throw an errorv8.1.0115Bram Moolenaar2018-06-252-1/+3
* patch 8.1.0114: confusing variable namev8.1.0114Bram Moolenaar2018-06-243-18/+20
* Update runtime files.Bram Moolenaar2018-06-2447-1223/+1185
* patch 8.1.0113: compiler warning for unused variablev8.1.0113Bram Moolenaar2018-06-242-1/+3
* patch 8.1.0112: no error when using bad arguments with searchpair()v8.1.0112Bram Moolenaar2018-06-243-5/+23
* patch 8.1.0111: .po files do not use recommended namesv8.1.0111Bram Moolenaar2018-06-244-4/+32
* patch 8.1.0110: file name not displayed with ":file"v8.1.0110Bram Moolenaar2018-06-243-3/+20
* patch 8.1.0109: new po makefile missing from distributionv8.1.0109Bram Moolenaar2018-06-242-0/+3
* patch 8.1.0108: no Danish translationsv8.1.0108Bram Moolenaar2018-06-247-372/+7242
* patch 8.1.0107: Python: getting buffer option clears messagev8.1.0107Bram Moolenaar2018-06-242-7/+13
* patch 8.1.0106: build fails when HAVE_DATE_TIME is undefinedv8.1.0106Bram Moolenaar2018-06-241-0/+8
* patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar2018-06-2331-174/+1751
* patch 8.1.0104: can't build without the +eval featurev8.1.0104Bram Moolenaar2018-06-232-1/+7
* patch 8.1.0103: long version string cannot be translatedv8.1.0103Bram Moolenaar2018-06-235-11/+31
* patch 8.1.0102: cannot build without syntax highlightingv8.1.0102Bram Moolenaar2018-06-232-0/+6
* patch 8.1.0101: no test for getcmdwintype()v8.1.0101Bram Moolenaar2018-06-232-0/+18
* patch 8.1.0100: terminal debugger: error when setting a watch pointv8.1.0100Bram Moolenaar2018-06-232-0/+7
* patch 8.1.0099: exclamation mark in error message not neededv8.1.0099Bram Moolenaar2018-06-232-2/+4
* patch 8.1.0098: segfault when pattern with \z() is very slowv8.1.0098Bram Moolenaar2018-06-2310-8/+45
* patch 8.1.0097: superfluous space before exclamation markv8.1.0097Bram Moolenaar2018-06-222-2/+4