Mercurial > vim
view runtime/ftplugin/readline.vim @ 24873:e66659584572
Added tag v8.2.2974 for changeset 59cfa23bd9eb2d4115d3a0e27944e1fdcf522c66
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 11 Jun 2021 19:15:05 +0200 |
parents | 1218c5353e2b |
children | e5e95e8c78a7 |
line wrap: on
line source
" Vim filetype plugin file " Language: readline(3) 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