Mercurial > vim
view runtime/ftplugin/asm.vim @ 22668:7c0ebc6eb7ae
Added tag v8.2.1882 for changeset 87987c78308717247cf0071163c5b9c2792543b6
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 21 Oct 2020 21:00:04 +0200 |
parents | 661eb972cb22 |
children | 02939ae3aaca |
line wrap: on
line source
" Vim filetype plugin file " Language: asm " Maintainer: Colin Caine <cmcaine at the common googlemail domain> " Last Changed: 23 May 2020 if exists("b:did_ftplugin") | finish | endif setl comments=:;,s1:/*,mb:*,ex:*/,:// setl commentstring=;%s let b:did_ftplugin = 1