File: evil-command-window.el.html

This provides an implementation of the Vim command-line window for editing and repeating past Ex commands and searches.

Defined variables (7)

evil--command-window-promptThe key for the command that opened the command-line window (:, /, or ?).
evil-command-window-current-bufferThe buffer from which the command-line window was called.
evil-command-window-execute-fnThe command to execute when exiting the command-line window.
evil-command-window-mode-abbrev-tableAbbrev table for ‘evil-command-window-mode’.
evil-command-window-mode-hookHook run after entering ‘evil-command-window-mode’.
evil-command-window-mode-mapKeymap for ‘evil-command-window-mode’.
evil-command-window-mode-syntax-tableSyntax table for ‘evil-command-window-mode’.

Defined functions (11)

evil--command-window-draw-prefix(BEG END OLD-LEN)
evil--command-window-insert-commands(HISTORY)
evil--command-window-minibuffer-execute(RESULT)
evil-command-window(HISTORY PROMPT EXECUTE-FN)
evil-command-window-ex-execute(RESULT)
evil-command-window-execute()
evil-command-window-mode()
evil-command-window-search-execute(RESULT FORWARD)
evil-command-window-search-forward()
evil-ex-command-window(ARG1 ARG2 ARG3)
evil-ex-search-command-window(ARG1 ARG2 ARG3)

Defined faces (0)