change vi-caps-word-dfa.sml to regard newlines as final states, as with vi-word-dfa.sml in previous commit
This commit is contained in:
@@ -181,6 +181,9 @@ struct
|
||||
currentState = alphaToPunct orelse currentState = punctToAlpha
|
||||
orelse currentState = spaceToAlpha
|
||||
orelse currentState = spaceToPunct
|
||||
orelse currentState = newlineToNewline
|
||||
orelse currentState = newlineToAlpha
|
||||
orelse currentState = newlineToPunct
|
||||
|
||||
fun finish x = x
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user