summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-2121-2006/+27
* patch 8.1.2326: cannot parse a date/time stringv8.1.2326Bram Moolenaar2019-11-219-20/+121
* patch 8.1.2325: crash when using balloon with empty linev8.1.2325Bram Moolenaar2019-11-213-31/+43
* patch 8.1.2324: with of scrollbar in popup menu not taken into accountv8.1.2324Bram Moolenaar2019-11-214-2/+24
* Update runtime files.Bram Moolenaar2019-11-2012-1501/+1846
* patch 8.1.2323: Old MSVC version no longer tested.v8.1.2323Bram Moolenaar2019-11-195-97/+61
* patch 8.1.2322: quickfix test fails in very big terminalv8.1.2322Bram Moolenaar2019-11-192-2/+11
* patch 8.1.2321: cannot select all text with the mousev8.1.2321Bram Moolenaar2019-11-182-6/+12
* patch 8.1.2320: insufficient test coverage for quickfixv8.1.2320Bram Moolenaar2019-11-183-31/+177
* patch 8.1.2319: compiler warning for int sizev8.1.2319Bram Moolenaar2019-11-182-1/+3
* patch 8.1.2318: MS-Windows GUI: main background shows in toolbarv8.1.2318Bram Moolenaar2019-11-172-0/+8
* patch 8.1.2317: no test for spell affix file with flag on suffixv8.1.2317Bram Moolenaar2019-11-172-0/+30
* 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