Mercurial > vim
view runtime/ftplugin/xmodmap.vim @ 28843:cd68a630f0d0
Update runtime files and translations
Commit: https://github.com/vim/vim/commit/3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu May 12 20:34:15 2022 +0100
Update runtime files and translations
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 12 May 2022 21:45:05 +0200 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: xmodmap(1) definition 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