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
*
Merge remote-tracking branch 'upstream/master' into libcallnr
James McCoy
2020-08-08
|
\
|
*
Merge remote-tracking branch 'upstream/master' into fileinfo-garbage
James McCoy
2020-07-31
|
|
\
|
|
*
Merge pull request #12376 from erw7/fix-stack-overflow-on-input-enqueue
Matthieu Coudron
2020-06-08
|
|
|
\
|
|
|
*
[squash] fix comment [skip ci]
erw7
2020-05-26
|
|
|
*
input: fix stack overflow
erw7
2020-05-25
|
|
*
|
vim-patch:8.0.1564: too many #ifdefs
Jan Edmund Lazo
2020-06-04
|
|
*
|
win/TUI: enable mouse on ConEmu and vtpcon without vti
erw7
2020-05-26
|
|
|
/
|
|
*
TUI: block signals on suspend #12180
Kei Kamikawa
2020-04-25
|
|
*
Merge pull request #12047 from erw7/fix-resolve-on-windows
Matthieu Coudron
2020-04-19
|
|
|
\
|
|
|
*
Change to canonicalize only when reparse point in included
erw7
2020-04-02
|
|
|
*
Change resolve() to resolve symbolic links on Windows
erw7
2020-04-02
|
|
*
|
vim-patch:8.1.1567: localtime_r() does not respond to $TZ changes
Jan Edmund Lazo
2020-03-29
|
|
*
|
vim-patch:8.1.1313: warnings for using localtime() and ctime()
Jan Edmund Lazo
2020-03-29
|
|
|
/
|
|
*
pvs/v1048: variable was assigned same value
Jan Edmund Lazo
2020-03-01
|
|
*
env: try find library dir (like /usr[/local]/lib/nvim) and add it to &rtp
Björn Linse
2020-02-07
|
|
*
lint
Justin M. Keyes
2020-02-02
|
|
*
refactor: move various things to os/shell.c
Justin M. Keyes
2020-02-02
|
|
*
shell: "..." instead of "[...]" #11760
Justin M. Keyes
2020-01-25
|
|
*
Remove termtype option
erw7
2020-01-17
|
|
*
Change to replace stderr with conout
erw7
2020-01-17
|
|
*
Add missing include file
erw7
2020-01-17
|
|
*
Change option name from termwintype to termtype
erw7
2020-01-17
|
|
*
Rename from os_win_conpty.{c,h} to pty_conpty_win.{c,h}
erw7
2020-01-17
|
|
*
Add stdin, stdout replacement functions
erw7
2020-01-17
|
|
*
Change enum to a name that follows naming convention
erw7
2020-01-17
|
|
*
Change to use TriState instead of bool
erw7
2020-01-17
|
|
*
Fix function prototype
erw7
2020-01-17
|
|
*
Minor changes in reviewer's point
erw7
2020-01-17
|
|
*
Move ConPTY resize to os_win_conpty.c
erw7
2020-01-17
|
|
*
Change union name from pty_object to object
erw7
2020-01-17
|
|
*
Change to use ConPTY, if available
erw7
2020-01-17
|
|
*
os/env: fix pvs/v781
Jan Edmund Lazo
2019-12-26
|
|
*
Merge remote-tracking branch 'upstream/master' into libcall
James McCoy
2019-12-15
|
|
|
\
|
|
|
*
os_getenvname_at_index: Handle Windows env vars whose name starts with =
James McCoy
2019-12-11
|
|
|
*
Add os_getfullenv_size/os_copyfullenv
James McCoy
2019-12-11
|
|
|
*
jobstart now supports env/clear_env
Matthieu Coudron
2019-12-11
|
|
|
*
TUI: use stdio names instead of magic numbers #11410
erw7
2019-11-17
|
|
|
*
TUI/thread: guard env map from potential race with unibilium #11259
erw7
2019-10-20
|
|
|
*
vim-patch 8.1.0361: remote user not used for completion
erw7
2019-10-14
|
|
|
*
vim-patch 8.1.0084: user name completion does not work on MS-Windows
erw7
2019-10-13
|
|
|
*
Fix potential deadlock #11151
erw7
2019-10-04
|
|
|
*
shell: improve displaying of pulse (#11130)
Daniel Hahler
2019-10-02
|
|
|
*
Revert "win/os_env_exists(): workaround libuv bug #10734"
Daniel Hahler
2019-09-25
|
|
|
*
env: use putenv_s for LC_ALL, LANG, etc. #11050
erw7
2019-09-22
*
|
|
|
libcall: Use "int" for number argument
James McCoy
2020-08-08
|
/
/
/
*
/
/
fs: Ensure FileInfo struct is initialized
James McCoy
2020-07-31
|
/
/
*
/
libcallnr: Use int, not int64_t, as the return type for Vim compat
James McCoy
2019-12-15
|
/
*
refactor: allow us to process a child queue only while waiting on input
Björn Linse
2019-09-08
*
stdpaths_get_xdg_var: consider empty env vars #10953
Daniel Hahler
2019-09-06
*
Log signals handled in deadly_signal (#10939)
Daniel Hahler
2019-09-04
[next]