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
/
main.c
Commit message (
Expand
)
Author
Age
*
startup: always wait for UI with --embed, unless --headless also is supplied
Björn Linse
2018-09-22
*
replace fallthrough comment with macro
Jan Edmund Lazo
2018-09-21
*
vim-patch:8.0.1215: newer gcc warns for implicit fallthrough
Jan Edmund Lazo
2018-09-20
*
startup: wait for embedder before executing startup commands and files
Björn Linse
2018-09-18
*
loop_close: Drain thread_events (#8990)
Justin M. Keyes
2018-09-16
*
lint
Jan Edmund Lazo
2018-09-06
*
main: advance in edit_buffers() is bool
Jan Edmund Lazo
2018-09-06
*
window: refactor boolean variables in win_close()
Jan Edmund Lazo
2018-09-06
*
vim-patch:8.0.1792: MS-Windows users expect -? to work like --help
Jan Edmund Lazo
2018-09-04
*
vim-patch:8.0.1404: invalid memory access on exit
Jan Edmund Lazo
2018-08-24
*
ui: use line-based rather than char-based updates in screen.c
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
*
main: fix FALLTHROUGH hints (#8623)
John Dallahan
2018-06-22
*
*: Replace b_changedtick with new always-inline functions
ZyX
2018-06-22
*
startup: delete empty stdin buffer if other files were opened
Justin M. Keyes
2018-06-18
*
startup: go to buffer 2 if stdin is empty
Justin M. Keyes
2018-06-18
*
startup: fix -E/-Es without `-u NONE`
Justin M. Keyes
2018-06-17
*
Ex mode: use getexline() instead of getexmodeline()
Justin M. Keyes
2018-06-17
*
doc: job/channel, misc #7783
Justin M. Keyes
2018-06-11
*
cleanup, test interactive -E
Justin M. Keyes
2018-06-04
*
win/startup: remove --literal
Justin M. Keyes
2018-06-04
*
startup: allow explicit "-" file arg with --headless
Justin M. Keyes
2018-06-04
*
startup: fix -es/-Es so they are actually silent
Justin M. Keyes
2018-06-04
*
startup: silent-mode is not `full_screen`
Justin M. Keyes
2018-06-04
*
lint
Justin M. Keyes
2018-06-04
*
startup: stdin-text with -E, -Es (improved Ex-mode)
Justin M. Keyes
2018-06-04
*
startup: stdin-text with file args
Justin M. Keyes
2018-06-04
*
startup: stdin as text instead of commands
Justin M. Keyes
2018-06-04
*
main.c: remove check_tty(), delayed warning
Justin M. Keyes
2018-06-04
*
lint
Justin M. Keyes
2018-06-04
*
main.c: remove useless call
Justin M. Keyes
2018-05-18
*
do not pass NULL to os_getenv
Justin M. Keyes
2018-05-18
*
Merge #8276 'startup: Make -s - read from stdin'
Justin M. Keyes
2018-04-17
|
\
|
*
win: Fix reading from stdin
b-r-o-c-k
2018-04-14
|
*
Merge branch 'master' into s-dash-stdin
b-r-o-c-k
2018-04-14
|
|
\
|
*
\
Merge branch 'master' into s-dash-stdin
ZyX
2017-12-03
|
|
\
\
|
*
|
|
main: Translate full -s error message, not part of it
ZyX
2017-03-19
|
*
|
|
fileio,main: Do not restart syscall at EAGAIN when reading for -s
ZyX
2017-03-19
|
*
|
|
getchar: Use fileio instead of fdopen
ZyX
2017-03-19
|
*
|
|
main: Temporary fix assertion error
ZyX
2017-03-19
|
*
|
|
main: Make `-s -` read from stdin
ZyX
2017-03-19
*
|
|
|
startup: ignore -X
Justin M. Keyes
2018-04-16
|
|
_
|
/
|
/
|
|
*
|
|
lint
Justin M. Keyes
2018-04-11
*
|
|
server: introduce --listen, deprecate $NVIM_LISTEN_ADDRESS
Justin M. Keyes
2018-04-11
*
|
|
cleanup: remove main_start_gui()
Justin M. Keyes
2018-04-11
*
|
|
build/msvc: Add missing WIN32 macro
b-r-o-c-k
2018-03-04
*
|
|
build/msvc: Fix standard IO file number definitions
b-r-o-c-k
2018-02-28
*
|
|
exit: annotate FUNC_ATTR_NORETURN functions #7954 (#7954)
Justin M. Keyes
2018-02-07
*
|
|
Fix warning about variable length array.
George Zhao
2018-01-18
[next]