diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-07-08 11:54:15 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-07-08 11:54:15 +0200 |
commit | c794f186c0a618d2d4cdd5445d9ff20e6f640762 (patch) | |
tree | 11e6b01bac01b0ec694c8fa5c574870f5e268182 /syntax/gitcommit.vim | |
parent | 4f5388350be1052f610b830c8fce8fbc17370ec6 (diff) | |
download | vim-polyglot-c794f186c0a618d2d4cdd5445d9ff20e6f640762.tar.gz vim-polyglot-c794f186c0a618d2d4cdd5445d9ff20e6f640762.zip |
Update
Diffstat (limited to '')
-rw-r--r-- | syntax/gitcommit.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/syntax/gitcommit.vim b/syntax/gitcommit.vim index 8e847650..842c453d 100644 --- a/syntax/gitcommit.vim +++ b/syntax/gitcommit.vim @@ -14,6 +14,7 @@ endif syn case match syn sync minlines=50 +syn sync linebreaks=1 if has("spell") syn spell toplevel |