diff options
author | tv <tv@krebsco.de> | 2019-02-03 13:39:30 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-02-03 13:39:30 +0100 |
commit | ba6aa9a871850e1d613a2a510f45d3249aee4405 (patch) | |
tree | cc67e6ece9ec240d397c403beb9abdcabdb1f1ac | |
parent | 0002230b16131264fa86b599acbf40cd305a2c82 (diff) |
tv vim todo: form feed ends a block
-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 575a3bc..9942ff6 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -169,7 +169,7 @@ let { \ contained \ contains=Comment \ fold - \ start="^[^1-9]" end="^[1-9]"re=s-1,he=s-1,me=s-1 + \ start="^[^1-9]" end="^[1-9]"re=s-1,he=s-1,me=s-1 syn sync minlines=1000 |