-
-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Description
I'm using Neovim installed via Homebrew.
❯ vim -v
NVIM v0.2.0
Build type: Release
Compilation: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_MSGPACK_HAS_FLOAT32 -DNDEBUG -DDISABLE_LOG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20170707-80027-1bg0wcx/neovim-0.2.0/build/config -I/tmp/neovim-20170707-80027-1bg0wcx/neovim-0.2.0/src -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20170707-80027-1bg0wcx/neovim-0.2.0/build/src/nvim/auto -I/tmp/neovim-20170707-80027-1bg0wcx/neovim-0.2.0/build/include
Compiled by [email protected]
Optional features included (+) or not (-): +acl +iconv +jemalloc +tui
For differences from Vim, see :help vim-differences
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/Cellar/neovim/0.2.0_1/share/nvim"
I have revision a7dbc31 of this plugin installed using junegunn/vim-plug@ddc67fc.
This is the vim configuration file I'm using:
call plug#begin('~/.vim/plugins')
Plug 'tpope/vim-markdown', { 'for': 'markdown' }
let g:markdown_fenced_languages = [
\ 'markdown',
\ ]
call plug#end()
If I comment out the block to assign a value to g:markdown_fenced_languages
, I'm able to load a .md
file without issue. However, with the block in place, loading even an empty .md
file produces this output...
"test.md" 0L, 0C
Error detected while processing /usr/local/Cellar/neovim/0.2.0_1/share/nvim/runtime/syntax/javascript.vim:
line 1:
E169: Command too recursive
Error detected while processing /usr/local/Cellar/neovim/0.2.0_1/share/nvim/runtime/syntax/vb.vim:
line 1:
E169: Command too recursive
Error detected while processing /usr/local/Cellar/neovim/0.2.0_1/share/nvim/runtime/syntax/css.vim:
line 1:
E169: Command too recursive
Error detected while processing /Users/matthewturland/.vim/plugins/vim-markdown/syntax/markdown.vim:
line 1:
E169: Command too recursive
Error detected while processing /usr/local/Cellar/neovim/0.2.0_1/share/nvim/runtime/syntax/markdown.vim:
line 1:
E169: Command too recursive
Error detected while processing /Users/matthewturland/.vim/plugins/vim-markdown/syntax/markdown.vim:
... followed by a lot of repetitions of this.
line 31:
E121: Undefined variable: s:done_include
line 105:
E121: Undefined variable: main_syntax
E15: Invalid expression: main_syntax ==# 'markdown'
line 159:
E121: Undefined variable: main_syntax
E15: Invalid expression: main_syntax ==# 'markdown'
Metadata
Metadata
Assignees
Labels
No labels