1
0
forked from aniani/vim

runtime(systemd): allow for overriding systemd ftplugin settings (#13373)

closes: #13357

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Enno 2023-10-18 11:38:19 +02:00 committed by GitHub
parent 96952b2e98
commit 5036e69852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,11 @@
" Keyword Lookup Support: Enno Nagel <enno.nagel+vim@gmail.com>
" Latest Revision: 2023-10-07
if !exists('b:did_ftplugin')
" Looks a lot like dosini files.
runtime! ftplugin/dosini.vim
if exists("b:did_ftplugin")
finish
endif
" Looks a lot like dosini files.
runtime! ftplugin/dosini.vim
if has('unix') && executable('less')
if !has('gui_running')