diff options
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/vim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index e224df9fe..f92861653 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -198,6 +198,7 @@ let unlet b:current_syntax '') { haskell = {}; + sh.start = ''write\(Ba\|Da\)sh[^ ]* *\"[^\"]*\"''; vim.start = ''write[^ ]* *\"\(\([^\"]*\.\)\?vimrc\|[^\"]*\.vim\)\"''; })} |