From 4606cef26078273feb62028b9cf062e99e7cb5c0 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 16 Feb 2007 17:29:43 +0000 Subject: [PATCH] Added note about surround_insert_tail --- doc/surround.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/surround.txt b/doc/surround.txt index 9219708..8dce81d 100644 --- a/doc/surround.txt +++ b/doc/surround.txt @@ -195,6 +195,12 @@ read this one a few times slowly before you understand it. Inputting text replacements is a proof of concept at this point. The ugly, unintuitive interface and the brevity of the documentation reflect this. +Finally, It is possible to always append a string to surroundings in insert +mode (and only insert mode). This is useful with certain plugins and mappings +that allow you to jump to such markings. +> + let g:surround_insert_tail = "<++>" +< ISSUES *surround-issues* Vim could potentially get confused when deleting/changing occurs at the very