From baf9c6988eafb0a34309bc6eb0062a02789f547a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sat, 20 Jan 2007 15:16:26 +0000 Subject: [PATCH] Just changed a comment. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1212 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- tagmanager/python.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tagmanager/python.c b/tagmanager/python.c index e669f797..dbd5a082 100644 --- a/tagmanager/python.c +++ b/tagmanager/python.c @@ -103,9 +103,9 @@ static void findPythonTags (void) { cp++; // count indentation amount of current line + // the indentation has to be made with tabs only _or_ spaces only, if they are mixed + // the code below gets confused indent++; - /// TODO should be improved by separating between tabs and spaces but to do this we - /// have to know the tabulator width which is set in geany and not available here } else if (*cp == '#') break;