branch: externals/rec-mode
commit e20b7dddd0277fa99c5484d95d840139a51ff9d4
Author: Jose E. Marchesi <[email protected]>
Commit: Antoine Kalmbach <[email protected]>
rec-mode: don't hide continuation lines in editing modes after editing a
field.
---
etc/rec-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/etc/rec-mode.el b/etc/rec-mode.el
index 3c4df7f..1bd62e9 100644
--- a/etc/rec-mode.el
+++ b/etc/rec-mode.el
@@ -1703,7 +1703,8 @@ will be used for fields of any type."
name
value))
(goto-char prev-pointer)
- (rec-hide-continuation-line-markers))))
+ (unless rec-editing
+ (rec-hide-continuation-line-markers)))))
(defun rec-beginning-of-field ()
"Goto to the beginning of the current field"