summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2316: FORTIFY_SOURCE can also be present in CPPFLAGSv8.1.2316Bram Moolenaar2019-11-173-3/+7
* patch 8.1.2315: not always using the right window when jumping to an errorv8.1.2315Bram Moolenaar2019-11-176-3/+21
* patch 8.1.2314: vi' sometimes does not select anythingv8.1.2314Bram Moolenaar2019-11-173-2/+8
* patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313Bram Moolenaar2019-11-1714-17/+22
* patch 8.1.2312: "line:" field in tags file not usedv8.1.2312Bram Moolenaar2019-11-173-1/+36
* Update runtime files.Bram Moolenaar2019-11-1722-2221/+2457
* patch 8.1.2311: warning for missing function prototypev8.1.2311Bram Moolenaar2019-11-162-0/+3
* patch 8.1.2310: no proper test for directory changes in quickfixv8.1.2310Bram Moolenaar2019-11-162-0/+44
* patch 8.1.2309: compiler warning for argument typev8.1.2309Bram Moolenaar2019-11-162-2/+4
* patch 8.1.2308: deleting text before zero-width textprop removes itv8.1.2308Bram Moolenaar2019-11-163-1/+35
* patch 8.1.2307: positioning popup doesn't work for buffer-local textpropv8.1.2307Bram Moolenaar2019-11-163-13/+15
* patch 8.1.2306: double and triple clicks are not testedv8.1.2306Bram Moolenaar2019-11-162-11/+90
* patch 8.1.2305: no warning for wrong entry in translationsv8.1.2305Bram Moolenaar2019-11-162-0/+13
* patch 8.1.2304: cannot get the mouse position when getting a mouse clickv8.1.2304Bram Moolenaar2019-11-169-57/+204
* patch 8.1.2303: cursor in wrong position after horizontal scrollv8.1.2303Bram Moolenaar2019-11-163-0/+33
* patch 8.1.2302: :lockmarks does not work for '[ and ']v8.1.2302Bram Moolenaar2019-11-1610-69/+208
* patch 8.1.2301: MS-Windows GUI: drawing error when background color changesv8.1.2301Bram Moolenaar2019-11-152-2/+15
* Fix vim.desktop generation.Bram Moolenaar2019-11-143-3/+3
* Update runtime filesBram Moolenaar2019-11-1324-6356/+7446
* patch 8.1.2300: redraw breaks going through list of popup windowsv8.1.2300Bram Moolenaar2019-11-137-32/+80
* patch 8.1.2299: ConPTY in MS-Windows 1909 is still wrongv8.1.2299Bram Moolenaar2019-11-133-3/+12
* patch 8.1.2298: missing part of 8.1.2296v8.1.2298Bram Moolenaar2019-11-132-0/+3
* patch 8.1.2297: the ex_vimgrep() function is too longv8.1.2297Bram Moolenaar2019-11-122-104/+158
* patch 8.1.2296: text properties are not combined with syntax by defaultv8.1.2296Bram Moolenaar2019-11-122-1/+3
* patch 8.1.2295: if buffer of popup is in another window cursorline sign showsv8.1.2295Bram Moolenaar2019-11-129-31/+78
* patch 8.1.2294: cursor pos wrong with concealing and search causes a scrollv8.1.2294Bram Moolenaar2019-11-123-3/+82
* patch 8.1.2293: join adds trailing space when second line is emptyv8.1.2293Bram Moolenaar2019-11-123-1/+25
* patch 8.1.2292: v:mouse_winid not set on click in popup windowv8.1.2292Bram Moolenaar2019-11-114-2/+9
* patch 8.1.2291: memory leak when executing command in a terminalv8.1.2291Bram Moolenaar2019-11-102-0/+3
* Update runtime filesBram Moolenaar2019-11-1034-756/+1052
* patch 8.1.2290: autocommand test failsv8.1.2290Bram Moolenaar2019-11-102-0/+3
* patch 8.1.2289: after :diffsplit closing the window does not disable diffv8.1.2289Bram Moolenaar2019-11-107-3/+84
* 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