Skip to content

Issue with multibyte files #225

@ubaldot

Description

@ubaldot

Consider the folllowing string:

**需要某种特定风格或主题**

By placing the cursor on the 6th character and by running echo synIDattr(synID(line("."), charcol("."), 1), "name"), then I get markdownBold.

Next, consider the following string:

需要**某种特定风格或主题**

By placing the cursor on the 6th character and by running echo synIDattr(synID(line("."), charcol("."), 1), "name"), then I don't get anything.

Nevertheless, if I consider an ASCII string, like the following:

unapar**olamolto**lunga

By placing the cursor on col 12 and by running echo synIDattr(synID(line("."), charcol("."), 1), "name"), then I get markdownBold.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions