aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* bufhl: some style cleanupBjörn Linse2017-06-24
* screen.c: fix lintBjörn Linse2017-06-14
* screen.c: make more highlights window specificBjörn Linse2017-06-14
* ui: cleanup UI_CALL wrappersBjörn Linse2017-05-10
* api: use generated events for popupmenu and tablineBjörn Linse2017-05-10
* options: allow different highlights in windowsBjörn Linse2017-05-08
* api/ext_tabline: `curtab` should be a Tabpage handle.Justin M. Keyes2017-04-28
* api/ext_tabline: List of Dicts.Justin M. Keyes2017-04-26
* api/ui: externalize tablineJustin M. Keyes2017-04-26
* api/ui: externalize tablineDongdong Zhou2017-04-26
* Merge #6550 from ZyX-I/pvs-check-commentJustin M. Keyes2017-04-20
|\
| * *: Add comment to all C filesZyX2017-04-19
* | vim-patch:7.4.2152James McCoy2017-04-19
|/
* *: Fix linter errorsZyX2017-04-16
* screen: Remove another portion of has_mbyte/friends-checking stuffZyX2017-04-16
* screen: Remove unneeded conditionZyX2017-04-16
* screen: Silence NULL dereference false positiveZyX2017-04-16
* screen: Silence “buffer underflow” warningZyX2017-04-16
* screen: Remove unneeded checkZyX2017-04-16
* refactor: pos_T macros to functions (#6496)Felipe Oliveira Carvalho2017-04-11
* 'listchars': `Whitespace` highlight group #6367Yichao Zhou2017-04-03
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* highlight: :match should override 'list' (#6343)Yichao Zhou2017-03-26
* vim-patch:8.0.0159Justin M. Keyes2017-03-22
* vim-patch:8.0.0049Justin M. Keyes2017-03-22
* Merge #6148 from delftswa2017/clang-scan-fix-dead-storesJustin M. Keyes2017-02-28
|\
| * screen.c: remove dead codeSander Bosma2017-02-20
| * screen.c: account for translated string lengthJente Hidskes2017-02-20
* | terminal: 'scrollback'Justin M. Keyes2017-02-26
|/
* *: Fix linter errorsZyX2017-02-15
* *: Partial string handling refactoringZyX2017-02-15
* vim-patch:8.0.0275Justin M. Keyes2017-02-06
* vim-patch:8.0.0274Justin M. Keyes2017-02-04
* vim-patch:7.4.2099 (#5951)Shougo2017-01-15
* Merge pull request #5613 from jamessan/vim-7.4.2183James McCoy2017-01-01
|\
| * lintJames McCoy2016-12-28
| * vim-patch:7.4.2201Chris Lucas2016-12-28
* | vim-patch:7.4.1834 (#5854)Shougo2017-01-01
|/
* vim-patch:8.0.0040Michael Ennen2016-12-07
* vim-patch:8.0.0033Michael Ennen2016-12-06
* vim-patch:7.4.2269Michael Ennen2016-12-06
* vim-patch:7.4.2217Michael Ennen2016-12-06
* Merge pull request #5674 from brcolow/vim-7.4.1723James McCoy2016-12-01
|\
| * vim-patch:7.4.1723Michael Ennen2016-11-26
* | Merge pull request #5665 from brcolow/vim-7.4.1711James McCoy2016-12-01
|\ \ | |/ |/|
| * vim-patch:7.4.1711Michael Ennen2016-11-25
* | vim-patch:7.4.1696Shougo Matsushita2016-11-24
|/
* encoding: delete non-UTF-8 implementations of multibyte functionsBjörn Linse2016-11-05
* encoding: cleanup mbyte.c given fixed encoding=utf-8Björn Linse2016-11-05
* vim-patch:7.4.2109 (#5518)Michael Ennen2016-10-25