diff options
author | Mari Imaizumi <[email protected]> | 2024-05-05 16:22:49 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-05-05 07:22:52 +0000 |
commit | fca6c55a535094a49cf16d00519120d57928b1a2 (patch) | |
tree | 4a8f48d1aeb881ea7281b506cda3cb60350968c1 | |
parent | d679afe9f96f73aac22b5d7c3a3f1e0ac50d0632 (diff) |
[ruby/reline] Remove not implemented variables
(https://github.com/ruby/reline/pull/699)
https://github.com/ruby/reline/commit/328699e901
-rw-r--r-- | lib/reline/config.rb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/reline/config.rb b/lib/reline/config.rb index 234758963f..e06b4d16e5 100644 --- a/lib/reline/config.rb +++ b/lib/reline/config.rb @@ -8,31 +8,12 @@ class Reline::Config end VARIABLE_NAMES = %w{ - bind-tty-special-chars - blink-matching-paren - byte-oriented completion-ignore-case convert-meta disable-completion - enable-keypad - expand-tilde - history-preserve-point history-size - horizontal-scroll-mode - input-meta keyseq-timeout - mark-directories - mark-modified-lines - mark-symlinked-directories - match-hidden-files - meta-flag - output-meta - page-completions - prefer-visible-bell - print-completions-horizontally show-all-if-ambiguous - show-all-if-unmodified - visible-stats show-mode-in-prompt vi-cmd-mode-string vi-ins-mode-string |