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
/
shell.c
Commit message (
Expand
)
Author
Age
*
ui: Replace cursor_{on,off} by busy_{stop,start}
Thiago de Arruda
2015-03-15
*
job: Refactor process spawning and startup arguments
Thiago de Arruda
2015-02-23
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
shell: When executing command, use screen functions to display output
Thiago de Arruda
2015-01-13
*
Revert "[WIP] "abstract_ui" fixes and improvements"
Justin M. Keyes
2015-01-12
*
shell: When executing command, use screen functions to display output
Thiago de Arruda
2015-01-12
*
coverity/74717: FP: NULL Pointer Dereference
Justin M. Keyes
2014-12-23
*
coverity/74718: invalid FUNC_ATTR_NONNULL_ARG
Justin M. Keyes
2014-12-20
*
shell: Fix shell command output
Thiago de Arruda
2014-12-06
*
term: Remove most calls to settmode
Thiago de Arruda
2014-12-02
*
shell: Use job_write_cb for closing stdin
Thiago de Arruda
2014-11-10
*
job/shell: Refactor os_call_shell/os_system to share code
Thiago de Arruda
2014-10-31
*
shell: Rename dyn_buffer_t to DynamicBuffer
Thiago de Arruda
2014-10-31
*
job: Let job_start callers to selectively ignore stdio
Thiago de Arruda
2014-10-31
*
event: Remove direct calls to `uv_run` from job.c/shell.c
Thiago de Arruda
2014-10-21
*
compilation: Add -Wconversion to more files and validate CONV_SOURCES
Thiago de Arruda
2014-10-21
*
rstream: Extract some RStream functionality to RBuffer
Thiago de Arruda
2014-10-18
*
wstream/shell: Fix memory errors caused by os_system
Thiago de Arruda
2014-10-01
*
Remove unused arg 'defer' in 'job_start' #1000
oni-link
2014-07-29
*
os/shell: implement os_system
Nicolas Hillegeer
2014-07-27
*
os/shell: constify arguments
Nicolas Hillegeer
2014-07-27
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
spelling fixes #827
Will Stamper
2014-06-12
*
Add automatic generation of headers
ZyX
2014-06-02
*
Move documentation from function declarations to definitions
ZyX
2014-06-02
*
Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)
Felipe Oliveira Carvalho
2014-05-17
*
Introduce nvim namespace: Fix unmasked strings.h issue.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15