mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
Add if_python3 support
Reviewed-by: Michael Reed <m.reed@mykolab.com>, Daniel Hahler <github@thequod.de> Helped-by: Daniel Hahler <github@thequod.de>
This commit is contained in:
@@ -1668,22 +1668,22 @@ return {
|
||||
{
|
||||
command='py3',
|
||||
flags=bit.bor(RANGE, EXTRA, NEEDARG, CMDWIN),
|
||||
func='ex_script_ni',
|
||||
func='ex_python3',
|
||||
},
|
||||
{
|
||||
command='py3do',
|
||||
flags=bit.bor(RANGE, DFLALL, EXTRA, NEEDARG, CMDWIN),
|
||||
func='ex_ni',
|
||||
func='ex_pydo3',
|
||||
},
|
||||
{
|
||||
command='python3',
|
||||
flags=bit.bor(RANGE, EXTRA, NEEDARG, CMDWIN),
|
||||
func='ex_script_ni',
|
||||
func='ex_python3',
|
||||
},
|
||||
{
|
||||
command='py3file',
|
||||
flags=bit.bor(RANGE, FILE1, NEEDARG, CMDWIN),
|
||||
func='ex_ni',
|
||||
func='ex_py3file',
|
||||
},
|
||||
{
|
||||
command='quit',
|
||||
|
Reference in New Issue
Block a user