From e13b0c40364e3fe704f5926eba6fb7129ef45d67 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Thu, 22 Oct 2015 07:26:08 +0900 Subject: [PATCH] Improve doc --- doc/neosnippet.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index df75859..a62fa3d 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -322,11 +322,13 @@ neosnippet#anonymous({snippet}, [{options}]) {snippet} is snippet definition. {options} is snippet option. You can expand snippet definition without defining snippet - trigger. > - + trigger. + Note: You cannot use it in |map-|. It changes the + buffer text. +> inoremap (( \ =neosnippet#anonymous('\left(${1}\right)${0}') - +< ------------------------------------------------------------------------------ FUNCTIONS *neosnippet-functions*