sstallion / vimwiki-cli

Vimwiki Command-Line Interface
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

Pages with spaces in name breaks `goto` #1

Closed sstallion closed 3 years ago

sstallion commented 3 years ago

This appears to be an issue in Vimwiki itself; the :VimwikiGoto command takes <f-args> rather than <q-args>, which causes pages with spaces in the names to fail. Passing a quoted string to the command does not work as expected due to use of <f-args>. This will need to be fixed upstream - it may also be worth doing a quick evaluation to see if other commands have the same issue.

sstallion commented 3 years ago

See https://github.com/vimwiki/vimwiki/pull/1128 for more detail.

sstallion commented 3 years ago

Fixed upstream.