From: Samir Benmendil Date: Wed, 12 Apr 2023 13:44:43 +0000 (+0100) Subject: vim: update togglelist to also work in nvim X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d84533d1e9eea28deb5089a66559774a68cb55a3?ds=inline;hp=d84533d1e9eea28deb5089a66559774a68cb55a3 vim: update togglelist to also work in nvim I think the Quickfix window has been renamed which caused this to stop working. The approach of using [cl]window seems better. ---