summaryrefslogtreecommitdiffstats
path: root/src/screen.c
AgeCommit message (Expand)Author
2019-03-09patch 8.1.1001: Visual area not correct when using 'cursorline'v8.1.1001Bram Moolenaar
2019-02-25patch 8.1.0979: compiler warning for unused functionsv8.1.0979Bram Moolenaar
2019-02-22patch 8.1.0975: using STRNCPY() wrongly. Warning for uninitialized variablev8.1.0975Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-02-16patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar
2019-01-31patch 8.1.0865: when 'listchars' only contains "nbsp:X" it does not workv8.1.0865Bram Moolenaar
2019-01-30patch 8.1.0849: cursorline highlight is not always updatedv8.1.0849Bram Moolenaar
2019-01-26patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar
2019-01-25patch 8.1.0822: peeking and flushing output slows down executionv8.1.0822Bram Moolenaar
2019-01-24patch 8.1.0812: Unicode 16 feature is not usefulv8.1.0812Bram Moolenaar
2019-01-24patch 8.1.0809: too many #ifdefsv8.1.0809Bram Moolenaar
2019-01-20patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-17patch 8.1.0768: updating completions may cause the popup menu to flickerv8.1.0768Bram Moolenaar
2019-01-16patch 8.1.0759: showing two characters for tab is limitedv8.1.0759Bram Moolenaar
2019-01-11patch 8.1.0726: redrawing specifically for conceal featurev8.1.0726Bram Moolenaar
2019-01-09patch 8.1.0709: windows are updated for every added/deleted signv8.1.0709Bram Moolenaar
2019-01-09patch 8.1.0708: third argument for redrawWinline() is always FALSEv8.1.0708Bram Moolenaar
2019-01-08patch 8.1.0706: tabline is not always redrawnv8.1.0706Bram Moolenaar
2019-01-06patch 8.1.0700: using "gt" sometimes does not redraw a tabv8.1.0700Bram Moolenaar
2019-01-03patch 8.1.0683: spell highlighting does not always endv8.1.0683Bram Moolenaar
2019-01-01patch 8.1.0676: textprop screendump test failsv8.1.0676Bram Moolenaar
2019-01-01patch 8.1.0674: leaking memory when updating a single linev8.1.0674Bram Moolenaar
2018-12-31patch 8.1.0665: text property display wrong when 'spell' is setv8.1.0665Bram Moolenaar
2018-12-30patch 8.1.0663: text property display wrong when 'number' is setv8.1.0663Bram Moolenaar
2018-12-26patch 8.1.0638: text property highlighting is off by one columnv8.1.0638Bram Moolenaar
2018-12-22patch 8.1.0623: iterating through window frames is repeatedv8.1.0623Bram Moolenaar
2018-12-13patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar
2018-11-16patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar
2018-10-02patch 8.1.0450: build failure without the +fold featurev8.1.0450Bram Moolenaar
2018-10-02patch 8.1.0449: when 'rnu' is set folded lines are not displayed correctlyv8.1.0449Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-09-13patch 8.1.0376: compiler warning for uninitialized variablev8.1.0376Bram Moolenaar
2018-09-12patch 8.1.0374: moving the cursor is slow when 'relativenumber' is setv8.1.0374Bram Moolenaar
2018-09-12patch 8.1.0372: screen updating slow when 'cursorline' is setv8.1.0372Bram Moolenaar
2018-09-06patch 8.1.0349: crash when wiping buffer in a callbackv8.1.0349Bram Moolenaar
2018-09-02patch 8.1.0344: 'hlsearch' highlighting has a gap after /$v8.1.0344Bram Moolenaar
2018-08-26patch 8.1.0328: inputlist() doesn't work with a timerv8.1.0328Bram Moolenaar
2018-08-11patch 8.1.0271: 'incsearch' doesn't work for :s, :g or :vv8.1.0271Bram Moolenaar
2018-07-29patch 8.1.0228: dropping files is ignored while Vim is busyv8.1.0228Bram Moolenaar
2018-07-29patch 8.1.0226: too many #ifdefsv8.1.0226Bram Moolenaar
2018-06-28patch 8.1.0126: various problems with 'vartabstop'v8.1.0126Bram Moolenaar
2018-06-25patch 8.1.0116: display problem with 'vartabstop' and 'linebreak'v8.1.0116Bram Moolenaar
2018-06-24patch 8.1.0113: compiler warning for unused variablev8.1.0113Bram Moolenaar
2018-06-23patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar
2018-06-23patch 8.1.0098: segfault when pattern with \z() is very slowv8.1.0098Bram Moolenaar
2018-06-17patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --"v8.1.0064Bram Moolenaar
2018-06-17patch 8.1.0062: popup menu broken if a callback changes the window layoutv8.1.0062Bram Moolenaar
2018-06-16patch 8.1.0058: display problem with margins and scrollingv8.1.0058Bram Moolenaar
2018-06-16patch 8.1.0057: popup menu displayed wrong when using autocmdv8.1.0057Bram Moolenaar