diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-02 03:42:03 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-02 03:42:03 +0200 |
commit | 94ec9c38e744241e48fb8d75ae6e8811bc73fc59 (patch) | |
tree | 03940b00ce5d9a494253af5d2976d095a11a5d2f /autoload/polyglot/sleuth.vim | |
parent | bff55a54fa8a70e664ebe8a614681dd0d92d66b6 (diff) | |
download | vim-polyglot-94ec9c38e744241e48fb8d75ae6e8811bc73fc59.tar.gz vim-polyglot-94ec9c38e744241e48fb8d75ae6e8811bc73fc59.zip |
Do not use ++once to support older vims, fixes #7056
Diffstat (limited to 'autoload/polyglot/sleuth.vim')
-rw-r--r-- | autoload/polyglot/sleuth.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/autoload/polyglot/sleuth.vim b/autoload/polyglot/sleuth.vim index 0c3c34e8..d74de687 100644 --- a/autoload/polyglot/sleuth.vim +++ b/autoload/polyglot/sleuth.vim @@ -1,5 +1,3 @@ -" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE - let s:globs = { \ '8th': '*.8th', \ 'Dockerfile': '*.dockerfile,*.dock,*.Dockerfile,Dockerfile,dockerfile,Dockerfile*', |