summaryrefslogtreecommitdiff
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1110: composing chars on space wrong when 'listchars' is setv8.1.1110Bram Moolenaar2019-04-041-24/+26
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-6/+0
* patch 8.1.1082: "Conceal" match is mixed up with 'hlsearch' match.v8.1.1082Bram Moolenaar2019-03-301-4/+8
* patch 8.1.1078: when 'listchars' is set a composing char on a space is wrongv8.1.1078Bram Moolenaar2019-03-301-19/+23
* patch 8.1.1073: space in number column is on wrong side with 'rightleft' setv8.1.1073Bram Moolenaar2019-03-291-1/+13
* patch 8.1.1072: extending sign and foldcolumn below the text is confusingv8.1.1072Bram Moolenaar2019-03-291-89/+71
* patch 8.1.1032: warnings from clang static analyzerv8.1.1032Bram Moolenaar2019-03-211-5/+4
* patch 8.1.1001: Visual area not correct when using 'cursorline'v8.1.1001Bram Moolenaar2019-03-091-7/+9
* patch 8.1.0979: compiler warning for unused functionsv8.1.0979Bram Moolenaar2019-02-251-1/+1
* patch 8.1.0975: using STRNCPY() wrongly. Warning for uninitialized variablev8.1.0975Bram Moolenaar2019-02-221-3/+3
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-2/+2
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-4/+0
* patch 8.1.0865: when 'listchars' only contains "nbsp:X" it does not workv8.1.0865Bram Moolenaar2019-01-311-3/+3
* patch 8.1.0849: cursorline highlight is not always updatedv8.1.0849Bram Moolenaar2019-01-301-0/+1
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-17/+5
* patch 8.1.0822: peeking and flushing output slows down executionv8.1.0822Bram Moolenaar2019-01-251-10/+22
* patch 8.1.0812: Unicode 16 feature is not usefulv8.1.0812Bram Moolenaar2019-01-241-36/+5
* patch 8.1.0809: too many #ifdefsv8.1.0809Bram Moolenaar2019-01-241-315/+56
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-1/+9
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-27/+28
* patch 8.1.0768: updating completions may cause the popup menu to flickerv8.1.0768Bram Moolenaar2019-01-171-1/+5
* patch 8.1.0759: showing two characters for tab is limitedv8.1.0759Bram Moolenaar2019-01-161-3/+36
* patch 8.1.0726: redrawing specifically for conceal featurev8.1.0726Bram Moolenaar2019-01-111-49/+0
* patch 8.1.0709: windows are updated for every added/deleted signv8.1.0709Bram Moolenaar2019-01-091-17/+15
* patch 8.1.0708: third argument for redrawWinline() is always FALSEv8.1.0708Bram Moolenaar2019-01-091-16/+1
* patch 8.1.0706: tabline is not always redrawnv8.1.0706Bram Moolenaar2019-01-081-2/+1
* patch 8.1.0700: using "gt" sometimes does not redraw a tabv8.1.0700Bram Moolenaar2019-01-061-0/+3
* patch 8.1.0683: spell highlighting does not always endv8.1.0683Bram Moolenaar2019-01-031-1/+5
* patch 8.1.0676: textprop screendump test failsv8.1.0676Bram Moolenaar2019-01-011-2/+3
* patch 8.1.0674: leaking memory when updating a single linev8.1.0674Bram Moolenaar2019-01-011-4/+0
* patch 8.1.0665: text property display wrong when 'spell' is setv8.1.0665Bram Moolenaar2018-12-311-23/+49
* patch 8.1.0663: text property display wrong when 'number' is setv8.1.0663Bram Moolenaar2018-12-301-2/+2
* patch 8.1.0638: text property highlighting is off by one columnv8.1.0638Bram Moolenaar2018-12-261-66/+72
* patch 8.1.0623: iterating through window frames is repeatedv8.1.0623Bram Moolenaar2018-12-221-1/+1
* patch 8.1.0579: cannot attach properties to textv8.1.0579Bram Moolenaar2018-12-131-1/+103
* patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar2018-11-161-1/+1
* patch 8.1.0450: build failure without the +fold featurev8.1.0450Bram Moolenaar2018-10-021-3/+2
* patch 8.1.0449: when 'rnu' is set folded lines are not displayed correctlyv8.1.0449Bram Moolenaar2018-10-021-5/+12
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-14/+0
* patch 8.1.0376: compiler warning for uninitialized variablev8.1.0376Bram Moolenaar2018-09-131-3/+1
* patch 8.1.0374: moving the cursor is slow when 'relativenumber' is setv8.1.0374Bram Moolenaar2018-09-121-169/+185
* patch 8.1.0372: screen updating slow when 'cursorline' is setv8.1.0372Bram Moolenaar2018-09-121-7/+8
* patch 8.1.0349: crash when wiping buffer in a callbackv8.1.0349Bram Moolenaar2018-09-061-2/+5
* patch 8.1.0344: 'hlsearch' highlighting has a gap after /$v8.1.0344Bram Moolenaar2018-09-021-9/+0
* patch 8.1.0328: inputlist() doesn't work with a timerv8.1.0328Bram Moolenaar2018-08-261-13/+18
* patch 8.1.0271: 'incsearch' doesn't work for :s, :g or :vv8.1.0271Bram Moolenaar2018-08-111-0/+7
* patch 8.1.0228: dropping files is ignored while Vim is busyv8.1.0228Bram Moolenaar2018-07-291-0/+6
* patch 8.1.0226: too many #ifdefsv8.1.0226Bram Moolenaar2018-07-291-4/+1
* patch 8.1.0126: various problems with 'vartabstop'v8.1.0126Bram Moolenaar2018-06-281-4/+9
* patch 8.1.0116: display problem with 'vartabstop' and 'linebreak'v8.1.0116Bram Moolenaar2018-06-251-0/+5