summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2059: fix for "x" deleting a fold has side effectsv8.1.2059Bram Moolenaar2019-09-202-10/+6
* patch 8.1.2058: function for ex command is named inconsistentlyv8.1.2058Bram Moolenaar2019-09-194-3/+5
* patch 8.1.2057: the screen.c file is much too bigv8.1.2057Bram Moolenaar2019-09-1916-6515/+6442
* patch 8.1.2056: "make test" for indent files doesn't cause make to failv8.1.2056Bram Moolenaar2019-09-181-0/+2
* patch 8.1.2055: not easy to jump to function line from profilev8.1.2055Bram Moolenaar2019-09-183-2/+4
* patch 8.1.2054: compiler test for Perl may failv8.1.2054Bram Moolenaar2019-09-182-2/+5
* patch 8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()v8.1.2053Bram Moolenaar2019-09-184-15/+46
* patch 8.1.2052: using "x" before a closed fold may delete that foldv8.1.2052Bram Moolenaar2019-09-173-3/+23
* patch 8.1.2051: double-click test is a bit flakyv8.1.2051Bram Moolenaar2019-09-172-1/+3
* patch 8.1.2050: popup window test fails in some configurationsv8.1.2050Bram Moolenaar2019-09-173-1/+4
* patch 8.1.2049: cannot build tiny versionv8.1.2049Bram Moolenaar2019-09-172-0/+10
* patch 8.1.2048: not clear why SafeState and SafeStateAgain are not triggeredv8.1.2048Bram Moolenaar2019-09-174-3/+17
* patch 8.1.2047: cannot check the current statev8.1.2047Bram Moolenaar2019-09-1611-111/+200
* patch 8.1.2046: SafeState may be triggered at the wrong momentv8.1.2046Bram Moolenaar2019-09-167-18/+34
* patch 8.1.2045: the option.c file is too bigv8.1.2045Bram Moolenaar2019-09-1616-2747/+2880
* patch 8.1.2044: no easy way to process postponed workv8.1.2044Bram Moolenaar2019-09-158-11/+102
* 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-157-23/+53
* patch 8.1.2034: dark them of GTK 3 not supportedv8.1.2034Bram Moolenaar2019-09-157-1/+51
* 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-1432-61/+728
* 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-126-3210/+3212
* Update runtime filesBram Moolenaar2019-09-113-648/+755
* 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-105-0/+123
* patch 8.1.2019: 'cursorline' always highlights the whole linev8.1.2019Bram Moolenaar2019-09-099-5/+150
* 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-093-30/+53
* 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-0810-43/+69
* patch 8.1.2012: more functions can be used as methodsv8.1.2012Bram Moolenaar2019-09-085-42/+65
* patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar2019-09-0813-85/+87