branch: externals/phps-mode
commit ffda8f1b5c6a2aa9b3ad4d0852e7135253497e63
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    Added TODO item
---
 phps-mode-indent.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/phps-mode-indent.el b/phps-mode-indent.el
index 7b1d452cd7..5d7cfdc58e 100644
--- a/phps-mode-indent.el
+++ b/phps-mode-indent.el
@@ -194,6 +194,8 @@
                  (1+ move-length)))))
           (goto-char point)
 
+          ;; TODO Need to fix issue were indentation differs if you are at the 
start or end of current line
+
           (if previous-line-is-empty-p
               (indent-line-to
                (phps-mode-indent--string-indentation

Reply via email to