Just changed a comment.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1212 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
71023d9aad
commit
baf9c6988e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user