diff options
author | tv <tv@krebsco.de> | 2016-06-10 16:27:22 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-10 16:28:08 +0200 |
commit | 006fded4fb53852c36eb410fabe284007084bfd3 (patch) | |
tree | d7144c5b532bbf3b805b90c1076439c8ca065b71 /tv/2configs | |
parent | d8fa951b60f66ee4c275179d8713b5c41300ff61 (diff) |
tv nix.vim: Vim, why are you so broken?!
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/vim.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 56d4de648..891823c93 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -299,7 +299,6 @@ let " Clear syntax that interferes with NixBlock. " TODO redefine NixBlock so syntax don't have to be cleared syn clear shOperator shSetList shVarAssign - syn clear vimString syn region NixBlock \ matchgroup=NixEnter |