mirror of
https://github.com/amix/vimrc
synced 2025-07-12 06:05:01 +08:00
Use sources_non_forked folder for pathogen path, with sources_non_forked_fallback folder as fallback.
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
if exists('b:current_syntax')
|
||||
finish
|
||||
endif
|
||||
|
||||
syn match alePreviewSelectionFilename /\v^([a-zA-Z]?:?[^:]+)/
|
||||
syn match alPreviewNumber /\v:\d+:\d+$/
|
||||
|
||||
hi def link alePreviewSelectionFilename String
|
||||
hi def link alePreviewNumber Number
|
||||
|
||||
let b:current_syntax = 'ale-preview-selection'
|
Reference in New Issue
Block a user