1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-21 01:37:44 +03:00
kakoune/doc/pages
Maxime Coste 1631a7d8d9 Replace the Exclusive face attribute with Final
Final is more granular, it consists of FinalFg (f), FinalBg (g)
and FinalAttr (a) which control if a face's fg, bg, or attributes
fully overwrite the previous face (instead of merging) and if
following faces apply on top of this face or not.

Fixes #2388 if the Whitespace face has the FinalFg flag.
2018-09-23 23:27:14 +10:00
..
buffers.asciidoc doc: Fix documentation referring to debug buffer as scratch buffer 2018-05-11 17:52:19 +07:00
changelog.asciidoc Replace the Exclusive face attribute with Final 2018-09-23 23:27:14 +10:00
command-parsing.asciidoc doc/pages: Add command-parsing.asciidoc to describe command line parsing 2018-07-05 07:54:28 +10:00
commands.asciidoc docs: add missing -sync and exit status in autoinfo and doc page 2018-09-03 08:25:08 +02:00
execeval.asciidoc docs: add -always and -once switch on hooks page 2018-08-16 19:06:57 +02:00
expansions.asciidoc Describe the %val{text} expansion. 2018-09-20 12:46:52 +10:00
faces.asciidoc Replace the Exclusive face attribute with Final 2018-09-23 23:27:14 +10:00
faq.asciidoc faq: Document how to render colors properly in tmux 2018-02-23 20:54:40 +03:00
highlighters.asciidoc Fix specs based highlighter documentation 2018-07-28 19:33:11 +10:00
hooks.asciidoc hooks.asciidoc: Make sure all parts of the hook command are described. 2018-09-22 18:43:56 +10:00
keys.asciidoc docs: add few missing characters in faces and keys pages 2018-09-09 11:19:45 +02:00
mapping.asciidoc Add support for the shift modifier. 2018-04-11 15:15:45 +10:00
modes.asciidoc Remove <scope> from user-modes commands 2018-03-02 09:28:27 +01:00
options.asciidoc Merge remote-tracking branch 'Screwtapello/support-user-map-options' 2018-08-30 20:10:00 +10:00
regex.asciidoc Add support for regex flag to toggle dot-matches-newline 2018-06-24 12:41:50 +02:00
registers.asciidoc Use '/' register as the default register for <a-k> and <a-K> 2018-01-26 14:15:18 +11:00
scopes.asciidoc Merge remote-tracking branch 'Delapouite/window-scope' 2018-06-19 19:42:26 +10:00