Comment 2 for bug 919540

Revision history for this message
Georg Brandl (gbrandl) wrote :

Another thing: forward-word stops at the *ends* of words. py-forward-into-nomenclature now stops at the beginnings of words. E.g.:

def doSomething(blah)

from the beginning of the line it should stop at " ", "S", "(", ")"
it does stop at "d", "S", "b".