]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add surround addon
authormartin f. krafft <madduck@madduck.net>
Thu, 21 Feb 2019 23:11:47 +0000 (12:11 +1300)
committermartin f. krafft <madduck@madduck.net>
Sun, 24 Feb 2019 21:32:06 +0000 (22:32 +0100)
.gitignore.d/vim
.vim/doc/surround.txt [new symlink]
.vim/plugin/surround.vim [new symlink]

index cd3ac057728e4ed1f686887186057828fc486bbc..1921715e79d03051cfa80b20896608ba99ef3134 100644 (file)
@@ -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
 !/.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 (symlink)
index 0000000..582f187
--- /dev/null
@@ -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 (symlink)
index 0000000..60d108f
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim-scripts/plugin/surround.vim
\ No newline at end of file