1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02:00
home-manager/tests
Daniel Gorin d1f4d1514d
kakoune: escape showWhitespace separators
We were passing the separators for the `show-whitespaces` highlighter
verbatim. This was problematic in case one wanted to use, spaces,
quotes or `%` as separators since the resulting kakoune configuration
would be invalid.

According to kakoune's docs, the separator has to be one character
long, so we can use a simple rule for escaping them. It is possible
that people has been working this around by passing, e.g. `"' '"` as
separator in order to get a space (i.e., escaped explicitly by the
user), so we just let longer strings be used verbatim.

PR #1357
2020-08-12 22:44:33 +02:00
..
lib/types lib: support gvariant maybe type 2020-07-24 16:45:13 +02:00
meta tests: perform code formatting test in test suite 2020-05-28 01:37:27 +02:00
modules kakoune: escape showWhitespace separators 2020-08-12 22:44:33 +02:00
default.nix dropbox: add module 2020-07-25 23:12:33 +02:00