if_ver-2.vim 181 B

123456789
  1. " Print py3 interface versions for Ubuntu. Part 2.
  2. if 1
  3. execute 'source' expand('<sfile>:h') .. '/if_ver-cmd.vim'
  4. echo 'Python 3:'
  5. PrintVer python3 print(sys.version)
  6. endif