Troubleshooting

Minimal Vimrc

These steps might help to determine if an issue is related to your setup/configuration or if the problem is a bug in Vimwiki.

  1. Clone a fresh copy of the dev branch.
        cd $HOME
        mkdir vw_tmp
        cd vw_tmp
        git clone -b dev --single-branch https://github.com/vimwiki/vimwiki.git
    
  2. Create a minimal vimrc (you should still be in $HOME/vw_tmp)
  3. Start vim using the min_vimrc
  4. Open up Vimwiki (\ww) and verify the issue still occurs.