reimplement vi's 'b' command
This commit is contained in:
@@ -974,8 +974,7 @@ struct
|
||||
end
|
||||
|
||||
(* equivalent of vi's 'b' command *)
|
||||
fun prevWord (lineGap, cursorIdx) =
|
||||
toPrevWord (lineGap, cursorIdx, helpPrevWord)
|
||||
val prevWord = ViWordDfa.startOfCurrentWord
|
||||
|
||||
(* equivalent of vi's 'B' command *)
|
||||
val prevWORD = ViWORDDfa.startOfCurrentWORD
|
||||
|
||||
Reference in New Issue
Block a user