update packages and add valign
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
;; Copyright 2011-2025 François-Xavier Bois
|
||||
|
||||
;; Package-Version: 20251214.1728
|
||||
;; Package-Revision: 1e7694aee877
|
||||
;; Package-Version: 20260331.1441
|
||||
;; Package-Revision: e93b3fb89fd6
|
||||
;; Author: François-Xavier Bois
|
||||
;; Maintainer: François-Xavier Bois <fxbois@gmail.com>
|
||||
;; Package-Requires: ((emacs "23.1"))
|
||||
;; Package-Requires: ((emacs "24.3.1"))
|
||||
;; URL: https://web-mode.org
|
||||
;; Repository: http://github.com/fxbois/web-mode
|
||||
;; Created: July 2011
|
||||
@@ -8084,7 +8084,7 @@ Also return non-nil if it is the command `self-insert-command' is remapped to."
|
||||
(let ((index 0) overlay diff column line-to line-from line-delta last-line-no)
|
||||
(web-mode-column-hide)
|
||||
(setq web-mode-enable-current-column-highlight t)
|
||||
(save-excursion ;;save-mark-and-excursion
|
||||
(save-mark-and-excursion
|
||||
(back-to-indentation)
|
||||
(setq column (current-column)
|
||||
line-to (web-mode-line-number))
|
||||
@@ -8104,7 +8104,7 @@ Also return non-nil if it is the command `self-insert-command' is remapped to."
|
||||
(when (> line-from 1)
|
||||
(forward-line (1- line-from)))
|
||||
;; Added by JMA
|
||||
(save-excursion ;;save-mark-and-excursion
|
||||
(save-mark-and-excursion
|
||||
(let (start-point end-point)
|
||||
(goto-line line-from)
|
||||
(move-to-column column)
|
||||
|
||||
Reference in New Issue
Block a user