From 3fdcf782ab8f2c181b6868b6e9836debc9064541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E9=87=91=E7=AB=A0?= Date: Wed, 29 Mar 2017 08:04:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E9=A2=86Commands=E5=92=8CCommon=20Pro?= =?UTF-8?q?blems=E7=AB=A0=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 311a300..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) | | | @@ -99,12 +99,12 @@ PR: PR的链接 | [Map CapsLock to Control](https://github.com/mhinz/vim-galore#map-capslock-to-control) | | | | [Easter eggs](https://github.com/mhinz/vim-galore#easter-eggs) | | | | [Why hjkl for navigation?](https://github.com/mhinz/vim-galore#why-hjkl-for-navigation) | | | -| [Common problems](https://github.com/mhinz/vim-galore#common-problems-1) | | | -| [Editing small files is slow](https://github.com/mhinz/vim-galore#editing-small-files-is-slow) | | | -| [Editing huge files is slow](https://github.com/mhinz/vim-galore#editing-huge-files-is-slow) | | | -| [Bracketed paste (or why do I have to set 'paste' all the time?)](https://github.com/mhinz/vim-galore#bracketed-paste-or-why-do-i-have-to-set-paste-all-the-time) | | | -| [Delays when using escape key in terminal](https://github.com/mhinz/vim-galore#delays-when-using-escape-key-in-terminal) | | | -| [Function search undo](https://github.com/mhinz/vim-galore#function-search-undo) | | | +| [Common problems](https://github.com/mhinz/vim-galore#common-problems-1) | hotleave | | +| [Editing small files is slow](https://github.com/mhinz/vim-galore#editing-small-files-is-slow) | hotleave | | +| [Editing huge files is slow](https://github.com/mhinz/vim-galore#editing-huge-files-is-slow) | hotleave | | +| [Bracketed paste (or why do I have to set 'paste' all the time?)](https://github.com/mhinz/vim-galore#bracketed-paste-or-why-do-i-have-to-set-paste-all-the-time) | hotleave | | +| [Delays when using escape key in terminal](https://github.com/mhinz/vim-galore#delays-when-using-escape-key-in-terminal) | hotleave | | +| [Function search undo](https://github.com/mhinz/vim-galore#function-search-undo) | hotleave | | | [Technical quirks](https://github.com/mhinz/vim-galore#technical-quirks-1) | | | | [Newline used for NUL](https://github.com/mhinz/vim-galore#newline-used-for-nul) | | | | [List of colorschemes](https://github.com/mhinz/vim-galore#list-of-colorschemes-1) | | |