From 29b1b6d38deef86577dbac7b1148da83a2ff3ec1 Mon Sep 17 00:00:00 2001 From: AmaiSaeta Date: Wed, 7 Nov 2012 00:44:05 +0900 Subject: [PATCH] Fixed a typo in 'SNIPPET SYNTAX' section of the help. --- doc/neosnippet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 doc/neosnippet.txt diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt old mode 100644 new mode 100755 index 003161d..003651f --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -419,7 +419,7 @@ Snippet Keywords: `strftime("%d %b %Y")` < - + head This snippet expands on the beginnign of a line only. + + head This snippet expands on the beginning of a line only. Note: This is the same as "prev_word '^'" which is still there for backwards compatibility.