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
*
Merge pull request #3651 from mhinz/remove-nvimrc-refs
Justin M. Keyes
2015-11-11
|
\
|
*
Remove all invalid nvimrc and ngvimrc references
Marco Hinz
2015-11-11
*
|
Be more explicit about the lack of X11 integration
Michael Reed
2015-11-10
|
/
*
Fix 'exrc' option
Ovidiu Curcan
2015-10-29
*
main: Start modeling Nvim as pushdown automaton
Thiago de Arruda
2015-10-26
*
main: Extract `normal_check` from `main_loop`
Thiago de Arruda
2015-10-26
*
main: Check init.vim files also in other XDG directories
ZyX
2015-10-24
*
*: Fix linter errors
ZyX
2015-10-23
*
main,version: Remove USR_EXRC_FILE*
ZyX
2015-10-23
*
main,os/env: Fix lint errors
ZyX
2015-10-23
*
documentation: Update documentation
ZyX
2015-10-23
*
shada: Move shada file to a new location
ZyX
2015-10-23
*
stdpaths,main: Remove all remaining memory leaks
ZyX
2015-10-23
*
stdpaths: Rename export functions so that they have common prefix
ZyX
2015-10-23
*
option,main: Partial support of XDG base directory specification
Keerthan Jaic
2015-10-23
*
*: Fix lint errors found in new code in previously ignored files
ZyX
2015-10-08
*
shada: Translate errors and add error codes
ZyX
2015-10-08
*
main: Silence -Wunused-result in main.c for shada_read_file
ZyX
2015-10-08
*
Replace references to viminfo in various places
ZyX
2015-10-08
*
main: Read marks at startup
ZyX
2015-10-08
*
viminfo: First version of ShaDa file dumping
ZyX
2015-10-08
*
encoding: don't allow changing encoding after startup scripts
Björn Linse
2015-09-08
*
log: Make logging thread-safe
Thiago de Arruda
2015-09-06
*
Remove instances of TRUE/FALSE macro
Steven Oliver
2015-09-04
*
main: Initialize event loop before command_line_scan
Thiago de Arruda
2015-08-21
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
Source provider at start if &cb is set #3025
Marco Hinz
2015-07-20
*
job: Replace by a better process abstraction layer
Thiago de Arruda
2015-07-17
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
os/fs: Use module-local uv_loop_t instance
Thiago de Arruda
2015-07-01
*
Passing by: Remove X_LOCALE refs
Michael Reed
2015-05-30
*
main.c:mainerr(): Namespace messages
Michael Reed
2015-05-30
*
main.c: Simplify error string management
Michael Reed
2015-05-30
*
getenv: return NULL if empty #2574
Scott Prager
2015-05-29
*
input: rename input_{start,stop}_stdin()
Justin M. Keyes
2015-05-27
*
input: stream_set_blocking(): libuv impl
Justin M. Keyes
2015-05-27
*
input: set input stream to blocking on exit
Justin M. Keyes
2015-05-27
*
Remove `-T` command-line option
Michael Reed
2015-05-18
*
`nvim --help` text: Unify with manpages
Michael Reed
2015-05-13
*
main.c: Make '-v' synonymous with '--version'
Michael Reed
2015-05-13
*
Remove char_u: Review
Michael Reed
2015-05-13
*
Remove char_u: main:use_vimrc
Michael Reed
2015-05-13
*
Remove char_u: main:process_env()
Michael Reed
2015-05-13
*
Remove char_u: ex_docmd:do_cmdline_cmd()
Michael Reed
2015-05-13
*
refactor: remove USR_VIMRC_FILE4 #2580
Yamakaky
2015-05-07
*
Remove char_u: concat_fnames()
Mark Bainter
2015-05-06
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Refactor get_env() to respect const qualifier
Mark Bainter
2015-04-18
*
Remove char_u: vim_getenv()
Mark Bainter
2015-04-17
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
[next]