Back to contents

Settings: Buffer scope

cwd

Python type: str

Buffer's working directory, set automatically to that of the process vixn is run from

filetype

Python type: str

File type for syntax highlighting

Synonyms: ft, lang, language

fmtbulletre

Python type: str

Regular expression for formatter to detect bullets at start of line

ignorecase

Python type: bool

Ignore case when searching

Synonyms: ic

makefile

Python type: str

Leafname of Makefiles (case-insensitive)

Synonyms: mkfile

makefilesearchpath

Python type: str

Colon-separated relative (to buf's cwd) paths to search for a Makefile

Synonyms: makepath, mkfspth

makeprg

Python type: str

Program run by :make command

Synonyms: makeprog, mkprg, mkprog, mp

makeshowextra

Python type: int

Ignored legacy option from old throwback system.

Synonyms: mkshowx

scheme

Python type: str

GtkSourceView style scheme name

Synonyms: colorscheme, stylescheme

sconsfile

Python type: str

Leafname of SConstruct files (case-insensitive)

Synonyms: sconstruct

sconsfilesearchpath

Python type: str

Colon-separated relative (to buf's cwd) paths to search for a SConstruct file

Synonyms: scnspth, sconspath

sconsprg

Python type: str

Program run by :scons command

Synonyms: sconsprog

smartcase

Python type: bool

Detect upper-case characters in search patterns to override ignorecase option

Synonyms: scs

syntax

Python type: bool

Whether to use syntax highlighting

Synonyms: syn

textwidth

Python type: int

Width to use when formatting text

Synonyms: tw

trim

Python type: bool

Whether to automatically trim trailing space at the ends of lines when saving

wordchars

Python type: str

Characters, in addition to alphanumerics, which are considered part of a word

Synonyms: wchars