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
*
Merge #6110 'refactor: Move vim_*printf to strings.c'.
Justin M. Keyes
2017-02-17
|
\
|
*
message,strings: Move vim_*printf functions to strings.c
ZyX
2017-02-14
*
|
Merge #6114 'Partial string handling refactoring'.
Justin M. Keyes
2017-02-17
|
\
\
|
|
/
|
/
|
|
*
*: Fix linter errors
ZyX
2017-02-15
|
*
*: Partial string handling refactoring
ZyX
2017-02-15
|
/
*
eval: Add id() function and make printf("%p") return something useful (#6095)
Nikolai Aleksandrovich Pavlov
2017-02-11
*
execute: Correctly capture output with highlight attributes
James McCoy
2017-02-01
*
coverity/133853: Out-of-bounds access
Justin M. Keyes
2017-01-23
*
vim-patch:7.4.2049
lonerover
2017-01-19
*
lint
James McCoy
2017-01-10
*
vim-patch:7.4.2008
James McCoy
2017-01-10
*
vim-patch:7.4.1876 (#5848)
lonerover
2016-12-31
*
vim-patch:7.4.1735
Michael Ennen
2016-11-29
*
shell_write_cb: Schedule error message. (#5670)
Justin M. Keyes
2016-11-26
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
ex_messages: remove 'Messages maintainer' (#5160)
Anmol Sethi
2016-08-04
*
eval.c: rename capture() to execute() (#5132)
Justin M. Keyes
2016-07-31
*
Merge #4697 'capture() function'.
Justin M. Keyes
2016-06-20
|
\
|
*
Port capture() function
Shougo Matsushita
2016-05-27
*
|
ops.c: enable -Wconversion warning
Charles Joachim
2016-05-30
|
/
*
cmdline: Redraw the cmdline after processing events
Björn Linse
2016-05-24
*
msg_puts_printf: remove char_u
Justin M. Keyes
2016-05-17
*
Merge pull request #4639 from brcolow/vim-7.4.1347
Justin M. Keyes
2016-05-10
|
\
|
*
vim-patch: 7.4.1347
Michael Ennen
2016-04-24
*
|
*: Fix new linter errors
ZyX
2016-05-01
|
/
*
*: Make set_vim_var_\* functions have proper argument types
ZyX
2016-04-18
*
message: Remove useless emsg* functions, leaving only emsgf
ZyX
2016-04-18
*
eval/decode: Make sure that error messages do not cause overflow
ZyX
2016-04-18
*
eval/encode: Fix invalid UTF-8 strings handling:
ZyX
2016-04-18
*
vim-patch:7.4.722
Jurica Bradaric
2016-01-24
*
Fix lint issues
Jason Schulz
2016-01-15
*
Add support for binary numbers
Jason Schulz
2016-01-15
*
src/*: Remove `VIM - Vi improved ...` header
Michael Reed
2015-11-27
*
Remove unnecessary includes for errno.h
Rui Abreu Ferreira
2015-11-25
*
src: README.txt -> README.md
Michael Reed
2015-11-23
*
vim-patch:7.4.793
Johan Klokkhammer Helsing
2015-10-18
*
Macro cleanup: FEAT_GUI and ALWAYS_USE_GUI
Hettomei
2015-07-17
*
getenv: return NULL if empty #2574
Scott Prager
2015-05-29
*
Remove char_u: message:smsg_attr()
Michael Reed
2015-05-13
*
Remove char_u: message:smsg()
Michael Reed
2015-05-13
*
Fix warnings: Support '%zu' in vim_snprintf(): Add support.
Eliseo Martínez
2015-05-01
*
Support '%zu' in vim_snprintf(): Cleanup.
Eliseo Martínez
2015-05-01
*
vim-patch:7.4.712
David Bürgin
2015-04-27
*
vim-patch:7.4.553 #2513
David Bürgin
2015-04-25
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_iswhite with ascii_iswhite() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
misc2.c: Move emsg* functions to message.c #2152
Michael Reed
2015-03-19
*
ui: Replace cursor_{on,off} by busy_{stop,start}
Thiago de Arruda
2015-03-15
*
Macro cleanup: USE_ON_FLY_SCROLL
Michael Reed
2015-03-05
[next]