| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
BufferChangeListeners do as well use coord rather than iterators
|
|
|
|
|
|
Conflicts:
src/editor.cc
|
|
|
|
|
|
|
|
completers option accept word=buffer or word=all values
|
|
|
|
|
|
|
|
|
|
Controled with the autoinfo option (disabled by default)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
main selection
|
|
|
|
|
|
|
|
|
|
|
|
The checker function may throw if to be set option value is invalid.
Implemented with the completers option.
|
|
|
|
|
|
BufferCompleter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
previously, having two windows showing the same buffer with
the same line flags would have updated the options twice, resulting
in wrong lines in option. Now line flags options are updated only
once by a shared object along all FlagLines highlighter using the
same option.
|
|
|
|
|
|
|
|
|
|
|