1
0
Fork 0
codesnap.nvim/lua/codesnap/utils
Marco a9ff9852be
[Fix] Adjusted Selection Direction (#8)
Changes made: Now, when users select upward, I swapped start and end positions to match. 

Also, I noticed a bug in visual block mode, you always show the whole line instead of just the selected characters. Couldn't figure out how to fix it though, since I'm not too familiar with the Vim API :(
2024-02-23 17:23:34 +08:00
..
command.lua [Init] setup extension config 2024-02-19 22:28:27 +08:00
list.lua [Feat] finished mvp version 2024-02-19 22:28:27 +08:00
logger.lua [Feat] finished mvp version 2024-02-19 22:28:27 +08:00
path.lua [Feat] finished mvp version 2024-02-19 22:28:27 +08:00
string.lua [Init] setup extension config 2024-02-19 22:28:27 +08:00
table.lua [Feat] finished mvp version 2024-02-19 22:28:27 +08:00
visual.lua [Fix] Adjusted Selection Direction (#8) 2024-02-23 17:23:34 +08:00