Mercurial > vim
view runtime/ftplugin/setserial.vim @ 32313:6761c71f4b25 v9.0.1488
patch 9.0.1488: xchacha20v2 crypt header is platform dependent
Commit: https://github.com/vim/vim/commit/35a2ec18d6560251e8164636bac6e21ea504648e
Author: ichizok <gclient.gaap@gmail.com>
Date: Tue Apr 25 15:27:27 2023 +0100
patch 9.0.1488: xchacha20v2 crypt header is platform dependent
Problem: xchacha20v2 crypt header is platform dependent.
Solution: Avoid using "size_t". (Ozaki Kiichi, closses https://github.com/vim/vim/issues/12296)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 25 Apr 2023 16:30:03 +0200 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: setserial(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