mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 18:54:44 +08:00
With `nomagic` being set (not recommended, but might happen), the pattern would not work. This patch sets `\m` explicitly.
With `nomagic` being set (not recommended, but might happen), the pattern would not work. This patch sets `\m` explicitly.