summaryrefslogtreecommitdiff
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.0113: compiler warning for unused variablev8.1.0113Bram Moolenaar2018-06-241-1/+1
* patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar2018-06-231-1/+7
* patch 8.1.0098: segfault when pattern with \z() is very slowv8.1.0098Bram Moolenaar2018-06-231-0/+4
* patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --"v8.1.0064Bram Moolenaar2018-06-171-2/+2
* patch 8.1.0062: popup menu broken if a callback changes the window layoutv8.1.0062Bram Moolenaar2018-06-171-9/+10
* patch 8.1.0058: display problem with margins and scrollingv8.1.0058Bram Moolenaar2018-06-161-9/+17
* patch 8.1.0057: popup menu displayed wrong when using autocmdv8.1.0057Bram Moolenaar2018-06-161-9/+12
* patch 8.1.0020: cannot tell whether a register is executing or recordingv8.1.0020Bram Moolenaar2018-05-221-4/+4
* patch 8.1.0002: :stopinsert changes the message positionv8.1.0002Bram Moolenaar2018-05-191-0/+6
* patch 8.0.1815: crash with terminal window and with 'lazyredraw' setv8.0.1815Bram Moolenaar2018-05-111-7/+15
* patch 8.0.1809: various typosv8.0.1809Bram Moolenaar2018-05-101-1/+1
* patch 8.0.1797: terminal window is redrawn too oftenv8.0.1797Bram Moolenaar2018-05-061-5/+9
* patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong wayv8.0.1768Bram Moolenaar2018-04-271-1/+1
* patch 8.0.1705: when making a vertical split the mode message isn't updatedv8.0.1705Bram Moolenaar2018-04-131-1/+2
* patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar2018-04-101-8/+14
* patch 8.0.1600: crash when setting t_Co to zero when 'termguicolors' is setv8.0.1600Bram Moolenaar2018-03-121-1/+1
* patch 8.0.1574: show cursor in wrong place when using popup menuv8.0.1574Bram Moolenaar2018-03-061-1/+11
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-8/+0
* patch 8.0.1544: when using 'termguicolors' SpellBad doesn't showv8.0.1544Bram Moolenaar2018-02-271-28/+38