Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:7.4.793 | Johan Klokkhammer Helsing | 2015-10-18 |
| | | | | | | | Problem: Can't specify when not to ring the bell. Solution: Add the 'belloff' option. (Christian Brabandt) https://github.com/vim/vim/commit/165bc69d1b7f70ca9d5b657f35d0584ecb7b5183 | ||
* | 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 |
| | |||
* | defaults: revert wildmode to 'full' | Felipe Morales | 2015-09-26 |
| | |||
* | 'keywordprg': support ex commands | Justin M. Keyes | 2015-09-23 |
| | | | | | | - new feature: if the first character of 'keywordprg' is ":", the command is invoked as a Vim ex-command prefixed with [count]. - change default 'keywordprg' to :Man | ||
* | build: remove USEMAN_S | Justin M. Keyes | 2015-09-23 |
| | |||
* | options: unify undolevels default | Jakob Schnitzer | 2015-09-17 |
| | | | | | Considering Nvim's supported platforms, having a different default for (!Unix and !Windows) doesn't seem very useful. | ||
* | Windows: restore 'shell', 'shellcmdflags' defaults. #3256 | Rui Abreu Ferreira | 2015-08-28 |
| | | | | | - On Windows the default shell is cmd.exe and the shell flag is /c - vim-patch:0 | ||
* | defaults: set 'laststatus' to 2. #2876 | Felipe Morales | 2015-08-24 |
| | |||
* | defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872 | Felipe Morales | 2015-08-22 |
| | | | | Re: https://github.com/neovim/neovim/issues/2676 | ||
* | options: Move option definitions to options.lua | ZyX | 2015-07-26 |