Will get to implement yas/overlay in next version.

This commit is contained in:
Zhang Chiyuan 2008-03-04 15:56:31 +00:00
parent 3a49346865
commit c7c4ba4dc8

View File

@ -174,7 +174,8 @@ have, compare through the start point of the overlay."
(gethash key snippet-table))
(defun yas/current-key ()
"Get the key under current position."
"Get the key under current position. A key is used to find
the template of a snippet in the current snippet-table."
(let ((start (point))
(end (point)))
(save-excursion