comparison runtime/doc/if_pyth.txt @ 4098:058f26a834c4

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Feb 2013 17:34:04 +0100
parents e362db8b2d7b
children f1eab4f77a6f
comparison
equal deleted inserted replaced
4097:f22d18eb3082 4098:058f26a834c4
1 *if_pyth.txt* For Vim version 7.3. Last change: 2013 Jan 30 1 *if_pyth.txt* For Vim version 7.3. Last change: 2013 Feb 03
2 2
3 3
4 VIM REFERENCE MANUAL by Paul Moore 4 VIM REFERENCE MANUAL by Paul Moore
5 5
6 6
383 ============================================================================== 383 ==============================================================================
384 8. Python 3 *python3* 384 8. Python 3 *python3*
385 385
386 *:py3* *:python3* 386 *:py3* *:python3*
387 The |:py3| and |:python3| commands work similar to |:python|. A simple check 387 The |:py3| and |:python3| commands work similar to |:python|. A simple check
388 if the `:py3` command is wrong: > 388 if the `:py3` command is working: >
389 :py3 print("Hello") 389 :py3 print("Hello")
390 < *:py3file* 390 < *:py3file*
391 The |:py3file| command works similar to |:pyfile|. 391 The |:py3file| command works similar to |:pyfile|.
392 392
393 393