From f7f35cefd783281f516b4dc4d54f677c6d6a9286 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 4 Nov 2016 13:06:23 +0100 Subject: [PATCH] Plugins: add committia to VCS plugins --- README.md | 2 +- contents/plugins.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9504a5f..df3022b 100644 --- a/README.md +++ b/README.md @@ -1532,7 +1532,7 @@ moment you realize that the last time you saved But not all hope is lost! When editing a file, Vim creates a swap file that contains unsaved changes. Try it for yourself, open any file and get the current -swap file by using `:swapname`. You can also disable swap file by putting `:set +swap file by using `:swapname`. You can also disable swap files by putting `:set noswapfile` in your vimrc. By default, the swap file is created in the same directory as the edited file diff --git a/contents/plugins.md b/contents/plugins.md index 315a47d..4f334fb 100644 --- a/contents/plugins.md +++ b/contents/plugins.md @@ -119,6 +119,7 @@ Also see [fuzzy finders](#fuzzy-finders). #### Version control - [agit](https://github.com/cohama/agit.vim) +- [committia](rhysd/committia.vim) - [fugitive](https://github.com/tpope/vim-fugitive) - [gist-vim](https://github.com/mattn/gist-vim) - [gitgutter](https://github.com/airblade/vim-gitgutter)