summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2045: the option.c file is too bigv8.1.2045Bram Moolenaar2019-09-1617-2747/+2882
* patch 8.1.2044: no easy way to process postponed workv8.1.2044Bram Moolenaar2019-09-159-11/+126
* patch 8.1.2043: not sufficient testing for quoted numbersv8.1.2043Bram Moolenaar2019-09-153-0/+6
* patch 8.1.2042: the evalfunc.c file is too bigv8.1.2042Bram Moolenaar2019-09-156-199/+204
* patch 8.1.2041: no test for diff mode with syntax highlightingv8.1.2041Bram Moolenaar2019-09-153-0/+58
* patch 8.1.2040: no highlighting of current line in quickfix windowv8.1.2040Bram Moolenaar2019-09-155-2/+58
* patch 8.1.2039: character from 'showbreak' does not use 'wincolor'v8.1.2039Bram Moolenaar2019-09-154-7/+13
* patch 8.1.2038: has('vimscript-4') is always 0v8.1.2038Bram Moolenaar2019-09-153-0/+4
* patch 8.1.2037: can call win_gotoid() in cmdline windowv8.1.2037Bram Moolenaar2019-09-153-17/+30
* patch 8.1.2036: the str2nr() tests failv8.1.2036Bram Moolenaar2019-09-152-3/+34
* patch 8.1.2035: recognizing octal numbers is confusingv8.1.2035Bram Moolenaar2019-09-158-27/+78
* patch 8.1.2034: dark them of GTK 3 not supportedv8.1.2034Bram Moolenaar2019-09-158-1/+56
* patch 8.1.2033: cannot build with tiny featuresv8.1.2033Bram Moolenaar2019-09-142-0/+4
* patch 8.1.2032: scrollbar thumb wrong in popup windowv8.1.2032Bram Moolenaar2019-09-143-5/+12
* patch 8.1.2031: cursor position wrong when resizing and using concealv8.1.2031Bram Moolenaar2019-09-145-0/+36
* patch 8.1.2030: tests fail when build with normal features and terminalv8.1.2030Bram Moolenaar2019-09-143-6/+11
* patch 8.1.2029: cannot control 'cursorline' highlighting wellv8.1.2029Bram Moolenaar2019-09-1433-66/+740
* patch 8.1.2028: options test script does not workv8.1.2028Bram Moolenaar2019-09-144-6/+10
* patch 8.1.2027: MS-Windows: problem with ambiwidth charactersv8.1.2027Bram Moolenaar2019-09-1312-10/+156
* patch 8.1.2026: possibly using uninitialized memoryv8.1.2026Bram Moolenaar2019-09-132-2/+4
* patch 8.1.2025: MS-Windows: Including shlguid.h causes problems for msys2v8.1.2025Bram Moolenaar2019-09-132-1/+2
* patch 8.1.2024: delete call commented out for debuggingv8.1.2024Bram Moolenaar2019-09-132-1/+3
* patch 8.1.2023: no test for synIDattr() returning "strikethrough"v8.1.2023Bram Moolenaar2019-09-132-0/+5
* patch 8.1.2022: the option.c file is too bigv8.1.2022Bram Moolenaar2019-09-127-3210/+3213
* Update runtime filesBram Moolenaar2019-09-1127-1390/+1914
* patch 8.1.2021: some global functions can be local to the filev8.1.2021Bram Moolenaar2019-09-1018-26/+17
* patch 8.1.2020: it is not easy to change the window layoutv8.1.2020Bram Moolenaar2019-09-106-0/+147
* patch 8.1.2019: 'cursorline' always highlights the whole linev8.1.2019Bram Moolenaar2019-09-0913-9/+172
* patch 8.1.2018: using freed memory when out of memory and displaying messagev8.1.2018Bram Moolenaar2019-09-094-19/+24
* patch 8.1.2017: cannot execute commands after closing the cmdline windowv8.1.2017Bram Moolenaar2019-09-095-39/+58
* patch 8.1.2016: terminal altscreen test now fails on MS-Windowsv8.1.2016Bram Moolenaar2019-09-082-33/+21
* patch 8.1.2015: terminal altscreen test still fails sometimesv8.1.2015Bram Moolenaar2019-09-082-4/+12
* patch 8.1.2014: terminal altscreen test fails sometimesv8.1.2014Bram Moolenaar2019-09-082-4/+5
* patch 8.1.2013: more functions can be used as methodsv8.1.2013Bram Moolenaar2019-09-0811-49/+145
* patch 8.1.2012: more functions can be used as methodsv8.1.2012Bram Moolenaar2019-09-086-63/+155
* patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar2019-09-0815-85/+116
* patch 8.1.2010: new file uses old style commentsv8.1.2010Bram Moolenaar2019-09-082-508/+480
* patch 8.1.2009: cursorline highlighting not updated in popup windowv8.1.2009Bram Moolenaar2019-09-085-3/+49
* patch 8.1.2008: error for invalid range when using listener and undov8.1.2008Bram Moolenaar2019-09-083-26/+63
* patch 8.1.2007: no test for what 8.1.1926 fixesv8.1.2007Bram Moolenaar2019-09-082-0/+22
* patch 8.1.2006: build failure with huge features but without channel featurev8.1.2006Bram Moolenaar2019-09-072-0/+4
* patch 8.1.2005: the regexp.c file is too bigv8.1.2005Bram Moolenaar2019-09-077-5450/+5418
* patch 8.1.2004: more functions can be used as methodsv8.1.2004Bram Moolenaar2019-09-0711-46/+101
* Update runtime filesBram Moolenaar2019-09-0713-26/+29
* patch 8.1.2003: MS-Windows: code page 65001 is not recognizedv8.1.2003Bram Moolenaar2019-09-072-1/+5
* patch 8.1.2002: version number 2000 missingv8.1.2002Bram Moolenaar2019-09-071-0/+4
* patch 8.1.2001: some source files are too bigv8.1.2001Bram Moolenaar2019-09-0720-1986/+2067
* patch 8.1.2000: plugin cannot get the current IME statusv8.1.2000Bram Moolenaar2019-09-075-1/+52
* patch 8.1.1999: calling both PlaySoundW() and PlaySoundA()v8.1.1999Bram Moolenaar2019-09-072-1/+3
* patch 8.1.1998: redraw even when no popup window filter was invokedv8.1.1998Bram Moolenaar2019-09-072-1/+4