vim-patch:e0e391755432

Update runtime files.
e0e3917554
This commit is contained in:
Jan Edmund Lazo
2021-05-01 23:05:15 -04:00
parent 8f8602d2df
commit ac83c6eba6
20 changed files with 416 additions and 108 deletions

View File

@@ -0,0 +1,13 @@
" Vim filetype plugin file
" Language: FreeBasic
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" Last Change: 2015 Jan 10
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
runtime! ftplugin/basic.vim
" vim: ts=8