From 503133b6f6fabdb42b2ba664a91ddb61eed1a34f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 14 Jul 2021 15:53:55 +0200 Subject: Change python to python3 --- dotvimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotvimrc b/dotvimrc index 0c81d98..389f41b 100644 --- a/dotvimrc +++ b/dotvimrc @@ -209,7 +209,7 @@ set nostartofline " .c <-> .h " .cpp <-> .hpp function! MPB_Flip_Ext() -python << endpython +python3 << endpython import vim import os.path -- cgit v1.2.3