From e57222db3b3236782dc33b7cdbb648528b7377d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20K=C3=B6ch?= Date: Sun, 2 Apr 2017 05:20:42 +0100 Subject: [PATCH] Document 'autoread' in feature list (#136) --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index a31bc57..8b4736d 100644 --- a/README.markdown +++ b/README.markdown @@ -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.