-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…494) (#472) * RCreateMaps: Create plug mappings unconditionally Previously, Plug mappings were only created if they were already in use - i.e., if someone had mapped them to something in their .vimrc. The problem with that is if someone wants to create buffer-local maps to an nvim-R <Plug> mapping, they cannot do so from .vimrc. They must do so once the buffer is loaded - ie within vim, after loading .vimrc. This is usually done with an filetype autocmd. See #470 for more * Update mapping documentation to suggest buffer-local mappings * Link to option to only use custom user settings * Clarify purpose of RStop The word 'stop' is a bit misleading, because it suggests killing the R process totally. That doesn't always happen, it just interrupts. * Fix filetype autocmd in documentation * Flip check on user_maps_only * Restore check to not map default if custom mapping exists * Fix delay when RSendLine plug mapping is used Co-authored-by: bluedrink9 <[email protected]>
- Loading branch information
1 parent
50497c7
commit fe5edb9
Showing
2 changed files
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters