The description should provide the details necessary to address the issue. This typically includes the following:
- A description of the expected behaviour
- A description of the observed behaviour
- The steps required to reproduce the issue
If your issue is instead a feature request or anything else, please consider if minimal examples and vimrc files might still be relevant.
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.
set nocompatible
let &rtp = '~/.vim/bundle/wiki.vim,' . &rtp
" Load other plugins, if necessary
" let &rtp = '~/path/to/other/plugin,' . &rtp
filetype plugin indent on
syntax enable
let g:wiki_root = '/path/to/minimal-working-example-wiki'