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

Commit 9c2133fef0ff4ec082c8215b1abd405bd1ee098d breaks italics rendering in nvim #151

Closed
Pseudomanifold opened this issue Dec 12, 2019 · 2 comments

Comments

@Pseudomanifold
Copy link

Dear all,

the recent commit 9c2133f breaks italics rendering for me in nvim: when writing one word in italics using '*', the highlighting never stops afterwards. See this screenshot for details:

vim

System information:

NVIM v0.4.3
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -O2 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -I/build/neovim/src/build/config -I/build/neovim/src/neovim-0.4.3/src -I/usr/include -I/build/neovim/src/build/src/nvim/auto -I/build/neovim/src/build/include
Compiled by builduser

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info

The same issue occurs with vim. I am assuming that the referenced commit is at fault because it was the last time the Markdown formatting was modified. As a small workaround, I removed the skip and replaced it by keepend again.

@tpope tpope closed this as completed in e875717 Dec 12, 2019
@Pseudomanifold
Copy link
Author

Thanks for the quick fix!

@tpope
Copy link
Owner

tpope commented Dec 12, 2019

Unfortunately the broken version is in Vim 8.2. 😩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants