From 42e3c7561ffba7ecba3ad4add776a587414da442 Mon Sep 17 00:00:00 2001 From: ujihisa Date: Fri, 19 Oct 2012 20:56:03 -0700 Subject: [PATCH] typofix --- doc/neosnippet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 1efef68..1c9696c 100644 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -374,7 +374,7 @@ Alias feature is available. The separator is either ' ' or ','. alias hoge hogera hogehoge < Synchronized placeholder feature is supported. $1 is synchronized to ${1}. -When you jump next, it is synchlonized. $0 is last jump placeholder. +When you jump next, it is synchronized. $0 is last jump placeholder. The placeholder value can't contain new lines. Below snippet is illegal: >