Schyrsivochter created an issue (geany/geany-plugins#1487) When placing the cursor at the end of the line: ``` Take a look at unselected cases. ``` and pressing `db` or `dB`, in Vim you would get the line: ``` Take a look at unselected . ``` In Geany vimode, you will get: ``` Take a look at unselected. ``` Another example: placing the cursor on the end of the line ``` print(message) ``` and pressing `db` in Vim yields: ``` print() ``` but in Geany vimode: ``` print) ```
-- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1487 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/[email protected]>
