Document 'autoread' in feature list (#136)

This commit is contained in:
Paulo Köch
2017-04-02 05:20:42 +01:00
committed by Tim Pope
parent 4b75359218
commit e57222db3b

View File

@@ -31,6 +31,7 @@ mostly `:set` calls.) Here's a taste:
* `'incsearch'`: Start searching before pressing enter.
* `'listchars'`: Makes `:set list` (visible whitespace) prettier.
* `'scrolloff'`: Always show at least one line above/below the cursor.
* `'autoread'`: Autoload file changes. You can undo by pressing `u`.
* `runtime! macros/matchit.vim`: Load the version of matchit.vim that ships
with Vim.