Mercurial > vim
view runtime/ftplugin/btm.vim @ 20219:820f24dc1e3e v8.2.0665
patch 8.2.0665: wrongly assuming Python executable is called "python"
Commit: https://github.com/vim/vim/commit/a161cb5dddd6d374899e46fde834ce9ba5c80c0b
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Apr 30 19:09:35 2020 +0200
patch 8.2.0665: wrongly assuming Python executable is called "python"
Problem: Wrongly assuming Python executable is called "python".
Solution: Use detected python command. (Ken Takata, closes https://github.com/vim/vim/issues/6016)
Also use CheckFunction if possible.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 30 Apr 2020 19:15:05 +0200 |
parents | 631143ac4a01 |
children | 4027cefc2aab |
line wrap: on
line source
" Vim filetype plugin file " Language: BTM " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2004 Jul 06 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif " Behaves just like dosbatch runtime! ftplugin/dosbatch.vim ftplugin/dosbatch_*.vim ftplugin/dosbatch/*.vim