view src/testdir/pyxfile/py2_shebang.py @ 35506:0e4f34dc8f0e default tip

runtime(doc): clarify, that register 1-9 will always be shifted Commit: https://github.com/vim/vim/commit/ecd642af43dc496e92020422fded717e095d4bc1 Author: Christian Brabandt <cb@256bit.org> Date: Sun Jun 23 20:24:52 2024 +0200 runtime(doc): clarify, that register 1-9 will always be shifted related: https://github.com/vim/vim/issues/15077 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 23 Jun 2024 20:30:05 +0200
parents 7598ce51bf2a
children
line wrap: on
line source

#!/usr/bin/python2

import sys
print(sys.version)