atom-vim-mode-plus icon indicating copy to clipboard operation
atom-vim-mode-plus copied to clipboard

gw does not work with Greek

Open dionyziz opened this issue 6 years ago • 1 comments

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.

  • [x] Provide your environment info clipped by Vim Mode Plus: Clip Debug Info command.
debug info
{
  "atom": "1.25.0",
  "platform": "darwin",
  "release": "17.4.0",
  "vmpVersion": "1.31.1",
  "vmpConfig": {
    "blackholeRegisteredOperators": [],
    "startInInsertModeScopes": [],
    "charactersToAddSpaceOnSurround": [],
    "highlightSearchExcludeScopes": [],
    "flashOnOperateBlacklist": []
  }
}
  • [x] Try with latest Atom and latest vim-mode-plus.
  • [x] Pick descriptive and non-ambiguous subject
  • [x] Express "what" you want(feature? config option?, behavior change?) in short sentence(not long!).

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

  • [x] Contrast current behavior if you want to change current behavior, with sample text, operation(keystroke) and result.

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.

  • [x] Include real use case so that maintainer can understand "why" you need help.
  • [x] Include Atom(atom --version), vim-mode-plus version, and OS version(e.g. macOS Sierra 10.12.3).
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

  • [x] If keybinding issue, Read this.

dionyziz avatar Mar 29 '18 18:03 dionyziz

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

zensoup avatar Jul 06 '18 07:07 zensoup