summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2288: not using all space when popup with "topleft" flips to abovev8.1.2288Bram Moolenaar2019-11-104-9/+21
* patch 8.1.2287: using EndOfBuffer highlight in popup does not look goodv8.1.2287Bram Moolenaar2019-11-1010-31/+36
* patch 8.1.2286: using border highlight in popup window leaks memoryv8.1.2286Bram Moolenaar2019-11-102-0/+8
* patch 8.1.2285: padding in structures wastes memoryv8.1.2285Bram Moolenaar2019-11-102-12/+14
* patch 8.1.2284: compiler warning for unused variablev8.1.2284Bram Moolenaar2019-11-102-0/+4
* patch 8.1.2283: missed on use of p_sbrv8.1.2283Bram Moolenaar2019-11-102-1/+3
* patch 8.1.2282: crash when passing many arguments through a partialv8.1.2282Bram Moolenaar2019-11-107-5/+41
* patch 8.1.2281: 'showbreak' cannot be set for one windowv8.1.2281Bram Moolenaar2019-11-0916-30/+104
* patch 8.1.2280: crash when passing partial to substitute()v8.1.2280Bram Moolenaar2019-11-096-16/+29
* patch 8.1.2279: computation of highlight attributes is too complicatedv8.1.2279Bram Moolenaar2019-11-094-36/+25
* patch 8.1.2278: using "cd" with "exe" may failv8.1.2278Bram Moolenaar2019-11-099-23/+25
* patch 8.1.2277: terminal window is not updated when info popup changesv8.1.2277Bram Moolenaar2019-11-092-0/+5
* patch 8.1.2276: MS-Windows: session test leaves files behindv8.1.2276Bram Moolenaar2019-11-092-3/+7
* patch 8.1.2275: using "seesion" looks like a mistakev8.1.2275Bram Moolenaar2019-11-092-22/+25
* patch 8.1.2274: newlines in 'balloonexpr' result only work in the GUIv8.1.2274Bram Moolenaar2019-11-096-15/+21
* patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor()v8.1.2273Bram Moolenaar2019-11-098-28/+115
* patch 8.1.2272: test may hang at more promptv8.1.2272Bram Moolenaar2019-11-082-1/+3
* patch 8.1.2271: build error if FEAT_TAG_BINS is not definedv8.1.2271Bram Moolenaar2019-11-082-0/+4
* patch 8.1.2270: "gf" is not tested in Visual modev8.1.2270Bram Moolenaar2019-11-082-0/+27
* patch 8.1.2269: tags file with very long line stops using binary searchv8.1.2269Bram Moolenaar2019-11-073-25/+41
* patch 8.1.2268: spell file flag zero is not recognizedv8.1.2268Bram Moolenaar2019-11-073-3/+15
* patch 8.1.2267: compiler warning for uninitialized variablev8.1.2267Bram Moolenaar2019-11-062-3/+6
* patch 8.1.2266: position unknown for a mouse click in a popup windowv8.1.2266Bram Moolenaar2019-11-063-3/+61
* patch 8.1.2265: when popup with "botleft" does not fit it flips incorrectlyv8.1.2265Bram Moolenaar2019-11-065-4/+145
* patch 8.1.2264: there are two test files for :letv8.1.2264Bram Moolenaar2019-11-065-55/+54
* patch 8.1.2263: 'noesckeys' test fails in GUIv8.1.2263Bram Moolenaar2019-11-062-1/+6
* patch 8.1.2262: unpack assignment in function not recognizedv8.1.2262Bram Moolenaar2019-11-063-14/+30
* patch 8.1.2261: with modifyOtherKeys set 'noesckeys' doesn't workv8.1.2261Bram Moolenaar2019-11-063-5/+37
* patch 8.1.2260: terminal test may fail on MS-Windowsv8.1.2260Bram Moolenaar2019-11-052-2/+8
* patch 8.1.2259: running tests may leave XfakeHOME behindv8.1.2259Bram Moolenaar2019-11-053-2/+4
* patch 8.1.2258: may get hit-enter prompt after entering a numberv8.1.2258Bram Moolenaar2019-11-052-0/+4
* patch 8.1.2257: MS-Windows GUI: scroll wheel always uses current windowv8.1.2257Bram Moolenaar2019-11-055-38/+57
* patch 8.1.2256: test for ":term ++shell" fails on MS-Windowsv8.1.2256Bram Moolenaar2019-11-042-1/+3
* patch 8.1.2255: ":term ++shell" does not work on MS-Windowsv8.1.2255Bram Moolenaar2019-11-043-18/+40
* patch 8.1.2254: MS-Windows: mouse scroll wheel doesn't work in popupv8.1.2254Bram Moolenaar2019-11-044-15/+55
* patch 8.1.2253: using "which" to check for an executable is not reliablev8.1.2253Bram Moolenaar2019-11-042-3/+5
* patch 8.1.2252: compiler warning for int sizev8.1.2252Bram Moolenaar2019-11-042-1/+3
* patch 8.1.2251: ":term command" may not work without a shellv8.1.2251Bram Moolenaar2019-11-036-10/+52
* patch 8.1.2250: CTRL-U and CTRL-D don't work in popup windowv8.1.2250Bram Moolenaar2019-11-034-1/+28
* patch 8.1.2249: "make vimtags" does not print any messagev8.1.2249Bram Moolenaar2019-11-032-2/+5
* patch 8.1.2248: CTRL-W dot does not work when modifyOtherKeys is enabledv8.1.2248Bram Moolenaar2019-11-034-36/+68
* patch 8.1.2247: "make vimtags" does not work in runtime/docv8.1.2247Bram Moolenaar2019-11-032-1/+4
* patch 8.1.2246: some tests are still in old stylev8.1.2246Bram Moolenaar2019-11-036-2332/+2191
* patch 8.1.2245: third character of 'listchars' tab shows in wrong placev8.1.2245Bram Moolenaar2019-11-033-2/+45
* patch 8.1.2244: 'wrapscan' is not used for "gn"v8.1.2244Bram Moolenaar2019-11-023-9/+10
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-0228-45/+47
* patch 8.1.2242: creating docs tags uses user preferencesv8.1.2242Bram Moolenaar2019-11-022-1/+3
* patch 8.1.2241: match highlight does not combine with 'wincolor'v8.1.2241Bram Moolenaar2019-11-027-16/+19
* patch 8.1.2240: popup window width changes when scrollingv8.1.2240Bram Moolenaar2019-11-029-33/+104
* patch 8.1.2239: CI fails when running tests without building Vimv8.1.2239Bram Moolenaar2019-11-022-1/+4