A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/sheerun/vim-polyglot/commit/c3e825027ddabecf18370df61c1da4018f017b7b below:

Allow vim-polyglot to load in non-compatible mode · sheerun/vim-polyglot@c3e8250 · GitHub

1 +

" Restore 'cpoptions'

2 +

let s:cpo_save = &cpo

3 +

set cpo&vim

4 + 5 +

" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE

6 + 1 7

let s:globs = {

2 8

\ '8th': '*.8th',

3 9

\ 'Jenkinsfile': '*.jenkinsfile,*.Jenkinsfile,Jenkinsfile,Jenkinsfile*',

@@ -624,6 +630,13 @@ let s:globs = {

624 630

\ 'zsh': '*.zsh,.zshrc,.zshenv,.zlogin,.zprofile,.zlogout,.zlog*,.zcompdump*,.zfbfmarks,.zsh*',

625 631

\}

626 632 633 + 634 +

" DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE

635 + 627 636

func! polyglot#sleuth#GlobForFiletype(type)

628 637

return get(s:globs, a:type, '')

629 638

endfunc

639 + 640 +

" Restore 'cpoptions'

641 +

let &cpo = s:cpo_save

642 +

unlet s:cpo_save


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4