defaults: set 'display' to "lastline" by default.

Re: https://github.com/neovim/neovim/issues/2676
This commit is contained in:
Felipe Morales
2015-06-20 14:17:26 -03:00
committed by Justin M. Keyes
parent 7e7d78b2a6
commit 2c40d117e6
3 changed files with 4 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ these differences.
- 'autoindent' is set by default.
- 'backspace' defaults to "indent,eol,start"
- 'complete' doesn't include "i"
- 'display' defaults to "lastline"
- 'encoding' defaults to "utf-8"
- 'formatoptions' defaults to "tcqj"
- 'hlsearch' is set by default