aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* treesitter: cleanup some luahl stuffBjörn Linse2020-02-10
* treesitter: use internal "decorations" bufferBjörn Linse2020-02-10
* Merge pull request #11755 from bfredl/qf_msgBjörn Linse2020-01-26
|\
| * screen: add missing redraws after a messageBjörn Linse2020-01-26
* | vim-patch:8.1.2245: third character of 'listchars' tab shows in wrong placeJan Edmund Lazo2020-01-24
* | vim-patch:8.2.0146: wrong indent when 'showbreak' and 'breakindent' are setJan Edmund Lazo2020-01-23
|/
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20
* Merge pull request #11715 from teto/fix_fillcharMatthieu Coudron2020-01-20
|\
| * fillchars: fix display on closed foldMatthieu Coudron2020-01-14
* | vim-patch:8.1.2031: cursor position wrong when resizing and using concealJan Edmund Lazo2020-01-19
* | extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16
|/
* screen: fix pvs/v1048Jan Edmund Lazo2019-12-29
* vim-patch:8.0.1491: the minimum width of the popup menu is hard codedJan Edmund Lazo2019-12-29
* fillchars: adding foldopen, foldsep, foldcloseMatthieu Coudron2019-12-25
* tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse2019-12-22
* win_line: Fix crash with 'rightleft' in :terminal #11460erw72019-11-28
* doc: fix typosBrian Wignall2019-11-27
* vim-patch:8.1.1922: in diff mode global operations can be very slowJan Edmund Lazo2019-11-16
* vim-patch:8.1.2120: some MB_ macros are more complicated than necessaryJan Edmund Lazo2019-10-06
* win_line: update `w_last_cursorline` alwaysDaniel Hahler2019-10-04
* Fix redraw regression with w_p_cole in visual modeDaniel Hahler2019-10-02
* screen: missing redraw/highlight for ruler in message areaBjörn Linse2019-09-22
* vim-patch:8.1.2060: "precedes" in 'listchars' not used properlyJustin M. Keyes2019-09-21
* Fix "precedes" listchar behavior in wrap modeZach Wegner2019-09-21
* screen: fix vcol counting with virtual text. Fixes #9941Björn Linse2019-09-21
* win_update: fix redraw regression (#11027)Daniel Hahler2019-09-18
* screen: redrawdebug=nothrottleBjörn Linse2019-09-06
* vim-patch:8.0.1768: SET_NO_HLSEARCH() used in a wrong wayJan Edmund Lazo2019-09-02
* screen: initialize screen properly with early `set display-=msgsep`Björn Linse2019-09-02
* screen: add some documentation of internals of msg_grid implementationBjörn Linse2019-09-01
* screen: use dedicated message gridBjörn Linse2019-09-01
* compositor: handle invalid screen positions after resize gracefullyBjörn Linse2019-08-14
* clang/"Argument with 'nonnull' attribute passed null" #10739Ihor Antonov2019-08-11
* vim-patch:8.1.1458: crash when using gtags #10704Jan Edmund Lazo2019-08-10
* clang/"dead assignment": screen.c #10702Ihor Antonov2019-08-06
* clang/"dead assignments" #10620Bartosz Miera2019-07-29
* vim-patch:8.1.1747: unused variables #10605Jan Edmund Lazo2019-07-26
* PVS/V768: do use enum as bool #10582Ihor Antonov2019-07-25
* vim-patch:8.1.0706: introduce :redrawtabline #10570Jan Edmund Lazo2019-07-22
* move: assert nonnull wp pointerJan Edmund Lazo2019-07-20
* Merge pull request #10541 from bfredl/conversion_getlnBjörn Linse2019-07-19
|\
| * refactor: use int for Columns and RowsBjörn Linse2019-07-19
* | lintIhor Antonov2019-07-19
* | pvs/V560: A part of conditional expression is always trueIhor Antonov2019-07-19
* | pvs/V560: A part of conditional expression is always trueIhor Antonov2019-07-19
|/
* vim-patch:8.1.0623: iterating through window frames is repeatedJan Edmund Lazo2019-07-15
* PVS/V1028: cast operands, not the result #10498Ihor Antonov2019-07-16
* PVS/V547: expression is always false #10511Ihor Antonov2019-07-15
* Merge pull request #10090 from bfredl/floatpopupBjörn Linse2019-07-07
|\
| * api/window: add style="minimal" flag to nvim_open_win()Björn Linse2019-07-07