view runtime/ftplugin/dictdconf.vim @ 15563:e6d2e41669b8 v8.1.0789

patch 8.1.0789: sourcing a session sets v:errmsg commit https://github.com/vim/vim/commit/555de4e3b2881b0d9a72242ecc2ba26b5c698c85 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 21 23:03:49 2019 +0100 patch 8.1.0789: sourcing a session sets v:errmsg Problem: Sourcing a session sets v:errmsg. Solution: Use "%argdel" instead of "argdel *". (Jason Franklin)
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Jan 2019 23:15:06 +0100
parents 1218c5353e2b
children
line wrap: on
line source

" Vim filetype plugin file
" Language:             dictd(8) 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