Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Tiny patch for compinstall typo



Maybe, here is not space but TAB.

--- Completion/Core/compinstall.orig	Wed May 10 12:35:50 2000
+++ Completion/Core/compinstall	Wed May 10 12:37:22 2000
@@ -91,7 +91,7 @@
 ifile=$newifile
 
 if [[ $foundold = true ]]; then
-  sed -n "/^[   ]*$startline/,/^[       ]*$endline/p" $ifile |
+  sed -n "/^[ 	]*$startline/,/^[ 	]*$endline/p" $ifile |
   # Use the default read behaviour to handle any continuation lines.
   while read line; do
     (( lines_found++ ))

---
Naoki Wakamatsu
m5032106@xxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author