Mercurial > vim
view runtime/ftplugin/limits.vim @ 16551:367a775ed430 v8.1.1279
patch 8.1.1279: cannot set 'spellang' to "sr@latin"
commit https://github.com/vim/vim/commit/9a061cb78ccbf78ec9ae454d37a49edccb4e94fc
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 5 16:55:03 2019 +0200
patch 8.1.1279: cannot set 'spellang' to "sr@latin"
Problem: Cannot set 'spellang' to "sr@latin". (Bojan Stipic)
Solution: Allow using '@' in 'spellang'. (closes https://github.com/vim/vim/issues/4342)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 05 May 2019 17:00:05 +0200 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: limits(5) configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ftplugin = "setl com< cms< fo<" setlocal comments=:# commentstring=#\ %s formatoptions-=t formatoptions+=croql let &cpo = s:cpo_save unlet s:cpo_save