]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
Overlong translation files may cause repo to become "dirty"
authorChristian Brabandt <cb@256bit.org>
Thu, 11 Apr 2024 20:02:28 +0000 (22:02 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 11 Apr 2024 20:05:11 +0000 (22:05 +0200)
Problem:  Overlong translation files may cause repo to become "dirty"
Solution: Add a test into check.vim to warn for lines being longer than
          80 virt columns

related: #14490

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/po/check.vim

index 917c648494376a908dc3f9fae64d75fa7196bf79..659a196055a892914c4758dd11b3067e85762189 100644 (file)
@@ -226,6 +226,14 @@ elseif ctu
   " endif
 endif
 
+" Check that all lines are no longer than 80 chars
+let overlong = search('\%>80v', 'n')
+if overlong > 0
+  echomsg "Lines should be wrapped at 80 columns"
+  if error == 0
+    let error = overlong
+  endif
+endif
 
 if error == 0
   " If all was OK restore the view.