diff options
Diffstat (limited to 'src/vim16.def')
-rw-r--r-- | src/vim16.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vim16.def b/src/vim16.def new file mode 100644 index 0000000..21bc0ee --- /dev/null +++ b/src/vim16.def @@ -0,0 +1,5 @@ +CODE PRELOAD EXECUTEONLY +DATA MULTIPLE SHARED +DESCRIPTION 'Vim 7.3' +STACKSIZE 16000 +HEAPSIZE 10000 |