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
/
os
Commit message (
Expand
)
Author
Age
*
fix(pty_process_win/wait_eof_timer_cb): also check for proc->out.did_eof
zeertzjq
2022-03-02
*
refactor(lua): cleanup and docs for threads
bfredl
2022-02-26
*
feat(lua): add proper support of luv threads
erw7
2022-02-26
*
vim-patch:8.2.0942: expanding to local dir after homedir keeps "~/"
zeertzjq
2022-02-07
*
fix(input): never escape CSI bytes
zeertzjq
2022-01-21
*
Merge pull request #16617 from pekdon/forkpty
James McCoy
2021-12-16
|
\
|
*
fix: add forkpty for SunOS variants
Claes Nästén
2021-12-12
*
|
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
|
refactor(misc1): move shell related functions to os/shell.c
Björn Linse
2021-12-10
*
|
refactor(misc1): move user related code to os/users.c
Björn Linse
2021-12-10
*
|
Merge pull request #16597 from bfredl/nomisc1
Björn Linse
2021-12-10
|
\
\
|
|
/
|
/
|
|
*
refactor(misc1): move line_breakcheck family of functions to os/input.c
Björn Linse
2021-12-09
*
|
fix: don't use cfsetspeed, use i and o variants
Claes Nästén
2021-12-07
*
|
fix: don't include pty.h on SunOS
Claes Nästén
2021-12-07
*
|
fix: define NAME_MAX from _XOPEN_NAME_MAX
Claes Nästén
2021-12-06
|
/
*
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
refactor: reduce number of explicit char casts (#16077)
dundargoc
2021-11-16
*
vim-patch:8.1.0779: argument for message functions is inconsistent
James McCoy
2021-11-01
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
refactor: uncrustify #16090
dundargoc
2021-10-29
*
refactor: format header files with uncrustify #15877
dundargoc
2021-10-09
*
fix(tui): remove dead code #15929
erw7
2021-10-06
*
refactor: remove redundant char casts #15888
dundargoc
2021-10-04
*
Refactor/uncrustify (#15790)
dundargoc
2021-09-29
*
fix(tui): remove obsolete $NVIM detection #15791
erw7
2021-09-26
*
refactor: format with uncrustify #15778
dundargoc
2021-09-25
*
refactor: reformat with uncrustify #15736
dundargoc
2021-09-20
*
refactor: format files with uncrustify #15663
dundargoc
2021-09-14
*
refactor(map): remove extra-allocating map_new/map_free functions
Björn Linse
2021-08-22
*
chore: use codespell to spell check #15016
dundargoc
2021-07-07
*
coverity/331377: os_fopen: Remove invalid iflags assert
James McCoy
2021-05-06
*
coverity/331399: Remove unused "term_name" member from PtyProcess
James McCoy
2021-05-06
*
vim-patch:8.1.2313: debugging where a delay comes from is not easy
Jan Edmund Lazo
2021-04-15
*
Add more info to debug messages
James McCoy
2021-04-08
*
os/win: fix build failure
Jan Edmund Lazo
2021-03-31
*
Change QUEUE_FOREACH macro to use while instead of for
erw7
2021-03-30
*
vim-patch:8.1.0989: various small code ugliness
Jan Edmund Lazo
2021-03-29
*
vim-patch:8.1.2326: cannot parse a date/time string
Jan Edmund Lazo
2021-03-27
*
state: throttle batched event processing when input is available
Björn Linse
2021-03-08
*
fix(pty): Always use $TERM from the job's env dict
James McCoy
2021-02-06
*
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
fix(pty_proc/macOS): Properly set the environment for the child
James McCoy
2021-01-31
*
Pass environment on to pty processes on Windows
James McCoy
2021-01-31
*
Common handling of required/ignored env vars
James McCoy
2021-01-31
*
Use dict_T to pass env vars to process spawning code
James McCoy
2021-01-31
*
logging: move to XDG_CACHE_HOME (#13739)
Michael Lingelbach
2021-01-13
*
Use uv_os_homedir and current directory as backup when $HOME is not set (#13657)
ffanzhang
2021-01-10
*
input: consider "-- more --" state to be blocking, fixes #11899
Björn Linse
2021-01-04
*
fix: Include auto/config.h before HAVE_* preprocessor checks
James McCoy
2020-12-15
[next]