Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドを手動で実行すると
:vimgrep /\CTODO:\|FIXME:\|NOTE:/ %
すべてが期待どおりに機能します。ただし、次のマッピングを試すと:
nnoremap <leader>tl :vimgrep /\CTODO:\|FIXME:\|NOTE:/ %<CR>
エラーが発生します:
E480: 一致しません: \CTODO:|FIXME:|注:
マップが機能しない理由はわかりません。