Cameron Johnson
Cameron Johnson
FYI I've found that while mapping to `` does not work, mapping to `` does. I've also found that while `inoremap` isn't working properly, `imap` is.
I've also had a tough time with the xcode example in the swiftbridge book. XCFrameworks are not allowed to use bridging headers, so I have had to use a modulemap...
I was playing around with the create-package command in the swiftbridge CLI. Perhaps that's the recommended way to do something like this?
I know this is an old issue, but I think the problem is you don't need to escape the '/' in the regex. If you just remove the '\\'s it...
I still see this issue on the latest version. Has the fix been merged to master?
Opened https://github.com/vimwiki/vimwiki/pull/1463
I'm seeing this as well!