branch: externals/valign
commit 70c5c91750555461df882922295036ac40ed235a
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>
* valign.el: Remove obsolete number regexp.
---
valign.el | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/valign.el b/valign.el
index fea1f2d..cf6f517 100644
--- a/valign.el
+++ b/valign.el
@@ -61,20 +61,6 @@ Doesn’t check if we are in a cell."
'right
'left)))))
-;; (if (string-match (rx (seq (* " ")
-;; ;; e.g., “5.”, “5.4”
-;; (or (seq (? (or "-" "+"))
-;; (+ digit)
-;; (? "\\.")
-;; (* digit))
-;; ;; e.g., “.5”
-;; (seq (? (or "-" "+"))
-;; "\\."
-;; (* digit)))
-;; (* " ")))
-;; (buffer-substring p (1- (point))))
-;; 'right 'left)
-
(defun valign--cell-content-config ()
"Return (CELL-BEG CONTENT-BEG CONTENT-END CELL-END).
CELL-BEG is after the left bar, CELL-END is before the right bar.