Mercurial > vim
annotate runtime/macros/editexisting.vim @ 9711:b74515b8f3d4 v7.4.2131
commit https://github.com/vim/vim/commit/57e69ff2cca9edee3546373d04e0dde6810309e5
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 30 23:05:09 2016 +0200
patch 7.4.2131
Problem: More memory leaks when using partial, e.g. for "exit-cb".
Solution: Don't copy the callback when using a partial.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 30 Jul 2016 23:15:05 +0200 |
parents | a345060d671a |
children |
rev | line source |
---|---|
8777
a345060d671a
commit https://github.com/vim/vim/commit/0b9e4d1224522791c0dbbd45742cbd688be823f3
Christian Brabandt <cb@256bit.org>
parents:
6421
diff
changeset
|
1 " Load the editexisting package. |
a345060d671a
commit https://github.com/vim/vim/commit/0b9e4d1224522791c0dbbd45742cbd688be823f3
Christian Brabandt <cb@256bit.org>
parents:
6421
diff
changeset
|
2 " For those users who were loading the editexisting plugin from here. |
a345060d671a
commit https://github.com/vim/vim/commit/0b9e4d1224522791c0dbbd45742cbd688be823f3
Christian Brabandt <cb@256bit.org>
parents:
6421
diff
changeset
|
3 packadd editexisting |