made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
14
gitportable/usr/share/vim/vim91/syntax/urlshortcut.vim
Normal file
14
gitportable/usr/share/vim/vim91/syntax/urlshortcut.vim
Normal file
@@ -0,0 +1,14 @@
|
||||
" Vim syntax file
|
||||
" Language: MS Windows URL shortcut file
|
||||
" Maintainer: ObserverOfTime <chronobserver@disroot.org>
|
||||
" LastChange: 2023-06-04
|
||||
|
||||
" Quit when a syntax file was already loaded.
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
" Just use the dosini syntax for now
|
||||
runtime! syntax/dosini.vim
|
||||
|
||||
let b:current_syntax = "urlshortcut"
|
||||
Reference in New Issue
Block a user