annotate src/vim16.def @ 7904:14a5de0990a5 v7.4.1248

commit https://github.com/vim/vim/commit/f92591f7f9fc78d2aced99befe444cb423b26df8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 3 20:22:32 2016 +0100 patch 7.4.1248 Problem: Can't reliably stop the channel test server. Can't start the server if the python file is not executable. Solution: Use "pkill" instead of "killall". Run the python file as an argument instead of as an executable.
author Christian Brabandt <cb@256bit.org>
date Wed, 03 Feb 2016 20:30:04 +0100
parents 359743c1f59a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 CODE PRELOAD EXECUTEONLY
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 DATA MULTIPLE SHARED
5294
359743c1f59a release version 7.4
Bram Moolenaar <bram@vim.org>
parents: 5247
diff changeset
3 DESCRIPTION 'Vim 7.4'
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 STACKSIZE 16000
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5 HEAPSIZE 10000