Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode characters mess up table alignment #81

Closed
2 of 6 tasks
SidOfc opened this issue Nov 20, 2018 · 0 comments
Closed
2 of 6 tasks

Unicode characters mess up table alignment #81

SidOfc opened this issue Nov 20, 2018 · 0 comments
Assignees
Labels
bug:report Something does not work as intended / expected.

Comments

@SidOfc
Copy link
Owner

SidOfc commented Nov 20, 2018

This is related to #80 regarding the use of unicode characters in the input lines.

OS type:

  • Unix
  • Windows
  • Other (macOS)

Vim:

  • vim
  • neovim
  • Other ([SPECIFY])

Vim version:

v0.3.1

Reproduce steps:

Example:

  1. Open a markdown file.
  2. Paste the following example into the file:
    first,second
    😀 list item,😀 list item
  3. Then, from Normal mode with the cursor on the first line, go into visual-block mode V and select the second line as well with j and convert to CSV with Leader+,.

Expected:

|     first      |     second     |
|:--------------:|:--------------:|
|  😀 list item  |  😀 list item  |

(even github shows a small deviation)

Actual:

|     first      |     second     |
|:--------------:|:--------------:|
| 😀 list item | 😀 list item |
@SidOfc SidOfc self-assigned this Nov 20, 2018
@SidOfc SidOfc added the bug:report Something does not work as intended / expected. label Nov 20, 2018
SidOfc added a commit that referenced this issue Nov 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:report Something does not work as intended / expected.
Projects
None yet
Development

No branches or pull requests

1 participant