t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

gw does not work with Greek #1053

Open dionyziz opened 6 years ago

dionyziz commented 6 years ago

Execute Vim Mode Plus: Clip Debug Info(which write info to clipboard) then paste here.

Read and check all "Check list" bellow.

Check list

You have to check all before open issue.

debug info ```json { "atom": "1.25.0", "platform": "darwin", "release": "17.4.0", "vmpVersion": "1.31.1", "vmpConfig": { "blackholeRegisteredOperators": [], "startInInsertModeScopes": [], "charactersToAddSpaceOnSurround": [], "highlightSearchExcludeScopes": [], "flashOnOperateBlacklist": [] } } ```

Bug: I want gw to work correctly when applied to Greek text.

Apply gw after selecting the following text:

Η απόκτηση του bitcoin γίνεται με τον ίδιο τρόπο που μπορεί κανείς να αποκτήσει
παραδοσιακά νομίσματα. Μπορεί κανείς να εργαστεί και να πληρωθεί σε bitcoin όπως
κάνουν ήδη ορισμένοι επαγγελματίες στο χώρο της πληροφορικής. 

Expected behavior: The text remains the same, wrapped to 80 columns. Actual behavior: The text is wrapped incorrectly, causing lines of more than 80 columns.

dionyziz@erdos ~ % atom --version
Atom    : 1.25.0
Electron: 1.7.11
Chrome  : 58.0.3029.110
Node    : 7.9.0

vim-mode-plus: 1.32.0 OS version: macOS high sierra 10.13.3

zensoup commented 6 years ago

Should be closed. It was an issue with the autoflow package and was solved in version 0.29.4.

It has been resolved in Atom since v1.28