Now when you delete a word in a promp it will work more like how it works in bash. If the text dose not end in a letter then the last word and all of the tailing special characters will be deleted. If the text dose end in a letter then only the last word will be deleted leaving the special characters that are before the last word. Examples: | Before | After | | -------------------| ----------- | | `some word` | `some ` | | `some word` | `some ` | | `some word ` | `some ` | |
||
|---|---|---|
| .. | ||
| controller.lua | ||
| controller_test.lua | ||
| libivy.lua | ||
| libivy_test.lua | ||
| matcher_test.lua | ||
| prompt.lua | ||
| prompt_test.lua | ||
| utils.lua | ||
| utils_line_action_test.lua | ||
| utils_vimgrep_action_test.lua | ||
| vim_mock.lua | ||
| window.lua | ||
| window_test.lua | ||