Skip to content
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

fix(r-language-server): Use --no-echo instead of --slave #3280

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

mutlusun
Copy link
Contributor

Many thanks for your efforts maintaining neovim and the language server configurations.

Starting from R version 4.0.0, the command line option --slave were renamed to --no-echo.

See the relevant news for 4.0.0:
https://cran.r-project.org/bin/windows/base/old/4.0.0/NEWS.R-4.0.0.html and the corresponding commit:
wch/r-source@f1ff49e#diff-4747789d759ae72b19c9791301bf52e8cfc5c23dbdda10bf1a6bd003509395dd

@mutlusun mutlusun requested a review from glepnir as a code owner August 22, 2024 20:03
Copy link
Contributor

Note that server_configurations.md or server_configurations.txt will be regenerated by the docgen CI process. Edit the Lua source file instead. For details on generating documentation, see: https://github.com/neovim/nvim-lspconfig/blob/master/CONTRIBUTING.md#generating-docs

Copy link
Contributor

Note that server_configurations.md or server_configurations.txt will be regenerated by the docgen CI process. Edit the Lua source file instead. For details on generating documentation, see: https://github.com/neovim/nvim-lspconfig/blob/master/CONTRIBUTING.md#generating-docs

Starting from R version 4.0.0, the command line option `--slave` were
renamed to `--no-echo`.

See the relevant news for 4.0.0:
https://cran.r-project.org/bin/windows/base/old/4.0.0/NEWS.R-4.0.0.html
and the corresponding commit:
wch/r-source@f1ff49e
@glepnir glepnir merged commit 04f41cd into neovim:master Aug 23, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants