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*