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 | 98aedda77da37071ff6b9a2e989fac1e6b1e2270 (patch) | |
tree | c2d900cb2b780eb71c73a4f77cf298f89c3688fb /tv | |
parent | 5dc8b8b3f3203d32653eb27c7c0dff6f29afca73 (diff) |
tv vim: sh.extraStart add writeAsh
Diffstat (limited to 'tv')
-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 8a27b606a..59619f9b5 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 = {}; |