diff options
| author | nin <nin@c-base.org> | 2018-01-11 23:03:10 +0100 |
|---|---|---|
| committer | nin <nin@c-base.org> | 2018-01-11 23:03:10 +0100 |
| commit | 3ee37b596f64f01865cd3f7f9c32e75cebae9fae (patch) | |
| tree | fad1dedf3605b14b82584d65b4a062568cb14ea7 /tv/2configs/vim.nix | |
| parent | 9c6c3a99efecadd011052c34257db5fe9d604cb3 (diff) | |
| parent | ff1f2c25af32e6c7370af6871de39af9fba872d3 (diff) | |
Merge branch 'master' of prism:stockholm
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 = {}; |
