vim-auto-save
vim-auto-save copied to clipboard
A Vim plugin which saves files to disk automatically.
Is there any setting that allows me to make it so vim-auto-save only starts autosaves _after_ the file is written (manually using `:w`)? I want this kind of setting because...
I know this is kinda small, but I was wondering if there is a way for vim-auto-save to tell you what time it auto-saved in AM/PM time.
Firstly thanks for the plugin 👍🏽 It would be nice to add installation directions for users who don't have `vundle`. Plus it would be nice for new users to configure...
Hello, I use `InsertLeave` to trigger the autosave function. However, the cursor always stuck when I leave insert mode. Since vim 8 and neovim use `job_start()` and `jobstart()` to run...
Hey, thanks for nice plugin! I have `autocmd` command for auto sourcing my vimrc. And when the plugin is saving file I'm getting my vim unnecessary frozen during sourcing the...
This duplicate entry is added after an **InsertLeave** and after the **user moves the cursor**. ### To reproduce: 1. Enter insert-mode. 2. Type anything. 3. Exit insert mode. * Autosave...
First off - this is a great plugin and always ensures all my buffers are in sync with the disk. However with go files (I use fatih/vim-go plugin), whenever I...
`auto-save.txt` has some unexpected changes. Is this caused by previous updates to `README.md`?
First-off: Great plugin! Auto-saving is a revelation. I've run into a minor annoyance: Let's say I record a macro with `qqAhelloq`. Then, I run the macro 22 times with `22@q`....
Like some log file, I may edit it accidentally, so I don't wanna save it automatically, also git commit, I might wanna drop it instead of saving it.