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
/
option.c
Commit message (
Expand
)
Author
Age
*
options: Move option definitions to options.lua
ZyX
2015-07-26
*
options,tui: don't hardcode default terminal size
Felipe Morales
2015-07-21
*
defaults: set 'history' to 10000 by default. #2868
Felipe Morales
2015-07-20
*
Remove POSIX 'cpoptions': cleanup
Michael Reed
2015-07-19
*
Remove VisualNOS highlight group remnants
Michael Reed
2015-07-04
*
Remove 'guipty' references
Michael Reed
2015-07-04
*
defaults: remove "options" in 'sessionoptions'. #2871
Felipe Morales
2015-06-21
*
defaults: prefix "!" to 'viminfo' by default #2870
Felipe Morales
2015-06-21
*
defaults: set 'tabpagemax' to 50 by default. #2869
Felipe Morales
2015-06-21
*
defaults: set 'display' to "lastline" by default.
Felipe Morales
2015-06-21
*
defaults: enable 'hlsearch' by default. #2859
Justin M. Keyes
2015-06-20
*
defaults: enable 'incsearch' by default. #2858
Felipe Morales
2015-06-20
*
defaults: remove "i" from the default 'complete' #2854
Felipe Morales
2015-06-20
*
default: enable 'langnoremap'. #2853
Felipe Morales
2015-06-20
*
defaults: set 'mouse' to 'a' by default. #2860
Felipe Morales
2015-06-20
*
defaults: enable 'autoindent' #2857
Felipe Morales
2015-06-20
*
defaults: enable 'autoread' by default #2856
Felipe Morales
2015-06-20
*
defaults: enable 'smarttab' by default. #2855
Felipe Morales
2015-06-20
*
tui: make termkey use utf-8 mode when &encoding=utf-8 #2469
Björn Linse
2015-06-13
*
Add noinsert and noselect features in completeopt #2564
Shougo Matsushita
2015-06-04
*
getenv: return NULL if empty #2574
Scott Prager
2015-05-29
*
Remove 'octal' from default value for '&nrformats' #2668
Felipe Morales
2015-05-29
*
options: Search upwards for tags file #2670
Felipe Morales
2015-05-19
*
Cleanup 'ttym[ouse]', FEAT_MOUSE, mouse_(dec|gpm|etc.)
Michael Reed
2015-05-18
*
options: Enable &wildmenu, use "list:longest,full" for &wildmode by default #...
Felipe Morales
2015-05-17
*
options: mark nonfunctional &termencoding option as hidden. #2631
Björn Linse
2015-05-17
*
Change 'backspace' default to "indent,eol,start" #2639
Michael Reed
2015-05-15
*
vim-patch:7.4.524 #2559
David Bürgin
2015-05-09
*
Remove char_u: FullName_save()
Mark Bainter
2015-05-06
*
vim-patch:7.4.659 + test
Michael Reed
2015-05-01
*
Remove obsolete vi options #2553
David Bürgin
2015-05-01
*
vim-patch:7.4.711
David Bürgin
2015-04-27
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_iswhite with ascii_iswhite() 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: get_mess_lang()
Mark Bainter
2015-04-18
*
Remove char_u: set_helplang_default()
Mark Bainter
2015-04-18
*
Remove char_u: vim_setenv()
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
*
Add new highlight groups TermCursor/TermCursorNC
Marco Hinz
2015-04-09
*
Enable -Wconversion: fold.c.
Eliseo Martínez
2015-04-07
*
vim-patch:7.4.336 #2299
David Bürgin
2015-04-02
*
vim-patch:7.4.502 #2282
David Bürgin
2015-03-29
*
terminal: New module that implements a terminal emulator
Thiago de Arruda
2015-03-25
*
buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macro
Thiago de Arruda
2015-03-25
*
doc: Remove refs to 'compatible' and friends
Michael Reed
2015-03-24
*
refactor: split some more functions from misc1.c
bobtwinkles
2015-03-24
*
misc2.c: Move emsg* functions to message.c #2152
Michael Reed
2015-03-19
*
ui: Replace cursor_{on,off} by busy_{stop,start}
Thiago de Arruda
2015-03-15
[next]