Mercurial > vim
view runtime/ftplugin/loginaccess.vim @ 19866:1136ec381dd2 v8.2.0489
patch 8.2.0489: Vim9: memory leaks
Commit: https://github.com/vim/vim/commit/25b70c780a7e6063544e7f93c368fe403076f34e
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Apr 1 16:34:17 2020 +0200
patch 8.2.0489: Vim9: memory leaks
Problem: Vim9: memory leaks.
Solution: Free memory in the right place. Add hints for using asan.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 01 Apr 2020 16:45:05 +0200 |
parents | 1218c5353e2b |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: login.access(5) 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