Mercurial > vim
view runtime/ftplugin/i3config.vim @ 33850:9fc745451034 v9.0.2136
patch 9.0.2136: MSVC errorformat can be improved
Commit: https://github.com/vim/vim/commit/8ceb99001b52d0c642e7532763ec9d8217ee86e3
Author: Shawn Hatori <shawn.hatori@gmail.com>
Date: Tue Nov 28 20:51:07 2023 +0100
patch 9.0.2136: MSVC errorformat can be improved
Problem: MSVC errorformat can be improved
Solution: parse error type and column number in MSVC errorformat
closes: #13587
Signed-off-by: Shawn Hatori <shawn.hatori@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 28 Nov 2023 21:00:08 +0100 |
parents | 3a63b1e4a6f4 |
children |
line wrap: on
line source
" Vim filetype plugin file " Language: i3 config file " Original Author: Mohamed Boughaba <mohamed dot bgb at gmail dot com> " Maintainer: Quentin Hibon " Version: 0.4 " Last Change: 2021 Dec 14 if exists("b:did_ftplugin") | finish | endif let b:did_ftplugin = 1 let b:undo_ftplugin = "setlocal cms<" setlocal commentstring=#\ %s