From 239f760b07f4644d1648c06bc73e39df0344bc53 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 26 Mar 2013 20:39:37 -0400 Subject: Replace nerdcommenter with vim-commentary --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 526c0e20..912ff471 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,9 +13,6 @@ [submodule "bundle/vim-fugitive"] path = bundle/vim-fugitive url = https://github.com/tpope/vim-fugitive.git -[submodule "bundle/nerdcommenter"] - path = bundle/nerdcommenter - url = https://github.com/ddollar/nerdcommenter.git [submodule "bundle/nerdtree"] path = bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git @@ -70,3 +67,6 @@ [submodule "bundle/paredit.vim"] path = bundle/paredit.vim url = https://github.com/vim-scripts/paredit.vim.git +[submodule "bundle/vim-commentary"] + path = bundle/vim-commentary + url = https://github.com/tpope/vim-commentary.git -- cgit 1.4.1 IRC client
summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Expand)Author
2018-08-04Handle /nick and /quitJune McEnroe
2018-08-04Track own nickJune McEnroe
2018-08-04Word all status messages in presentJune McEnroe
2018-08-03Handle inputJune McEnroe
2018-08-03Track own usernameJune McEnroe
2018-08-03Use a wide pad for the topicJune McEnroe
2018-08-03Ignore NOTICEs not sent to the channelJune McEnroe
2018-08-03Handle KICK and NICKJune McEnroe
2018-08-03Continue on EINTR from pollJune McEnroe
2018-08-03Handle ACTIONsJune McEnroe
2018-08-03Use more octal char literalsJune McEnroe
2018-08-03Send a WHO in response to NAMES to get usernamesJune McEnroe
2018-08-03Colorize nicks and channelsJune McEnroe
2018-08-03Add support for mIRC colorsJune McEnroe
2018-08-03Handle bold, italic, underlineJune McEnroe
2018-08-03Add prift function for "prefix shift"June McEnroe
2018-08-03Link with -lcurseswJune McEnroe
2018-08-02Use libtls "compat" ciphersJune McEnroe
2018-08-02Add UI and handle some kinds of server messagesJune McEnroe
2018-08-02Add chroot.tar targetJune McEnroe