summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeysv8.1.2350Bram Moolenaar2019-11-2611-34/+182
* patch 8.1.2349: :lockvar and :unlockvar cannot be followed by "| endif"v8.1.2349Bram Moolenaar2019-11-263-0/+18
* patch 8.1.2348: :const cannot be followed by "| endif"v8.1.2348Bram Moolenaar2019-11-267-1/+16
* patch 8.1.2347: MacOS: build failsv8.1.2347Bram Moolenaar2019-11-262-1/+3
* patch 8.1.2346: CTRL-R CTRL-R doesn't work with modifyOtherKeysv8.1.2346Bram Moolenaar2019-11-264-0/+29
* patch 8.1.2345: .cjs files are not recognized as Javascriptv8.1.2345Bram Moolenaar2019-11-263-4/+6
* patch 8.1.2344: Cygwin: warning for using strptime()v8.1.2344Bram Moolenaar2019-11-263-8/+16
* patch 8.1.2343: using time() for srand() is not very randomv8.1.2343Bram Moolenaar2019-11-263-5/+50
* patch 8.1.2342: random number generator in Vim script is slowv8.1.2342Bram Moolenaar2019-11-255-0/+163
* patch 8.1.2341: not so easy to interrupt a script programaticallyv8.1.2341Bram Moolenaar2019-11-256-1/+58
* patch 8.1.2340: quickfix test fails under valgrind and asanv8.1.2340Bram Moolenaar2019-11-243-13/+26
* patch 8.1.2339: insufficient testing for quickfixv8.1.2339Bram Moolenaar2019-11-242-13/+42
* patch 8.1.2338: using Visual mark sith :s gives E20 if not setv8.1.2338Bram Moolenaar2019-11-234-8/+37
* patch 8.1.2337: double-click time sometimes miscomputedv8.1.2337Bram Moolenaar2019-11-223-10/+19
* patch 8.1.2336: when an expr mapping moves the cursor it is not restoredv8.1.2336Bram Moolenaar2019-11-224-0/+50
* patch 8.1.2335: error message for function arguments may use NULL pointerv8.1.2335Bram Moolenaar2019-11-222-1/+3
* patch 8.1.2334: possible NULL pointer dereference in popup_locate()v8.1.2334Bram Moolenaar2019-11-222-1/+3
* patch 8.1.2333: with modifyOtherKeys CTRL-^ doesn't workv8.1.2333Bram Moolenaar2019-11-213-5/+22
* patch 8.1.2332: missing file in refactoringv8.1.2332Bram Moolenaar2019-11-212-0/+98
* patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar2019-11-2116-434/+332
* patch 8.1.2330: vi' does not always work when 'selection' is exclusivev8.1.2330Bram Moolenaar2019-11-213-7/+29
* patch 8.1.2329: mouse multiple click test is a bit flakyv8.1.2329Bram Moolenaar2019-11-212-1/+4
* patch 8.1.2328: a few hangul input pieces remainv8.1.2328Bram Moolenaar2019-11-212-23/+6
* 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