plugins/dropbar: fix ill-defined escape
This commit is contained in:
parent
28c58bf023
commit
2b9f8e1d65
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ in
|
|||
json files).
|
||||
'';
|
||||
|
||||
name_regex = defaultNullOpts.mkStr "[=[[#~!@\*&.]*[[:keyword:]]\+!\?\(\(\(->\)\+\|-\+\|\.\+\|:\+\|\s\+\)\?[#~!@\*&.]*[[:keyword:]]\+!\?\)*]=]" ''
|
||||
name_regex = defaultNullOpts.mkStr "[=[[#~!@\\*&.]*[[:keyword:]]\\+!\\?\\(\\(\\(->\\)\\+\\|-\\+\\|\\.\\+\\|:\\+\\|\\s\\+\\)\\?[#~!@\\*&.]*[[:keyword:]]\\+!\\?\\)*]=]" ''
|
||||
Vim regex used to extract a short name from the node text.
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue