tpope / vim-rsi

rsi.vim: Readline style insertion
http://www.vim.org/scripts/script.php?script_id=4359
589 stars 36 forks source link

Dont hide <C-T>/<C-G> during incsearch for vim8 #40

Open fcpg opened 7 years ago

fcpg commented 7 years ago

Vim8 (or patch 7.4.2268) adds / to navigate between occurrences during incsearch. This PR makes sure to keep these builtins available.