iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.76k stars 280 forks source link

提示多余的尾部字符 #62

Closed Nstd closed 5 years ago

Nstd commented 5 years ago

执行:mess后的结果:

简体中文消息维护者: Yuheng Xie <elephant@linux.net.cn>
处理 /Users/nstd/.vimrc 时发生错误:
第   31 行:
E488: 多余的尾部字符: <Plug>MarkdownPreview
第   32 行:
E488: 多余的尾部字符: <Plug>MarkdownPreviewStop
第   33 行:
E488: 多余的尾部字符: <Plug>MarkdownPreviewToggle
"~/.vimrc" 33L, 905C
Nstd commented 5 years ago

vim 中输入:version的结果:

:version                                                                                                           
VIM - Vi IMproved 8.1 (2018 May 18, compiled Jun  9 2019 07:22:39)
macOS version
包含补丁: 1-1500
编译者 Homebrew
巨型版本 无图形界面。  可使用(+)与不可使用(-)的功能:
+acl               +conceal           +folding           +menu              +packages          -sun_workshop      +virtualedit
+arabic            +cryptv            -footer            +mksession         +path_extra        +syntax            +visual
+autocmd           +cscope            +fork()            +modify_fname      +perl              +tag_binary        +visualextra
+autochdir         +cursorbind        +gettext           +mouse             +persistent_undo   -tag_old_static    +viminfo
-autoservername    +cursorshape       -hangul_input      -mouseshape        +postscript        -tag_any_white     +vreplace
-balloon_eval      +dialog_con        +iconv             +mouse_dec         +printer           -tcl               +wildignore
+balloon_eval_term +diff              +insert_expand     -mouse_gpm         +profile           +termguicolors     +wildmenu
-browse            +digraphs          +job               -mouse_jsbterm     -python            +terminal          +windows
++builtin_terms    -dnd               +jumplist          +mouse_netterm     +python3           +terminfo          +writebackup
+byte_offset       -ebcdic            +keymap            +mouse_sgr         +quickfix          +termresponse      -X11
+channel           +emacs_tags        +lambda            -mouse_sysmouse    +reltime           +textobjects       -xfontset
+cindent           +eval              +langmap           +mouse_urxvt       +rightleft         +textprop          -xim
-clientserver      +ex_extra          +libcall           +mouse_xterm       +ruby              +timers            -xpm
+clipboard         +extra_search      +linebreak         +multi_byte        +scrollbind        +title             -xsmp
+cmdline_compl     -farsi             +lispindent        +multi_lang        +signs             -toolbar           -xterm_clipboard
+cmdline_hist      +file_in_path      +listcmds          -mzscheme          +smartindent       +user_commands     -xterm_save
+cmdline_info      +find_in_path      +localmap          +netbeans_intg     +startuptime       +vartabs
+comments          +float             +lua               +num64             +statusline        +vertsplit
     系统 vimrc 文件: "$VIM/vimrc"
     用户 vimrc 文件: "$HOME/.vimrc"
 第二用户 vimrc 文件: "~/.vim/vimrc"
      用户 exrc 文件: "$HOME/.exrc"
       defaults file: "$VIMRUNTIME/defaults.vim"
         $VIM 预设值: "/usr/local/share/vim"
编译方式: clang -c -I. -Iproto -DHAVE_CONFIG_H   -DMACOS_X -DMACOS_X_DARWIN  -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
链接方式: clang   -L. -fstack-protector-strong -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/openssl/lib -L/usr/loca
l/opt/readline/lib  -L/usr/local/lib -o vim        -lncurses -liconv -lintl -framework AppKit  -L/usr/local/opt/lua/lib -llua5.3 -mma
cosx-version-min=10.14 -fstack-protector-strong -L/usr/local/lib  -L/usr/local/Cellar/perl/5.30.0/lib/perl5/5.30.0/darwin-thread-mult
i-2level/CORE -lperl -lm -lutil -lc  -L/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/config-3.7m-darwi
n -lpython3.7m -framework CoreFoundation  -lruby.2.6
iamcco commented 5 years ago

怎么配置的

Nstd commented 5 years ago

按照教程顺序配置的,用的8.1,现在已经切换到.vim的那个版本的插件了,是可以用的

iamcco commented 5 years ago

没法复现

iamcco commented 5 years ago

这个应该是你的 vimrc 配置了什么

Nstd commented 5 years ago

没事,.vim那个版本也可以用,谢谢你提供了这么好一个工具~