From 606af4e1abd080c8478925e2f268ce0a4e45c98d Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 22 Feb 2019 12:11:47 +1300 Subject: [PATCH] add surround addon --- .gitignore.d/vim | 2 ++ .vim/doc/surround.txt | 1 + .vim/plugin/surround.vim | 1 + 3 files changed, 4 insertions(+) create mode 120000 .vim/doc/surround.txt create mode 120000 .vim/plugin/surround.vim 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 -- 2.39.2