Sassan Haradji
Sassan Haradji
This is mostly brainstorm material to see if we want to go in this direction. Implementation details: Most of the job is done as a filter in wrapper functions, `is_called_from_skipped_module`...
@mrbean-bremen When you got the time, please check it and let me know if you approve this approach. If it looks good to you, I will work on tests for...
I'm not actively working on it but I have it on my radar. If the open pull request is causing trouble in organization we can close it. The blocking issue...
Feel free to add any commits or make any changes to this pull request as needed. Your help is greatly appreciated! I might not have the capacity to address tests...
@mrbean-bremen Thank you so much! I appreciate your help! I will check your commit and add the release notes in the weekend.
@mrbean-bremen I checked the changes and it all looks good to me. I added the release notes too. Let's merge it if it looks good to you.
Seems like `nvim_get_keymap` doesn't contain internal mappings like `` or `gj` or am I missing something?
I don't like the manual exception list, what if I don't know about a mapping in vim and I don't use it so I don't create an exception for it,...
@justinmk > ctrl-u and gj are not mappings, they are commands. OK, what I'm suggesting here is it needs to be listed somewhere. Neovim needs to have a build step...
@ZyX-I Thanks for info. This is a long term plan to refactor code for this purpose. Maybe we can add inline documentation for commands as comments in code too. I...