diff options
author | smihica <smihica@gmail.com> | 2013-09-10 19:05:04 +0900 |
---|---|---|
committer | smihica <smihica@gmail.com> | 2013-09-10 19:05:04 +0900 |
commit | 241dd10f305016bacac7b61190ddb0c102eba64d (patch) | |
tree | 4ebe3f13a0b4865482f522287a8a4f90d155d46e /src/comments.el | |
parent | 3c1de0e8d144ac8a2162efee4c4dde5ce3dede21 (diff) | |
download | emmet-mode-241dd10f305016bacac7b61190ddb0c102eba64d.tar.lz emmet-mode-241dd10f305016bacac7b61190ddb0c102eba64d.tar.xz emmet-mode-241dd10f305016bacac7b61190ddb0c102eba64d.zip |
Fixed a bug that the cursor doesn't move after expanding without preview.
Diffstat (limited to 'src/comments.el')
-rw-r--r-- | src/comments.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comments.el b/src/comments.el index f53f9d4..fec9d65 100644 --- a/src/comments.el +++ b/src/comments.el @@ -3,10 +3,10 @@ ;; Copyright (C) 2013- Shin Aoyama ;; Copyright (C) 2009-2012 Chris Done -;; Version: 1.0.2 +;; Version: 1.0.3 ;; Author: Shin Aoyama <smihica@gmail.com> ;; URL: https://github.com/smihica/emmet -;; Last-Updated: 2013-06-23 Sun +;; Last-Updated: 2013-09-10 Tue ;; Keywords: convenience ;; This file is free software; you can redistribute it and/or modify |