index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
screen.c
Commit message (
Expand
)
Author
Age
*
buffer: add support for virtual text annotations
Björn Linse
2018-09-17
*
style: indent, then lint
Justin M. Keyes
2018-09-13
*
vim-patch:8.1.0374: moving the cursor is slow when 'relativenumber' is set
Justin M. Keyes
2018-09-13
*
vim-patch:8.0.1161
rpigott
2018-09-13
*
vim-patch:8.1.0372: screen updating slow when 'cursorline' is set (#8986)
Justin M. Keyes
2018-09-12
*
UI/cleanup: Remove most redraw_later_clear() calls
Justin M. Keyes
2018-09-12
*
vim-patch:8.0.1809: various typos
Jan Edmund Lazo
2018-09-11
*
Merge pull request #8945 from ZviRackover/fix-7401-step5
Björn Linse
2018-09-11
|
\
|
*
lint: clean-up after parent commits
ZviRackover
2018-09-09
|
*
Remove has_mbytes local to lines changed in parent commit
ZviRackover
2018-09-09
|
*
Refactor: Remove occurences of mb_char2bytes
ZviRackover
2018-09-09
*
|
Merge pull request #8915 from rickyz/line_wrapping
Björn Linse
2018-09-09
|
\
\
|
|
/
|
/
|
|
*
tui: Hint wrapped lines to terminals.
Ricky Zhou
2018-09-03
*
|
Merge #8921 'highlight: Fix after-EOL matches at cursor'
Justin M. Keyes
2018-09-04
|
\
\
|
|
/
|
/
|
|
*
vim-patch:8.1.0344: 'hlsearch' highlighting has a gap after /$
Ricky Zhou
2018-09-03
|
/
*
lint: clean-up after parent commits
ZviRackover
2018-08-31
*
Remove has_mbytes from lines local to parent commit
ZviRackover
2018-08-31
*
Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_len
ZviRackover
2018-08-31
*
Merge #8863 'refactor: Remove mb_head_off() '
Justin M. Keyes
2018-08-28
|
\
|
*
Remove has_mbyte from lines near changes in parent commit
ZviRackover
2018-08-16
|
*
Remove occurences of mb_head_off
ZviRackover
2018-08-15
*
|
Merge #8903 from janlazo/vim-8.0.0883
Justin M. Keyes
2018-08-26
|
\
\
|
*
|
vim-patch:8.0.1228: invalid memory access in GUI test
Jan Edmund Lazo
2018-08-24
*
|
|
vim-patch:8.0.1214: accessing freed memory when EXITFREE is set
Jan Edmund Lazo
2018-08-25
|
/
/
*
|
lint
Jan Edmund Lazo
2018-08-23
*
|
vim-patch:8.0.1041: bogus characters when indenting during visual-block append
Jan Edmund Lazo
2018-08-23
|
/
*
Merge #8829 from ZviRackover/fix-7401-step2
Justin M. Keyes
2018-08-15
|
\
|
*
lint: clean up after parent commit
ZviRackover
2018-08-14
|
*
Remove occurrences of 'has_mbyte' near lines changes by parent commit
ZviRackover
2018-08-13
|
*
Remove all occurrences of mb_off2cells
ZviRackover
2018-08-13
*
|
Merge pull request #8790 from bfredl/hlattr
Björn Linse
2018-08-14
|
\
\
|
*
|
highlight: HlAttrs is a value type; treat it like such
Björn Linse
2018-08-13
|
|
/
*
/
vim-patch:8.1.0057: popup menu displayed wrong when using autocmd
Jason Felice
2018-08-09
|
/
*
vim-patch:8.0.1705: when making a vertical split the mode message isn't updated
Jan Edmund Lazo
2018-08-06
*
vim-patch:8.0.1169: highlignting one char too many with 'list' and 'cul'
Jan Edmund Lazo
2018-08-06
*
vim-patch:8.0.1168: wrong highlighting with combination of match and 'cursorl...
Jan Edmund Lazo
2018-08-06
*
Merge #8749 from janlazo/clint-tristate
Justin M. Keyes
2018-08-04
|
\
|
*
misc: refactor plines_win{,_nofill}()
Jan Edmund Lazo
2018-08-02
|
*
fold: add const to hasFoldingWin() variables
Jan Edmund Lazo
2018-08-02
|
*
screen: screen_cleared is TriState
Jan Edmund Lazo
2018-08-01
*
|
syntax: add const to get_syntax_attr() params
Jan Edmund Lazo
2018-07-30
|
/
*
screen: add const and reindent update_debug_signs()
Jan Edmund Lazo
2018-07-27
*
vim-patch:8.0.0837: signs can be drawn on top of console messages
Jan Edmund Lazo
2018-07-27
*
screen.c: add update_window_hl to special redrawing entrypoints
Björn Linse
2018-07-27
*
screen.c: fix redrawing tabline when messages overflow screen
Björn Linse
2018-07-24
*
ui: use line-based rather than char-based updates in screen.c
Björn Linse
2018-07-21
*
ui: add TODO for non-working terminal linewrap
Björn Linse
2018-07-21
*
highlight: refactor to use stateful representation
Björn Linse
2018-07-21
*
highlight: extract low-level highlight logic from syntax, ui
Björn Linse
2018-07-21
*
screen: truncate showmode messages
Björn Linse
2018-07-12
[next]