Mercurial > vim
view runtime/ftplugin/asm.vim @ 21841:7a6ca887128d v8.2.1470
patch 8.2.1470: errors in spell file not tested
Commit: https://github.com/vim/vim/commit/c0f8823ee4ca629db5446ba0a935f68d4a4fb193
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Aug 16 21:51:49 2020 +0200
patch 8.2.1470: errors in spell file not tested
Problem: Errors in spell file not tested.
Solution: Add test for spell file errors. (Yegappan Lakshmanan,
closes #6721)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 16 Aug 2020 22:00:03 +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