summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0346: building with Aap is outdated and unusedv8.1.0346Bram Moolenaar2018-09-024-1414/+2
* patch 8.1.0345: cannot get the window id associated with the location listv8.1.0345Bram Moolenaar2018-09-023-6/+81
* patch 8.1.0344: 'hlsearch' highlighting has a gap after /$v8.1.0344Bram Moolenaar2018-09-023-10/+15
* patch 8.1.0343: 'shellslash' is not used for getcwd() with local directoryv8.1.0343Bram Moolenaar2018-09-022-3/+5
* patch 8.1.0342: crash when a callback deletes a window that is being usedv8.1.0342Bram Moolenaar2018-09-013-23/+42
* patch 8.1.0341: :argadd in empty buffer changes the buffer namev8.1.0341Bram Moolenaar2018-08-314-18/+42
* patch 8.1.0340: no test for :spellinfov8.1.0340Bram Moolenaar2018-08-312-0/+31
* patch 8.1.0339: wrong highlight when 'incsearch' set and cancelling :sv8.1.0339Bram Moolenaar2018-08-314-1/+27
* patch 8.1.0338: MS-Windows: VTP doesn't work properly with Powershellv8.1.0338Bram Moolenaar2018-08-302-8/+36
* patch 8.1.0337: :file fails in quickfix commandv8.1.0337Bram Moolenaar2018-08-303-3/+41
* patch 8.1.0336: mkview test still fails on CIv8.1.0336Bram Moolenaar2018-08-302-4/+6
* patch 8.1.0335: mkview test fails on CIv8.1.0335Bram Moolenaar2018-08-302-1/+3
* patch 8.1.0334: 'autowrite' takes effect when buffer is not to be writtenv8.1.0334Bram Moolenaar2018-08-303-2/+42
* patch 8.1.0333: :mkview does not restore cursor properly after "$"v8.1.0333Bram Moolenaar2018-08-293-14/+27
* patch 8.1.0332: get Gdk-Critical error on first balloon showv8.1.0332Bram Moolenaar2018-08-282-1/+3
* Update runtime files.Bram Moolenaar2018-08-281-86/+96
* patch 8.1.0331: insufficient test coverage for :mkview and :loadviewv8.1.0331Bram Moolenaar2018-08-282-0/+83
* patch 8.1.0330: the qf_add_entries() function is too longv8.1.0330Bram Moolenaar2018-08-282-66/+81
* patch 8.1.0329: using inputlist() during startup results in garbagev8.1.0329Bram Moolenaar2018-08-272-0/+9
* patch 8.1.0328: inputlist() doesn't work with a timerv8.1.0328Bram Moolenaar2018-08-263-19/+26
* patch 8.1.0327: the "g CTRL-G" command isn't tested muchv8.1.0327Bram Moolenaar2018-08-242-5/+77
* patch 8.1.0326: screen dump does not consider NUL and space equalv8.1.0326Bram Moolenaar2018-08-243-11/+13
* patch 8.1.0325: strings in swap file may not be NUL terminatedv8.1.0325Bram Moolenaar2018-08-232-4/+9
* patch 8.1.0324: off-by-one error in cmdidx checkv8.1.0324Bram Moolenaar2018-08-232-1/+3
* patch 8.1.0323: reverse order of VTP calls only needed the first timev8.1.0323Bram Moolenaar2018-08-232-2/+6
* patch 8.1.0322: Test_copy_winopt() does not restore 'hidden'v8.1.0322Bram Moolenaar2018-08-232-49/+53
* patch 8.1.0321: 'incsearch' regression: /\v highlights everythingv8.1.0321Bram Moolenaar2018-08-235-1/+67
* patch 8.1.0320: too much 'incsearch' highlight for pat matching everythingv8.1.0320Bram Moolenaar2018-08-224-13/+37
* patch 8.1.0319: bzero() function prototype doesn't work for Androidv8.1.0319Bram Moolenaar2018-08-222-1/+5
* patch 8.1.0318: the getftype() test may fail for char devicesv8.1.0318Bram Moolenaar2018-08-222-3/+17
* patch 8.1.0317: Cscope test fails when using shadow directoryv8.1.0317Bram Moolenaar2018-08-222-1/+8
* patch 8.1.0316: swapinfo() test fails on Travisv8.1.0316Bram Moolenaar2018-08-222-2/+8
* patch 8.1.0315: helpgrep with language doesn't work properlyv8.1.0315Bram Moolenaar2018-08-213-16/+30
* patch 8.1.0314: build failure without the +eval featurev8.1.0314Bram Moolenaar2018-08-213-7/+14
* patch 8.1.0313: information about a swap file is unavailablev8.1.0313Bram Moolenaar2018-08-215-1/+93
* patch 8.1.0312: wrong type for flags used in signal handlersv8.1.0312Bram Moolenaar2018-08-214-12/+15
* patch 8.1.0311: filtering entries in a quickfix list is not easyv8.1.0311Bram Moolenaar2018-08-211-0/+2
* patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess'v8.1.0310Bram Moolenaar2018-08-214-1/+34
* patch 8.1.0309: profiling does not show a count for condition linesv8.1.0309Bram Moolenaar2018-08-213-21/+267
* patch 8.1.0308: a quick undo shows "1 seconds ago"v8.1.0308Bram Moolenaar2018-08-212-2/+9
* patch 8.1.0307: there is no good way to get the window layoutv8.1.0307Bram Moolenaar2018-08-215-0/+97
* patch 8.1.0306: plural messages are not translated properlyv8.1.0306Bram Moolenaar2018-08-218-128/+79
* patch 8.1.0305: missing support for Lua 5.4 32 bits on Unixv8.1.0305Bram Moolenaar2018-08-212-1/+15
* patch 8.1.0304: no redraw when using a STOP signal on Vim and then CONTv8.1.0304Bram Moolenaar2018-08-214-34/+74
* patch 8.1.0303: line2byte() is wrong for last line with 'noeol'v8.1.0303Bram Moolenaar2018-08-203-2/+14
* patch 8.1.0302: crash when using :suspend and "fg"v8.1.0302Bram Moolenaar2018-08-204-68/+19
* patch 8.1.0301: GTK: input method popup displayed on wrong screen.v8.1.0301Bram Moolenaar2018-08-195-22/+40
* patch 8.1.0300: the old window title might be freed twicev8.1.0300Bram Moolenaar2018-08-192-2/+11
* patch 8.1.0299: misplaced commentv8.1.0299Bram Moolenaar2018-08-192-1/+3
* patch 8.1.0298: window resize test sometimes fails on Macv8.1.0298Bram Moolenaar2018-08-192-0/+3