summaryrefslogtreecommitdiffstats
path: root/l10n/ro.php
diff options
context:
space:
mode:@@ -2580,7 +2580,15 @@ func Test_normal33_g_cmd2()
call assert_equal(87, col('.'))
call assert_equal('E', getreg(0))
+ " Test for gM with Tab characters
+ call setline('.', "\ta\tb\tc\td\te\tf")
+ norm! gMyl
+ call assert_equal(6, col('.'))
+ call assert_equal("c", getreg(0))
+
" Test for g Ctrl-G
+ call setline('.', lineC)
+ norm! 60gMyl
set ff=unix
let a=execute(":norm! g\<c-g>")
call assert_match('Col 87 of 144; Line 2 of 2; Word 1 of 1; Byte 88 of 146', a)
diff --git a/src/version.c b/src/version.c
index 55ddb069c8..7d5d6b593e 100644
--- a/diff --git a/l10n/ro.php b/l10n/ro.php
index 4c89fb3d0..48ef6c7d3 100644
--- a/
l10n/ro.php
+++ b/l10n/ro.php
@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"Can not add folder: Exists already" => "Nu se poate adăuga director : Exista deja",
+"Refresh" => "Împrospătare",
"by" => "după",
"from" => "de la",
"Download" => "Descarcă",