Commit 3f50bc0
committed
vimPlugins.mini-nvim: reduce closure size
Before:
```
$ du -csh result/*
36K result/CHANGELOG.md
8.0K result/CODE_OF_CONDUCT.md
16K result/CONTRIBUTING.md
4.0K result/LICENSE
16K result/MAINTAINING.md
4.0K result/Makefile
20K result/README.md
36K result/TESTING.md
56K result/benchmarks
12K result/colors
1.1M result/doc
4.0K result/logo.png
2.4M result/lua
416K result/readmes
52K result/scripts
11M result/tests
15M total
```
After:
```
$ du -csh result/*
36K result/CHANGELOG.md
8.0K result/CODE_OF_CONDUCT.md
16K result/CONTRIBUTING.md
4.0K result/LICENSE
16K result/MAINTAINING.md
20K result/README.md
36K result/TESTING.md
12K result/colors
1.1M result/doc
4.0K result/logo.png
2.4M result/lua
3.6M total
```1 parent f780db4 commit 3f50bc0
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1761 | 1761 | | |
1762 | 1762 | | |
1763 | 1763 | | |
| 1764 | + | |
| 1765 | + | |
| 1766 | + | |
| 1767 | + | |
| 1768 | + | |
| 1769 | + | |
| 1770 | + | |
1764 | 1771 | | |
1765 | 1772 | | |
1766 | 1773 | | |
| |||
0 commit comments