-
Notifications
You must be signed in to change notification settings - Fork 59
Update: Rnoweb.vim and r-plugin.txt #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jcfaria
wants to merge
1,123
commits into
vim-scripts:master
Choose a base branch
from
jcfaria:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Add variable for rmarkdown environment
Also make Neovim run Python3 jobs by default.
It may be desirable do not split the Tmux window even if running Vim inside Tmux.
Now the client and server applications ran by Neovim are provided by the vimcom package. The vimcom port number is saved in a file and, thus, the function DiscoverVimComPort is no longer necessary and was deleted.
New experimental feature to test Neovim.
rmdir should be rmddir
Fix small typo
Also: elimination of vimrplugin_sleeptime option.
Better emulation of Console capabilities: - Autocompletion: <C-x><C-o> and <C-x><C-a> - Cicle through history: <Up> and <Down> - Complete previous command: <C-h> - See history of commands: :Rhistory - Stop R: <C-c> or :RStop
… roxygen_send_selection Conflicts: r-plugin/common_global.vim I took out your last change as I think checking for the length of the selection does not have to be done in this part of the code because it is only executed if the beginning and the end of the selection are on the same line.
Roxygen send selection
Only strip #' from lines within the example section
Add word document render option for Rmarkdown plugin
The new option requires an updated R-Vim-runtime
Reason: make option vimrplugin_hi_fun to work even with outdated syntax/r.vim that still runs functions.vim.
Reason: the code was not working with nested R code.
Duplicated files will exist if the user has installed both the vimball and the git repository.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
The files "Rnoweb.vim" and "r-plugin.txt" were updated.
Please, give a looked to see if you agree.
PS:
I'm learning how to work on git/github.
All the best,
JCFaria