summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0169: calling message_filtered() a bit too oftenv8.1.0169Bram Moolenaar2018-07-083-6/+15
* patch 8.1.0168: output of :marks is too short with multi-byte charsv8.1.0168Bram Moolenaar2018-07-083-5/+27
* patch 8.1.0167: lock flag in new dictitem is reset in many placesv8.1.0167Bram Moolenaar2018-07-087-16/+7
* patch 8.1.0166: using dict_add_nr_str() is clumsyv8.1.0166Bram Moolenaar2018-07-0813-198/+188
* patch 8.1.0165: :clist output can be very longv8.1.0165Bram Moolenaar2018-07-083-1/+36
* Update runtime files, add Danish translations.Bram Moolenaar2018-07-0715-33/+2252
* patch 8.1.0164: luaeval('vim.buffer().name') returns an errorv8.1.0164Bram Moolenaar2018-07-073-7/+8
* patch 8.1.0163: insufficient testing for Tclv8.1.0163Bram Moolenaar2018-07-072-7/+39
* patch 8.1.0162: Danish and German man pages are not installedv8.1.0162Bram Moolenaar2018-07-072-0/+52
* patch 8.1.0161: buffer not updated with 'autoread' set if file was deletedv8.1.0161Bram Moolenaar2018-07-073-9/+57
* patch 8.1.0160: no Danish manual translationsv8.1.0160Bram Moolenaar2018-07-072-0/+4
* patch 8.1.0159: completion for user names does not work for a prefix.v8.1.0159Bram Moolenaar2018-07-073-2/+5
* patch 8.1.0158: GUI: input() fails if CTRL-C was pressed beforev8.1.0158Bram Moolenaar2018-07-072-0/+7
* patch 8.1.0157: old iTerm2 is not recognized, resulting in stray outputv8.1.0157Bram Moolenaar2018-07-062-2/+8
* patch 8.1.0156: MS-Windows compiler warningv8.1.0156Bram Moolenaar2018-07-061-1/+3
* patch 8.1.0155: evim.man missing from the distributionv8.1.0155Bram Moolenaar2018-07-052-0/+3
* patch 8.1.0154: crash with "set smarttab shiftwidth=0 softtabstop=-1"v8.1.0154Bram Moolenaar2018-07-053-11/+21
* patch 8.1.0153: build with SHADOWDIR failsv8.1.0153Bram Moolenaar2018-07-052-1/+3
* patch 8.1.0152: cannot easily run individual tests on MS-Windowsv8.1.0152Bram Moolenaar2018-07-045-197/+220
* patch 8.1.0151: mksession test fails on MS-Windowsv8.1.0151Bram Moolenaar2018-07-042-2/+4
* patch 8.1.0150: insufficient test coverage for Tclv8.1.0150Bram Moolenaar2018-07-042-2/+618
* patch 8.1.0149: session is wrong with multiple tabs when :lcd was usedv8.1.0149Bram Moolenaar2018-07-043-8/+87
* patch 8.1.0148: memory leak when using :tcl expr commandv8.1.0148Bram Moolenaar2018-07-042-0/+5
* patch 8.1.0147: compiler warning when building with Python 3.7v8.1.0147Bram Moolenaar2018-07-042-0/+17
* patch 8.1.0146: when $LANG is set the compiler test may failv8.1.0146Bram Moolenaar2018-07-032-0/+7
* patch 8.1.0145: test with grep is failing on MS-Windowsv8.1.0145Bram Moolenaar2018-07-032-8/+13
* patch 8.1.0144: the :cd command does not have good test coveragev8.1.0144Bram Moolenaar2018-07-032-0/+56
* 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