Mercurial > vim
annotate src/testdir/pyxfile/pyx.py @ 25505:040a45d39570 v8.2.3289
patch 8.2.3289: compiler warning for unused variable with small features
Commit: https://github.com/vim/vim/commit/f18e8a969a3414ed5e6b7159c40fe43963021ff3
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Aug 4 21:16:50 2021 +0200
patch 8.2.3289: compiler warning for unused variable with small features
Problem: Compiler warning for unused variable with small features.
Solution: Rearrange #ifdefs.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 04 Aug 2021 21:30:04 +0200 |
parents | 7598ce51bf2a |
children |
rev | line source |
---|---|
10722
7598ce51bf2a
patch 8.0.0251: not easy to select Python 2 or 3
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
1 import sys |
7598ce51bf2a
patch 8.0.0251: not easy to select Python 2 or 3
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
2 print(sys.version) |