Function: evil-ex-current-line
evil-ex-current-line is a byte-compiled function defined in
evil-ex.el.
Signature
(evil-ex-current-line)
Documentation
Return the line number of the current line.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-ex.el
(defun evil-ex-current-line ()
"Return the line number of the current line."
(line-number-at-pos))