From: martin f. krafft Date: Thu, 21 Feb 2019 23:11:47 +0000 (+1300) Subject: add surround addon X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/606af4e1abd080c8478925e2f268ce0a4e45c98d add surround addon --- diff --git a/.gitignore.d/vim b/.gitignore.d/vim index cd3ac05..1921715 100644 --- a/.gitignore.d/vim +++ b/.gitignore.d/vim @@ -43,6 +43,7 @@ !/.vim/doc/latex-suite-quickstart.txt.gz !/.vim/doc/latex-suite.txt.gz !/.vim/doc/ledger.txt +!/.vim/doc/surround.txt !/.vim/doc/Tabular.txt !/.vim/doc/vcscommand.txt !/.vim/doc/vimplate.txt @@ -184,6 +185,7 @@ !/.vim/plugin/matchit.vim !/.vim/plugin/remoteOpen.vim !/.vim/plugin/securemodelines.vim +!/.vim/plugin/surround.vim !/.vim/plugin/SyntaxFolds.vim !/.vim/plugin/Tabular.vim !/.vim/plugin/vcsbzr.vim diff --git a/.vim/doc/surround.txt b/.vim/doc/surround.txt new file mode 120000 index 0000000..582f187 --- /dev/null +++ b/.vim/doc/surround.txt @@ -0,0 +1 @@ +/usr/share/vim-scripts/doc/surround.txt \ No newline at end of file diff --git a/.vim/plugin/surround.vim b/.vim/plugin/surround.vim new file mode 120000 index 0000000..60d108f --- /dev/null +++ b/.vim/plugin/surround.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/plugin/surround.vim \ No newline at end of file