File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,6 @@ if exists("g:loaded_pathogen") || &cp
1616endif
1717let g: loaded_pathogen = 1
1818
19- function ! s: warn (msg)
20- echohl WarningMsg
21- echomsg a: msg
22- echohl NONE
23- endfunction
24-
2519" Point of entry for basic default usage. Give a relative path to invoke
2620" pathogen#interpose() (defaults to "bundle/{}"), or an absolute path to invoke
2721" pathogen#surround(). For backwards compatibility purposes, a full path that
@@ -242,6 +236,12 @@ endfunction " }}}1
242236
243237" Section: Deprecated
244238
239+ function ! s: warn (msg)
240+ echohl WarningMsg
241+ echomsg a: msg
242+ echohl NONE
243+ endfunction
244+
245245" Prepend all subdirectories of path to the rtp, and append all 'after'
246246" directories in those subdirectories. Deprecated.
247247function ! pathogen#runtime_prepend_subdirectories (path ) " {{{1
You can’t perform that action at this time.
0 commit comments