neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

basic.vim (250B)


      1 " Vim indent file
      2 " Language:	BASIC (QuickBASIC 4.5)
      3 " Maintainer:	Doug Kearns <dougkearns@gmail.com>
      4 " Last Change:	2022 Jan 24
      5 
      6 " Only load this indent file when no other was loaded.
      7 if exists("b:did_indent")
      8  finish
      9 endif
     10 
     11 runtime! indent/vb.vim