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.
:SyntasticCheckで Syntastic vimのキーをマッピングしてみました.vimrc
:SyntasticCheck
.vimrc
nmap <leader>sc :SyntasticCheck<CR>
しかし、うまくいきません。また、このコマンド:SyntasticCheckをvimコマンドに入力しても機能しませんが、ファイルを保存する:wと機能します。構文をチェックし、下部のウィンドウでエラーを発生させます。
:w
何か案は?