This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c4fedc6434ef8fc93d1b22e1123cf281800f9db2
sml-projects
/
fcore
/
cursor-dfa
History
Humza Shahid
96521f358f
when looping through a DFA in a functor, make sure we return the absolute index to the calling function and not a modified version of the absolute index which has already been clipped
2025-09-16 21:35:48 +01:00
..
make-dfa-loop.sml
when looping through a DFA in a functor, make sure we return the absolute index to the calling function and not a modified version of the absolute index which has already been clipped
2025-09-16 21:35:48 +01:00
vi-caps-word-dfa.sml
add functions to yank to end-of-previous-character, and to yank from current line to start of buffer
2025-09-05 23:46:10 +01:00
vi-dlr-dfa.sml
fix bug with ViDlrDfa.next: we previously did not consider the case of cursor starts on a line containing nothing but a blank \n newline. We consider this now, returning the same index when it occurs.
2025-09-07 20:59:13 +01:00
vi-word-dfa.sml
add separate folder when deleting end of current word, so that we can fix 'de' and 'dE' motions (the result of the folders for the cursor motion is meant to be decremented by 1, but the result for deleting is not meant to be decremented or incremented at all)
2025-08-03 17:35:33 +01:00