- Improved documentation.
This commit is contained in:
@@ -808,7 +808,8 @@ function! s:eval_snippet(snippet_text)"{{{
|
||||
endif
|
||||
let prev_match = matchend(a:snippet_text,
|
||||
\ '\\\@<!`.\{-}\\\@<!`', match)
|
||||
let snip_word .= eval(a:snippet_text[match+1 : prev_match - 2])
|
||||
sandbox let snip_word .= eval(
|
||||
\ a:snippet_text[match+1 : prev_match - 2])
|
||||
|
||||
let match = match(a:snippet_text, '\\\@<!`.\{-}\\\@<!`', prev_match)
|
||||
endwhile
|
||||
|
||||
Reference in New Issue
Block a user