Skip to content

Issue with multibyte files #225

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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