From 80b5e2f8cb3155348ad0a96ed3b0924e3f502a7e Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 30 Jun 2013 00:20:44 +0900 Subject: [PATCH] - Fixed example. --- doc/neosnippet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 38c97d2..52f7355 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -369,7 +369,7 @@ Snippet Keywords: This snippet works same as "options head". > snippet if - regexp '^\S*' + regexp '^\s*' if ${1:condition} ${2} endif