stefanoborini / vai

Vai editor. A text based IDE similar to vim, in python.
245 stars 16 forks source link

refactor TextDocumentCursor.toCharFirstNonBlank in terms of toCharFirstNonBlankForLine #193

Open stefanoborini opened 9 years ago

stefanoborini commented 9 years ago

the second is a generalization of the first. Remove one implementation and implement in terms of the other.