a086095954
unix_filename_rubout deletes to the previous slash or whitespace, unlike the previously implemented backwards-kill-word which treats and non-alphanumeric character as a boundary. To illustrate, given the text 'foo/bar.baz', unix_filename_rubout will delete 'bar.baz' while backwards-kill-word will delete only 'baz'. See #1710. |
||
---|---|---|
.. | ||
end2end | ||
helpers | ||
manual | ||
unit | ||
conftest.py | ||
test_conftest.py |