File: viper-ex.el.html
Defined variables (6)
ex-compile-command | The command to run when the user types :make. |
ex-cycle-other-window | If t, :n and :b cycles through files and buffers in other window. |
ex-cycle-through-non-files | Cycle through *scratch* and other buffers that don’t visit any file. |
ex-unix-type-shell | Is the user using a unix-type shell under a non-OS? |
ex-unix-type-shell-options | Options to pass to the Unix-style shell. |
viper-glob-function | Expand the file spec containing wildcard symbols. |
Defined functions (31)
ex-cmd-accepts-multiple-files-p | (TOKEN) |
ex-cmd-assoc | (KEY LIST) |
ex-cmd-execute | (CMD) |
ex-cmd-is-mashed-with-args | (CMD) |
ex-cmd-is-one-letter | (CMD) |
ex-cmd-not-yet | (NAME) |
ex-cmd-obsolete | (NAME) |
ex-compile | () |
ex-copy | (DEL-FLAG) |
ex-edit | (&optional FILE) |
ex-expand-filsyms | (CMD BUF) |
ex-find-file | (FILESPEC) |
ex-fixup-history | (&rest ARGS) |
ex-get-inline-cmd-args | (REGEX-FORW &optional CHARS-BACK REPLACE-STR) |
ex-global | (VARIANT) |
ex-line | (COM) |
ex-line-subr | (COM BEG END) |
ex-mark | (&optional NAME) |
ex-next | (CYCLE-OTHER-WINDOW &optional FIND-ALT-FILE) |
ex-next-related-buffer | (DIRECTION &optional NO-RECURSION) |
ex-print-display-lines | (LINES) |
ex-search-address | (FORWARD) |
ex-splice-args-in-1-letr-cmd | (KEY LIST) |
ex-substitute | (&optional REPEAT R-FLAG) |
ex-write | (Q-FLAG) |
ex-write-info | (EXISTS FILE-NAME BEG END) |
viper-default-ex-addresses | (&optional WHOLE-FLAG) |
viper-ex | (ARG &optional STRING) |
viper-ex-read-file-name | (PROMPT) |
viper-get-ex-address-subr | (OLD-ADDRESS DOT) |
viper-get-ex-opt-gc | (C) |