Mercurial > vim
annotate runtime/macros/shellmenu.vim @ 27673:ba7dcf54d309 v8.2.4362
patch 8.2.4362: :retab may allocate too much memory
Commit: https://github.com/vim/vim/commit/33f3c5985491032d5bdfc30e722e85d5a0285e64
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Feb 12 20:46:15 2022 +0000
patch 8.2.4362: :retab may allocate too much memory
Problem: :retab may allocate too much memory.
Solution: Bail out when allocating more than MAXCOL bytes.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 12 Feb 2022 22:00:03 +0100 |
parents | d5136647ce31 |
children |
rev | line source |
---|---|
8775
d5136647ce31
commit https://github.com/vim/vim/commit/fead3ac9a35e0fc358141d3eb19574cd8a3ecb55
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
1 " Load the shellmenu package. |
d5136647ce31
commit https://github.com/vim/vim/commit/fead3ac9a35e0fc358141d3eb19574cd8a3ecb55
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
2 " For those users who were loading the shellmenu plugin from here. |
d5136647ce31
commit https://github.com/vim/vim/commit/fead3ac9a35e0fc358141d3eb19574cd8a3ecb55
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
3 packadd shellmenu |