annotate runtime/compiler/README.txt @ 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 |
3fc0f57ecb91 |
children |
4027cefc2aab |
rev |
line source |
7
|
1 This directory contains Vim scripts to be used with a specific compiler.
|
|
2 They are used with the ":compiler" command.
|
|
3
|
|
4 These scripts usually set options, for example 'errorformat'.
|
|
5 See ":help write-compiler-plugin".
|
|
6
|
|
7 If you want to write your own compiler plugin, have a look at the other files
|
|
8 for how to do it, the format is simple.
|
|
9
|
|
10 If you think a compiler plugin you have written is useful for others, please
|
|
11 send it to Bram@vim.org.
|