From 4837a2d0dfef1f2a7370b2765a9442a5deab4f36 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Fri, 23 Nov 2012 11:12:22 -0800 Subject: Replaced some usage of wchar_t * with wcstring in complete(). Some style fixes. --- reader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reader.cpp') diff --git a/reader.cpp b/reader.cpp index af7e2e97..70a1897c 100644 --- a/reader.cpp +++ b/reader.cpp @@ -1187,7 +1187,7 @@ struct autosuggestion_context_t if (! cursor_at_end && iswspace(last_char)) return 0; - // On the other hand, if the line ends with a quote, don't go dumping stuff after the quote + /* On the other hand, if the line ends with a quote, don't go dumping stuff after the quote */ if (wcschr(L"'\"", last_char) && cursor_at_end) return 0; -- cgit v1.2.3