aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
Commit message (Expand)AuthorAge
* encoding: cleanup defaults of iskeyword, isprint and fileencodingsBjörn Linse2016-01-02
* encoding: Always use "utf-8" as default for &encodingBjörn Linse2016-01-02
* Merge pull request #3836 from sethjackson/set-init-3Justin M. Keyes2015-12-13
|\
| * Windows: Remove broken check for WIN3264.Seth Jackson2015-12-12
* | Merge #3443 'vim-patch:7.4.{785,795,898}'Justin M. Keyes2015-12-13
|\ \ | |/ |/|
| * vim-patch:7.4.795Johan Klokkhammer Helsing2015-11-22
| * vim-patch:7.4.785Johan Klokkhammer Helsing2015-11-22
* | Merge pull request #3753 from watiko/vim-7.4.790Justin M. Keyes2015-12-12
|\ \
| * | Make clint status validwatiko2015-12-12
| * | Fix the memory leakingwatiko2015-12-12
| * | Revert char to char_uwatiko2015-12-12
| * | Improve coding stylewatiko2015-12-06
| * | Use vim_snprintf instead of sprintfwatiko2015-11-28
| * | Improve coding stylewatiko2015-11-28
| * | Improve coding stylewatiko2015-11-28
| * | vim-patch:7.4.789watiko2015-11-28
| * | vim-patch:7.4.787watiko2015-11-28
| * | vim-patch:7.4.786watiko2015-11-28
* | | src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
|/ /
* | Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* | src: README.txt -> README.mdMichael Reed2015-11-23
|/
* option: Add current directory to &backupdir optionZyX2015-10-29
* option: Fix strange condition in add_dir functionZyX2015-10-26
* option: Fix typos that may lead to SEGV in some casesZyX2015-10-26
* option: Use memcnt for counting commasZyX2015-10-23
* option: Silence “may be used unitialized” errorsZyX2015-10-23
* option: Add `//` to the end of default `&directory`ZyX2015-10-23
* option: Remove new trailing spacesZyX2015-10-23
* option: Do not add unneeded path separator, protect against zero lenZyX2015-10-23
* option: Move macros to functions, use PATHSEP in place of /ZyX2015-10-23
* documentation: Update documentationZyX2015-10-23
* option: Use proper printexprZyX2015-10-23
* option: Remove some memory leaksZyX2015-10-23
* stdpaths: Export get_xdg function (renamed) and use it for runtimepathZyX2015-10-23
* stdpaths: Rename export functions so that they have common prefixZyX2015-10-23
* option: Append with escaped commasZyX2015-10-23
* option: Prepare for all environment variables being NULL.ZyX2015-10-23
* option: Move all data directories after all config directoriesZyX2015-10-23
* option: Add /site subdirectory to data directoriesZyX2015-10-23
* option: Use different default value for &runtimepathZyX2015-10-23
* option,main: Partial support of XDG base directory specificationKeerthan Jaic2015-10-23
* vim-patch:7.4.793Johan Klokkhammer Helsing2015-10-18
* shada: Fix memory leak and double free when setting both &vi and &sdZyX2015-10-08
* *: Fix lint errors found in new code in previously ignored filesZyX2015-10-08
* Deprecate &viminfo and :[rw]v, add &shada and :[rw]shZyX2015-10-08
* Replace references to viminfo in various placesZyX2015-10-08
* encoding: simplify handling of encoding in TUIBjörn Linse2015-09-08
* encoding: don't allow changing encoding after startup scriptsBjörn Linse2015-09-08
* vim-patch:7.4.602oni-link2015-09-06
* fixup: appease clintFelipe Morales2015-09-04