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
*
option: Add `//` to the end of default `&directory`
ZyX
2015-10-23
*
option: Remove new trailing spaces
ZyX
2015-10-23
*
option: Do not add unneeded path separator, protect against zero len
ZyX
2015-10-23
*
option: Move macros to functions, use PATHSEP in place of /
ZyX
2015-10-23
*
documentation: Update documentation
ZyX
2015-10-23
*
option: Use proper printexpr
ZyX
2015-10-23
*
option: Remove some memory leaks
ZyX
2015-10-23
*
stdpaths: Export get_xdg function (renamed) and use it for runtimepath
ZyX
2015-10-23
*
stdpaths: Rename export functions so that they have common prefix
ZyX
2015-10-23
*
option: Append with escaped commas
ZyX
2015-10-23
*
option: Prepare for all environment variables being NULL.
ZyX
2015-10-23
*
option: Move all data directories after all config directories
ZyX
2015-10-23
*
option: Add /site subdirectory to data directories
ZyX
2015-10-23
*
option: Use different default value for &runtimepath
ZyX
2015-10-23
*
option,main: Partial support of XDG base directory specification
Keerthan Jaic
2015-10-23
*
vim-patch:7.4.793
Johan Klokkhammer Helsing
2015-10-18
*
shada: Fix memory leak and double free when setting both &vi and &sd
ZyX
2015-10-08
*
*: Fix lint errors found in new code in previously ignored files
ZyX
2015-10-08
*
Deprecate &viminfo and :[rw]v, add &shada and :[rw]sh
ZyX
2015-10-08
*
Replace references to viminfo in various places
ZyX
2015-10-08
*
encoding: simplify handling of encoding in TUI
Björn Linse
2015-09-08
*
encoding: don't allow changing encoding after startup scripts
Björn Linse
2015-09-08
*
vim-patch:7.4.602
oni-link
2015-09-06
*
fixup: appease clint
Felipe Morales
2015-09-04
*
Remove instances of TRUE/FALSE macro
Steven Oliver
2015-09-04
*
clipboard: avoid clipboard during :global. #2809
Felipe Morales
2015-08-30
*
defaults: set 'laststatus' to 2. #2876
Felipe Morales
2015-08-24
*
defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872
Felipe Morales
2015-08-22
*
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
[next]