From 26393fd420a055881aada4888d771e0f80a03afe Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Thu, 12 Feb 2026 21:40:10 +0200 Subject: [PATCH 1/2] remove useless space and comment --- vimtest.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/vimtest.py b/vimtest.py index 2d60d9b..8bedcd0 100644 --- a/vimtest.py +++ b/vimtest.py @@ -1,13 +1 @@ -#hello - - - - - - - - - - - print("Hello Mzansi") From e6a9b955bbe8480201d1eb0b9997fe7e967edc70 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Thu, 12 Feb 2026 21:48:15 +0200 Subject: [PATCH 2/2] add new py file --- secondVim.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 secondVim.py diff --git a/secondVim.py b/secondVim.py new file mode 100644 index 0000000..1c0e438 --- /dev/null +++ b/secondVim.py @@ -0,0 +1 @@ +print("good Bye")