mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-10 12:03:48 -05:00
Document 'autoread' in feature list (#136)
This commit is contained in:
@@ -31,6 +31,7 @@ mostly `:set` calls.) Here's a taste:
|
|||||||
* `'incsearch'`: Start searching before pressing enter.
|
* `'incsearch'`: Start searching before pressing enter.
|
||||||
* `'listchars'`: Makes `:set list` (visible whitespace) prettier.
|
* `'listchars'`: Makes `:set list` (visible whitespace) prettier.
|
||||||
* `'scrolloff'`: Always show at least one line above/below the cursor.
|
* `'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
|
* `runtime! macros/matchit.vim`: Load the version of matchit.vim that ships
|
||||||
with Vim.
|
with Vim.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user