- 论坛徽章:
- 0
|
When this option is empty the internal
formatting functions are used.
errorfile
(ef) errors.err
Name of the errorfile for the quickfix mode.
When the -q command line argument is
used, errorfile is set to the following
argument.
errorformat
(efm) (too long to print)
Scanf-like description of the format for the
lines in the error file.
expandtab(et) noexpandtab When inserting a tab, expand it to the
appropriate number of spaces.
fileformat
(ff) unix
Describes the convention to terminate lines
when reading/writing the current buffer.
Possible values are dos (CR-LF), unix (LF),
and mac (CR). vim will usually set this
automatically.
fileformats
(ffs) dos,unix
Lists the line-terminating conventions that
vim will try to apply to a file when reading.
Multiple names enable automatic end-of-line
detection when reading a file.
formatoptions(fo)
vim default: tcq, vi
default: vt
A sequence of letters which describes how
automatic formatting is to be done. See the
online help for details.
gdefault (gd) nogdefault Causes the substitute command to change
all instances.
guifont (gfn) A comma-separated list of fonts to try when
starting the GUI version of vim.
hidden (hid) nohidden Hides the current buffer when it is unloaded
from a window, instead of abandoning it.
hlsearch
(hls) nohlsearch Highlight all matches of the most recent
search pattern.
history (hi) vim default: 20, vi
default: 0
Controls how many ex commands, search
strings and expressions are remembered in
the command history.
icon noicon
vim attempts to change the name of the icon
associated with the window where it is
running. Overridden by the iconstring
option.
iconstring String value used for the icon name of the
window.
include (inc) ^#\s*include
Defines a search pattern for finding include
commands. The default value is for C
programs.
incsearch
(is) noincsearch Enables incremental searching.
isfname (isf) @,48-57,/,.,-,_,
+,,,$,:,~
A list of characters that can be included in
file and path names. Non-UNIX systems
have different default values. The @
character stands for any alphabetic
character. It is also used in the other isXXX
options, below.
isident (isi) @,48-57,_,192255
A list of characters that can be included in
identifiers. Non-UNIX systems may have |
|