view runtime/ftplugin/xs.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 42bf9264e64e
children d1fe80fb35e6
line wrap: on
line source

" Vim filetype plugin file
" Language:      XS (Perl extension interface language)
" Maintainer:    vim-perl <vim-perl@googlegroups.com>
" Homepage:      http://github.com/vim-perl/vim-perl
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change:   2013-07-21

" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
    finish
endif

" Just use the C plugin for now.
runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim