view runtime/ftplugin/freebasic.vim @ 24035:ee5b6208f725 v8.2.2559

patch 8.2.2559: MS-Windows: guifont test fails on Windows XP Commit: https://github.com/vim/vim/commit/3650fd709807d5ac182e28d952cbd790c1ad0a6a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 28 23:13:40 2021 +0100 patch 8.2.2559: MS-Windows: guifont test fails on Windows XP Problem: MS-Windows: guifont test fails on Windows XP. Solution: Check windowsversion().
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Feb 2021 23:15:03 +0100
parents 34b4eb3a8458
children 5825405e4e2c
line wrap: on
line source

" 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