From 4b7d0cd038524c6316d8ccdc1d55117930d02ac3 Mon Sep 17 00:00:00 2001 From: Matuush Date: Wed, 16 Apr 2025 13:24:51 +0200 Subject: [PATCH] Unite comment language --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index ee365ed..2c7f756 100644 --- a/main.cpp +++ b/main.cpp @@ -201,7 +201,7 @@ void move_cursor(char ch) { break; } } -// Skoky a přesuny +// Jump to line void jump(count_type r) { count_type last_start = file.size()-LINES; if(last_start < 0)