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
/
message.c
Commit message (
Expand
)
Author
Age
*
messages: redraw after resize in pager
Björn Linse
2019-09-08
*
refactor: allow us to process a child queue only while waiting on input
Björn Linse
2019-09-08
*
messages: fix crashes with scrollback
Björn Linse
2019-09-06
*
messages: fix missing MsgArea highlighting on/after "-- more --" message
Björn Linse
2019-09-06
*
messages: fix cut lines in scrollback upon overflow
Björn Linse
2019-09-06
*
screen: redrawdebug=nothrottle
Björn Linse
2019-09-06
*
only check got_int with ex_echo
Daniel Hahler
2019-09-04
*
Check got_int in msg_multiline_attr
Daniel Hahler
2019-09-04
*
screen: initialize screen properly with early `set display-=msgsep`
Björn Linse
2019-09-02
*
screen: add some documentation of internals of msg_grid implementation
Björn Linse
2019-09-01
*
screen: use dedicated message grid
Björn Linse
2019-09-01
*
events: loop_schedule() is unclear, rename it loop_schedule_fast()
Björn Linse
2019-08-31
*
emsg_multiline: log Vim errors (#10778)
Daniel Hahler
2019-08-15
*
utf8_to_utf16: align with libuv
Justin M. Keyes
2019-08-15
*
Merge #10098 'win: fix msg_puts_printf()'
Justin M. Keyes
2019-08-12
|
\
|
*
Remove USE_MCH_ERRMSG
erw7
2019-06-09
|
*
Change mch_errmsg and mch_msg from macro to function
erw7
2019-06-09
|
*
Fix garbled problem with msg_puts_printf on Windows
erw7
2019-06-09
*
|
cleanup: remove mch_fopen in favor of os_fopen
Justin M. Keyes
2019-07-25
*
|
PVS/V781: suppress false positive #10516
Ihor Antonov
2019-07-16
*
|
messages: fix crash with msg_advance when using ext_messages
Björn Linse
2019-06-16
*
|
messages: support shortmess-=S in ext_messages
Björn Linse
2019-06-16
|
/
*
msg_puts_attr_len: check default_grid.chars if headless
Björn Linse
2019-06-03
*
Fix screenchar() problem in headless mode
erw7
2019-06-03
*
Make sure msg_clear is sent after confirm message (#10065)
Ville Hakulinen
2019-06-02
*
[RDY] Fix wildmode=list,full and display+=msgsep interaction (#10103)
Jit
2019-06-02
*
vim-patch:8.1.0020: cannot tell whether a register is executing or recording
Jan Edmund Lazo
2019-05-26
*
Merge #10059 from jerdna-regeiz/vim-8.1.0614
Justin M. Keyes
2019-05-26
|
\
|
*
lint
Andrej Zieger
2019-05-26
*
|
UI/cmdline: check if redraw is needed after K_EVENT, K_COMMAND #9804
Jit
2019-05-26
|
/
*
lint
Justin M. Keyes
2019-05-25
*
vim-patch:8.0.1496: VIM_CLEAR()
Justin M. Keyes
2019-05-25
*
UI/ext_messages: learn more message kinds
Justin M. Keyes
2019-05-11
*
PVS/V781: "maxlen" variable checked after use
Justin M. Keyes
2019-05-06
*
verb_msg: remove char_u
Justin M. Keyes
2019-04-29
*
vim-patch:8.1.0135: undo message delays screen update for CTRL-O u
Jan Edmund Lazo
2019-04-04
*
vim-patch:8.0.0709: libvterm cannot use vsnprintf()
Jan Edmund Lazo
2019-04-04
*
Merge pull request #6619 from bfredl/floating
Björn Linse
2019-03-02
|
\
|
*
floats: implement floating windows
Björn Linse
2019-03-02
*
|
cleanup: remove legacy `enc_dbcs` global #9660
Justin M. Keyes
2019-03-02
|
/
*
ui: implement ext_messages
Björn Linse
2019-02-10
*
screen: cleanup allocation, clearing and validation
Björn Linse
2019-02-07
*
screen: simplify scrolling code
Björn Linse
2019-02-07
*
multigrid: reset win scrolling after swap message
Björn Linse
2019-02-02
*
vim-patch:8.1.0759: showing two characters for tab is limited
Marco Hinz
2019-01-26
*
linter: fix issues
Marco Hinz
2019-01-26
*
options: make 'fillchars'/'listchars' local to window
Marco Hinz
2019-01-26
*
cleanup: reduce some duplicate code, avoid function pointers for a condition
Björn Linse
2019-01-23
*
ex_echo: reuse code from message.c to show arg to user
Alexandre Dubray
2019-01-22
*
message.c: add msg_echo_attr functions, use it for lua error messages
Alexandre Dubray
2019-01-22
[next]