From 401cb76a4466b72896a528646e51c95435ce35ff Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 21 Sep 2019 19:10:09 +0200 Subject: surround.vim: Add `s` for GitHub suggestion surrounding Use `s` to wrap text in a GitHub suggestion. Before: Text After: ``` suggestion Text ``` --- plugin/surround.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugin/surround.vim diff --git a/plugin/surround.vim b/plugin/surround.vim new file mode 100644 index 0000000..a3cae55 --- /dev/null +++ b/plugin/surround.vim @@ -0,0 +1,2 @@ +" `s` to wrap in a GitHub suggestion +let g:surround_115 = "``` suggestion\n\r\n```" -- cgit v1.2.3