diff options
author | tv <tv@krebsco.de> | 2018-01-04 02:31:27 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-01-04 02:31:27 +0100 |
commit | cd24bdba21bc0db7e30c37d7f0adb768065725a6 (patch) | |
tree | d9c248e5283275297ec07b1903659c2eef29724d /tv/2configs/vim.nix | |
parent | 536980252250ce6eee66aa499f329349374414cd (diff) |
tv vim: sh.extraStart add writeAsh
Diffstat (limited to 'tv/2configs/vim.nix')
-rw-r--r-- | tv/2configs/vim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 8a27b60..59619f9 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -233,7 +233,7 @@ let { lua = {}; sed.extraStart = ''writeSed[^ \t\r\n]*[ \t\r\n]*"[^"]*"''; sh.extraStart = concatStringsSep ''\|'' [ - ''write\(Ba\|Da\)sh[^ \t\r\n]*[ \t\r\n]*\("[^"]*"\|[a-z]\+\)'' + ''write\(A\|Ba\|Da\)sh[^ \t\r\n]*[ \t\r\n]*\("[^"]*"\|[a-z]\+\)'' ''[a-z]*Phase[ \t\r\n]*='' ]; yaml = {}; |