autosave.vim

vim plugin to autosave buffer when leaving cursor idle
Index Commits Files Refs README LICENSE
commit e6bd03eac705ebcb82de4bdc9ab3be43d6de1f05
parent fc402124126f2c20712c54e365b2de412cf52abf
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Sat, 29 Apr 2023 13:10:25 -0300

Update README.md

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -35,7 +35,7 @@ Plug 'mjkloeckner/autosave.vim'
   You can change the default wait time to trigger CursorHold with:
 
   ```vim
-  set updatetime = 1000 " set updatetime to 1 s (the default is 4 seconds)
+  set updatetime = 1000 " set updatetime to 1 second (the default is 4)
   ```
 
   Note that a very low value may impact Vim performance.