Add infobar option to disable the message line

Fixes #257
This commit is contained in:
Zachary Yedidia
2016-08-31 11:16:22 -04:00
parent 3105205ab8
commit b70db77c29
7 changed files with 31 additions and 8 deletions

View File

@@ -31,6 +31,11 @@ Here are the options that you can set:
default value: ` `
* `infobar`: enables the line at the bottom of the editor where messages are printed.
This option is `global only`.
default value: `on`
* `filetype`: sets the filetype for the current buffer. This setting is `local only`
default value: this will be automatically set depending on the file you have open