branch: externals/valign
commit 828aebbae4f1cbb667508fbd29ee9308bb086f20
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>

    * valign.el (valign--beginning-of-line): Fix.
---
 valign.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/valign.el b/valign.el
index 15ba961..643d852 100644
--- a/valign.el
+++ b/valign.el
@@ -308,6 +308,9 @@ otherwise."
           (search-backward "\n")
           (beginning-of-line))
       (search-failed nil))
+    (unless (looking-at "[ \t]*|")
+      (forward-line 1)
+      (beginning-of-line))
     (point)))
 
 (defun valign--end-of-table ()

Reply via email to