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/ff35c02445813b253b9cb76ba7fe2fabac71a01c below:

Restore cpoptions before recursive ftdetect read, fixes #619 (#621) · sheerun/vim-polyglot@ff35c02 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+8

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+8

-0

lines changed Original file line number Diff line number Diff line change

@@ -120,6 +120,10 @@ endfunc

120 120 121 121

augroup polyglot-observer | augroup END

122 122 123 +

" Restore 'cpoptions'

124 +

let &cpo = s:cpo_save

125 +

unlet s:cpo_save

126 + 123 127

" Load user-defined filetype.vim and oter plugins ftdetect first

124 128

" This is to use polyglot-defined ftdetect always as fallback to user settings

125 129

augroup filetypedetect

@@ -130,6 +134,10 @@ augroup END

130 134 131 135

augroup filetypedetect

132 136 137 +

" Switch to compatible mode for the time being

138 +

let s:cpo_save = &cpo

139 +

set cpo&vim

140 + 133 141

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

134 142 135 143

if !has_key(g:polyglot_is_disabled, 'context')

You can’t perform that action at this time.


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