From b3c346c54d5a47067df99a1e238ddcc6065e7401 Mon Sep 17 00:00:00 2001 From: Collin Richards Date: Tue, 13 May 2014 22:53:28 -0400 Subject: [PATCH] Typo in doc Changed two closing li tags to div tags. --- doc/emmet.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/emmet.txt b/doc/emmet.txt index 8af12c0..10023b6 100644 --- a/doc/emmet.txt +++ b/doc/emmet.txt @@ -158,7 +158,7 @@ You should copy this section and create new buffer, paste and write as To jump next point that need to edit, type |n| in insert mode. > *
foo
-
+
< If cursor is at '*', |n| move a cursor into attribute value of div specified id as 'foo'. And type again |n| move a cursor into inner of @@ -169,7 +169,7 @@ You should copy this section and create new buffer, paste and write as To jump previous point that need to edit, type |N| in insert mode. >
foo
-
* +
* < If cursor is at '*', |N| move a cursor into div specified id as 'bar'. And type again |N| move a cursor into attribute value of 'foo'.