vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit d6ef00d09c6fc0a7a6f7c2d7023c193cd10d715a
parent 9fd7a756b110714e1085c0bbeaa75be4bcb3e788
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Oct 2023 11:30:07 -0700

Ignore autoload/plug.vim.old

When upgrading vim-plug, the previous version is copied to plug.vim.old;
ignore this along with vim-plug itself.

Diffstat:
M.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,5 +1,6 @@ # vim-plug autoload/plug.vim +autoload/plug.vim.old plugged # vundle