Mercurial > vim
view runtime/ftplugin/fvwm.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 | 96cd8222a819 |
children |
line wrap: on
line source
" Created : Tue 09 May 2006 02:07:31 PM CDT " Modified : Tue 09 May 2006 02:07:31 PM CDT " Author : Gautam Iyer <gi1242@users.sourceforge.net> " Description : ftplugin for fvwm config files if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let b:undo_ftplugin = "setl com< cms< fo<" setlocal comments=:# commentstring=#\ %s setlocal formatoptions-=t formatoptions+=croql