Mercurial > vim
view runtime/compiler/msvc.vim @ 9458:374afcf9d11d v7.4.2010
commit https://github.com/vim/vim/commit/537ef08408c50e0c4104d57f74993b3b0ed9560d
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 9 17:56:19 2016 +0200
patch 7.4.2010
Problem: There is a :cbottom command but no :lbottom command.
Solution: Add :lbottom. (Yegappan Lakshmanan)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 09 Jul 2016 18:00:06 +0200 |
parents | bd18da914be9 |
children | 4027cefc2aab |
line wrap: on
line source
" Vim compiler file " Compiler: Microsoft Visual C " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2014 Sep 20 if exists("current_compiler") finish endif let current_compiler = "msvc" " The errorformat for MSVC is the default. CompilerSet errorformat& CompilerSet makeprg=nmake