mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-28 01:00:28 +03:00
Merge remote-tracking branch 'lenormf/kakrc-highlight-str-maps' into master
This commit is contained in:
commit
1a64a0d601
@ -66,7 +66,7 @@ evaluate-commands %sh{
|
||||
normal insert menu prompt goto view user object
|
||||
number-lines show-matching show-whitespaces fill regex dynregex group flag-lines
|
||||
ranges line column wrap ref regions region default-region replace-ranges"
|
||||
types="int bool str regex int-list str-list completions line-specs range-specs"
|
||||
types="int bool str regex int-list str-list completions line-specs range-specs str-to-str-map"
|
||||
values="default black red green yellow blue magenta cyan white yes no false true"
|
||||
|
||||
join() { sep=$2; eval set -- $1; IFS="$sep"; echo "$*"; }
|
||||
|
Loading…
Reference in New Issue
Block a user