Mercurial > vim
view runtime/ftplugin/art.vim @ 31418:462508d04341 v9.0.1042
patch 9.0.1042: ASAN gives false alarm about array access.
Commit: https://github.com/vim/vim/commit/4ae0057308c59a0dee2b452736366e49a5a98b3a
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Dec 9 22:49:23 2022 +0000
patch 9.0.1042: ASAN gives false alarm about array access.
Problem: ASAN gives false alarm about array access.
Solution: Use an intermediate pointer.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 10 Dec 2022 00:00:03 +0100 |
parents | dd6c2497c997 |
children | 02939ae3aaca |
line wrap: on
line source
" Vim filetype plugin " Language: ART-IM and ART*Enterprise " Maintainer: Dorai Sitaram <ds26@gte.com> " URL: http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.html " Last Change: Apr 2, 2003 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif run ftplugin/lisp.vim setl lw-=if setl lw+=def-art-fun,deffacts,defglobal,defrule,defschema,for,schema,while