lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master e1e05df 5/5: Add a command to find long lines


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e1e05df 5/5: Add a command to find long lines in vim
Date: Thu, 19 Nov 2020 19:00:13 -0500 (EST)

branch: master
commit e1e05df8ae5a2d2b26bec483384c3a944af8ea0c
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Add a command to find long lines in vim
---
 gwc/develop1.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gwc/develop1.txt b/gwc/develop1.txt
index 5af4061..d622819 100644
--- a/gwc/develop1.txt
+++ b/gwc/develop1.txt
@@ -299,6 +299,10 @@ popd
 
 cd /opt/lmi/src/lmi
 
+  # Find long lines in vim
+
+/\%>80v.\+
+
   # Identify source files not encoded compatibly with UTF-8
 
 for z in *.?pp; (iconv -f UTF-8 -t UTF-8 $z &>/dev/null || echo $z)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]