annotate runtime/compiler/msvc.vim @ 12080:93024e778745 v8.0.0920

patch 8.0.0920: cursor wrong after switching altscreen in terminal commit https://github.com/vim/vim/commit/893029ab20a06da9c0cf29661c9f6e2ec5583dce Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 12 21:15:34 2017 +0200 patch 8.0.0920: cursor wrong after switching altscreen in terminal Problem: The cursor shape is wrong after switch back from an alternate screen in a terminal window. (arius Gedminas) Solution: Change bitfield to unsigned. Set flag that cursor shape was set.
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Aug 2017 21:30:04 +0200
parents bd18da914be9
children 4027cefc2aab
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 " Vim compiler file
6259
bd18da914be9 Update runtime files.
Bram Moolenaar <bram@vim.org>
parents: 572
diff changeset
2 " Compiler: Microsoft Visual C
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 " Maintainer: Bram Moolenaar <Bram@vim.org>
6259
bd18da914be9 Update runtime files.
Bram Moolenaar <bram@vim.org>
parents: 572
diff changeset
4 " Last Change: 2014 Sep 20
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 if exists("current_compiler")
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 finish
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 let current_compiler = "msvc"
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11 " The errorformat for MSVC is the default.
572
2244be18d9e9 updated for version 7.0162
vimboss
parents: 349
diff changeset
12 CompilerSet errorformat&
2244be18d9e9 updated for version 7.0162
vimboss
parents: 349
diff changeset
13 CompilerSet makeprg=nmake