aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* Merge #7939 "fix crash: 'spell' and long lines"Justin M. Keyes2018-02-11
|\
| * screen.c: resolve neovim issue #7937Michael Brailsford2018-02-07
* | ui/tui: highlighting refactorBjörn Linse2018-02-11
|/
* vim-patch:8.0.0380: with 'linebreak' double wide char wraps badlyckelsel2018-01-14
* :terminal : fix crash on resize (#7547)Justin M. Keyes2017-11-13
* Merge #7173 'api/ui: externalize cmdline'Justin M. Keyes2017-10-29
|\
| * ext_cmdline: implement redraw!Björn Linse2017-10-26
* | test: :terminal + numberwidth=9Justin M. Keyes2017-10-28
* | terminal: Account for number column (#5310)Sam Wilson2017-10-27
|/
* syntax: 'cursorline': revert priority change (#7400)Justin M. Keyes2017-10-16
* syntax: 'cursorline': low priority #6380Justin M. Keyes2017-10-07
* syntax: 'cursorcolumn', 'colorcolumn': low priority #6380Justin M. Keyes2017-10-07
* terminal.c: need maketitle() in terminal-modeJustin M. Keyes2017-09-09
* doc: screen_resize(): remove mention of "mustset"Justin M. Keyes2017-08-14
* ui: disable 'lazyredraw' during ui_refresh.Justin M. Keyes2017-08-14
* vim-patch:8.0.0235Justin M. Keyes2017-08-12
* vim-patch:8.0.0524Justin M. Keyes2017-08-12
* vim-patch:8.0.0518Justin M. Keyes2017-08-12
* vim-patch:8.0.0290 vim-patch:8.0.0394Justin M. Keyes2017-08-12
* vim-patch:8.0.0126Justin M. Keyes2017-08-12
* vim-patch:8.0.0090 fix breakindent bugJustin M. Keyes2017-08-12
* win_redr_status(): skip if wildmenu is showingJustin M. Keyes2017-08-05
* vim-patch:8.0.0069ckelsel2017-07-23
* Merge #6816 'TUI improvements'Justin M. Keyes2017-07-07
|\
| * lintJustin M. Keyes2017-07-07
| * tui: Remove the iTerm2 corner case.Jonathan de Boyne Pollard2017-06-04
| * screen: Correct commentary.Jonathan de Boyne Pollard2017-06-03
* | 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