pry / pry-coolline

Live syntax-highlighting for the Pry REPL
Other
128 stars 17 forks source link

This plugin changes how "alt+backspace" work #29

Closed bogdan closed 10 years ago

bogdan commented 10 years ago

When this plugin is loaded alt+backspace don't treat . as word break. But when the plugin is not loaded - it does.

Mon-Ouie commented 10 years ago

Oh, I see. It got removed from the list of word breaks because the autocompletion works based on what the last word is. I will make it so that movement function and autocompletion can treat those differently.