-
Notifications
You must be signed in to change notification settings - Fork 66
Installation error tags.vim line 88+ #194
Copy link
Copy link
Closed
Description
Description
The description should provide the details necessary to address the issue.
This typically includes the following:
- A description of the expected behaviour - installation without error
- A description of the observed behaviour - receive the following when I open neovim
Error detected while processing /home/donnie/.config/nvim/autoload/plugged/wiki.vim/autoload/wiki/tags.vim:
line 88:
E475: Invalid argument: old_tag, new_tag='', rename_to_existing=v:false) abort " {{{1
line 89:
E121: Undefined variable: a:new_tag
E15: Invalid expression: a:new_tag ==# ''
line 94:
E193: :endfunction not inside a function
line 97:
E475: Invalid argument: old_tag='', new_tag='', ...) abort " {{{1
line 99:
E121: Undefined variable: a:old_tag
E15: Invalid expression: a:old_tag ==# '' ? input('Enter tag to rename (wihtout delimiters): ',
line 101:
E20: Mark not set
line 102:
E121: Undefined variable: l:old_tag
E15: Invalid expression: l:old_tag ==# '' | return | endif
line 107:
E133: :return not inside a function
line 389:
E133: :return not inside a function
line 397:
E133: :return not inside a function
line 527:
E133: :return not inside a function
line 531:
E171: Missing :endif
Error detected while processing /home/donnie/.config/nvim/autoload/plugged/wiki.vim/plugin/wiki.vim:
line 62:
E121: Undefined variable: g:wiki#tags#default_parser
E116: Invalid arguments for function wiki#init#option
Press ENTER or type command to continue
- The steps required to reproduce the issue
- Install neovim on gentoo
- Install vim-plug
- Install vim-polyglot with vim-plug
- Install NERDTree with vim-plug
- Install auto-pairs with vim-plug
- Install vim-markdown with vim-plug
- Install wiki.vim with vim-plug
If your issue is instead a feature request or anything else, please consider if
minimal examples and vimrc files might still be relevant.
Minimal working example - See above
Please provide a minimal working example, for instance something like this:
/path/to/minimal-working-example-wiki
├── index.wiki
├── journal
│ └── 2017-11-24.wiki
└── test.wiki
The file contents should of course also be included if necessary. Please also
provide a minimal vimrc file, e.g.
source $HOME/.config/nvim/vim-plug/plugins.vim
autocmd BufNewFile,BufRead *.md set filetype=markdown
autocmd FileType markdown set cursorline
" Vim-Markdown
let g:vim_markdown_edit_url_in = 'tab'
let g:vim_markdown_follow_anchor = 1
let g:vim_markdown_folding_disabled = 1
" Wiki.vim
let g:wiki_root = '~/Notes'
let g:wiki_filetypes = ['md']
let g:wiki_link_extension = '.md'
" Have lines wrap instead of continue off-screen
set linebreak
" Gives Vim access to a broader range of colours
set termguicolorsReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels