From bcb0a3170fdbb09fcceb46c2931d38b919f42fdb Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 24 Feb 2016 09:24:11 +0100 Subject: vim-addon-manager: Install NERD-commenter --- .vim/doc/NERD_commenter.txt | 1 + .vim/doc/tags | 48 ++++++++++++++++++++++++++++++++++++++++++ .vim/plugin/NERD_commenter.vim | 1 + 3 files changed, 50 insertions(+) create mode 120000 .vim/doc/NERD_commenter.txt create mode 120000 .vim/plugin/NERD_commenter.vim diff --git a/.vim/doc/NERD_commenter.txt b/.vim/doc/NERD_commenter.txt new file mode 120000 index 0000000..e012df6 --- /dev/null +++ b/.vim/doc/NERD_commenter.txt @@ -0,0 +1 @@ +/usr/share/vim-scripts/doc/NERD_commenter.txt \ No newline at end of file diff --git a/.vim/doc/tags b/.vim/doc/tags index 1bf0421..e7ad633 100644 --- a/.vim/doc/tags +++ b/.vim/doc/tags @@ -1,3 +1,17 @@ +'NERDAllowAnyVisualDelims' NERD_commenter.txt /*'NERDAllowAnyVisualDelims'* +'NERDBlockComIgnoreEmpty' NERD_commenter.txt /*'NERDBlockComIgnoreEmpty'* +'NERDCommentWholeLinesInVMode' NERD_commenter.txt /*'NERDCommentWholeLinesInVMode'* +'NERDCompactSexyComs' NERD_commenter.txt /*'NERDCompactSexyComs'* +'NERDCreateDefaultMappings' NERD_commenter.txt /*'NERDCreateDefaultMappings'* +'NERDDefaultNesting' NERD_commenter.txt /*'NERDDefaultNesting'* +'NERDLPlace' NERD_commenter.txt /*'NERDLPlace'* +'NERDMenuMode' NERD_commenter.txt /*'NERDMenuMode'* +'NERDRPlace' NERD_commenter.txt /*'NERDRPlace'* +'NERDRemoveAltComs' NERD_commenter.txt /*'NERDRemoveAltComs'* +'NERDRemoveExtraSpaces' NERD_commenter.txt /*'NERDRemoveExtraSpaces'* +'NERDSpaceDelims' NERD_commenter.txt /*'NERDSpaceDelims'* +'NERDUsePlaceHolders' NERD_commenter.txt /*'NERDUsePlaceHolders'* +'loaded_nerd_comments' NERD_commenter.txt /*'loaded_nerd_comments'* Alph latexhelp.txt.gz /*Alph* Alt-B latex-suite.txt.gz /*Alt-B* Alt-C latex-suite.txt.gz /*Alt-C* @@ -12,6 +26,40 @@ Imap_PlaceHolderStart latex-suite.txt.gz /*Imap_PlaceHolderStart* Imap_StickyPlaceHolders latex-suite.txt.gz /*Imap_StickyPlaceHolders* Imap_UsePlaceHolders latex-suite.txt.gz /*Imap_UsePlaceHolders* LaTeX latexhelp.txt.gz /*LaTeX* +NERDComAbout NERD_commenter.txt /*NERDComAbout* +NERDComAlignedComment NERD_commenter.txt /*NERDComAlignedComment* +NERDComAltDelim NERD_commenter.txt /*NERDComAltDelim* +NERDComAppendComment NERD_commenter.txt /*NERDComAppendComment* +NERDComChangelog NERD_commenter.txt /*NERDComChangelog* +NERDComComment NERD_commenter.txt /*NERDComComment* +NERDComCredits NERD_commenter.txt /*NERDComCredits* +NERDComDefaultDelims NERD_commenter.txt /*NERDComDefaultDelims* +NERDComEOLComment NERD_commenter.txt /*NERDComEOLComment* +NERDComFunctionality NERD_commenter.txt /*NERDComFunctionality* +NERDComFunctionalityDetails NERD_commenter.txt /*NERDComFunctionalityDetails* +NERDComFunctionalitySummary NERD_commenter.txt /*NERDComFunctionalitySummary* +NERDComHeuristics NERD_commenter.txt /*NERDComHeuristics* +NERDComInsertComment NERD_commenter.txt /*NERDComInsertComment* +NERDComInstallation NERD_commenter.txt /*NERDComInstallation* +NERDComInvertComment NERD_commenter.txt /*NERDComInvertComment* +NERDComIssues NERD_commenter.txt /*NERDComIssues* +NERDComLicense NERD_commenter.txt /*NERDComLicense* +NERDComMappings NERD_commenter.txt /*NERDComMappings* +NERDComMinimalComment NERD_commenter.txt /*NERDComMinimalComment* +NERDComNERDComment NERD_commenter.txt /*NERDComNERDComment* +NERDComNestedComment NERD_commenter.txt /*NERDComNestedComment* +NERDComNesting NERD_commenter.txt /*NERDComNesting* +NERDComOptions NERD_commenter.txt /*NERDComOptions* +NERDComOptionsDetails NERD_commenter.txt /*NERDComOptionsDetails* +NERDComOptionsSummary NERD_commenter.txt /*NERDComOptionsSummary* +NERDComSexyComment NERD_commenter.txt /*NERDComSexyComment* +NERDComSexyComments NERD_commenter.txt /*NERDComSexyComments* +NERDComToggleComment NERD_commenter.txt /*NERDComToggleComment* +NERDComUncommentLine NERD_commenter.txt /*NERDComUncommentLine* +NERDComYankComment NERD_commenter.txt /*NERDComYankComment* +NERDCommenter NERD_commenter.txt /*NERDCommenter* +NERDCommenterContents NERD_commenter.txt /*NERDCommenterContents* +NERD_commenter.txt NERD_commenter.txt /*NERD_commenter.txt* Plug_IMAP_DeleteAndJumBack latex-suite.txt.gz /*Plug_IMAP_DeleteAndJumBack* Plug_IMAP_DeleteAndJumpForward latex-suite.txt.gz /*Plug_IMAP_DeleteAndJumpForward* Plug_IMAP_JumpBack latex-suite.txt.gz /*Plug_IMAP_JumpBack* diff --git a/.vim/plugin/NERD_commenter.vim b/.vim/plugin/NERD_commenter.vim new file mode 120000 index 0000000..32c03a1 --- /dev/null +++ b/.vim/plugin/NERD_commenter.vim @@ -0,0 +1 @@ +/usr/share/vim-scripts/plugin/NERD_commenter.vim \ No newline at end of file -- cgit v0.12