Skip to content

Commit

Permalink
Disbale completion of R code inside quotes, closes #401
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Jul 31, 2020
1 parent bd29e0c commit 4fcd94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/http-handlers.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ register_http_handlers <- function(session, metadata) {
settings <- utils::rc.settings()
utils::rc.settings(ops = TRUE, ns = TRUE, args = TRUE, func = FALSE,
ipck = TRUE, S3 = TRUE, data = TRUE, help = TRUE,
argdb = TRUE, fuzzy = FALSE, files = TRUE, quotes = TRUE)
argdb = TRUE, fuzzy = FALSE, files = TRUE, quotes = FALSE)
on.exit(do.call(utils::rc.settings, as.list(settings)), add = TRUE)

# temporarily attach global setup to search path
Expand Down

0 comments on commit 4fcd94c

Please sign in to comment.