From 9ee58065fef1c2c644223d6655325cefbe20f85e Mon Sep 17 00:00:00 2001 From: Matthieu Crapet Date: Sun, 28 Aug 2016 20:45:47 +0200 Subject: [PATCH] Add vim plugin link in Wrap With Some Room til v2: respect 80 characters limit --- vim/wrap-with-some-room.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vim/wrap-with-some-room.md b/vim/wrap-with-some-room.md index d479b23..eb41f78 100644 --- a/vim/wrap-with-some-room.md +++ b/vim/wrap-with-some-room.md @@ -1,8 +1,9 @@ # Wrap With Some Room -The surround.vim plugin allows you to wrap text objects with various -surrounding characters (e.g. `( )`, `{ }`, `" "`). If you have a visual -selection on `1 2 3 4 5` and type `S]` you will get: +The [surround.vim](https://github.com/tpope/vim-surround) plugin allows +you to wrap text objects with various surrounding characters +(e.g. `( )`, `{ }`, `" "`). +If you have a visual selection on `1 2 3 4 5` and type `S]` you will get: ``` [1 2 3 4 5]