From f4ad2304f7e99b1744408d1080996eb165d485f7 Mon Sep 17 00:00:00 2001 From: Wang Shidong Date: Wed, 29 Mar 2017 11:34:37 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72f5291..4a74b01 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -81,10 +81,10 @@ PR: PR的链接 | [Smarter cursorline](https://github.com/mhinz/vim-galore#smarter-cursorline) | 星星丶S1nG | | | [Faster keyword completion](https://github.com/mhinz/vim-galore#faster-keyword-completion) | 星星丶S1nG | | | [Cosmetic changes to colorschemes](https://github.com/mhinz/vim-galore#cosmetic-changes-to-colorschemes) | 星星丶S1nG | | -| [Commands](https://github.com/mhinz/vim-galore#commands-1) | | | -| [:global and :vglobal](https://github.com/mhinz/vim-galore#global-and-vglobal) - Execute a command on all matching lines. | | | -| [:normal and :execute](https://github.com/mhinz/vim-galore#normal-and-execute) - The scripting dream team. | | | -| [:redir](https://github.com/mhinz/vim-galore#redir) - Redirect messages. | | | +| [Commands](https://github.com/mhinz/vim-galore#commands-1) | hotleave | | +| [:global and :vglobal](https://github.com/mhinz/vim-galore#global-and-vglobal) - Execute a command on all matching lines. | hotleave | | +| [:normal and :execute](https://github.com/mhinz/vim-galore#normal-and-execute) - The scripting dream team. | hotleave | | +| [:redir](https://github.com/mhinz/vim-galore#redir) - Redirect messages. | hotleave | | | [Debugging](https://github.com/mhinz/vim-galore#debugging-1) | | | | [General tips](https://github.com/mhinz/vim-galore#general-tips) | | | | [Verbosity](https://github.com/mhinz/vim-galore#verbosity) | | |