annotate runtime/indent/changelog.vim @ 11931:689bcb8f241c
v8.0.0845
patch 8.0.0845: MS-Windows: missing semicolon in terminal code
commit https://github.com/vim/vim/commit/d8dc1799377027be622d8571545658b20042e92e
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Aug 3 11:55:21 2017 +0200
patch 8.0.0845: MS-Windows: missing semicolon in terminal code
Problem: MS-Windows: missing semicolon in terminal code.
Solution: Add it. (Naruhiko Nishino, closes https://github.com/vim/vim/issues/1923)
author |
Christian Brabandt <cb@256bit.org> |
date |
Thu, 03 Aug 2017 12:00:04 +0200 |
parents |
73354c21f1e4 |
children |
|
rev |
line source |
234
|
1 " Vim indent file
|
|
2 " Language: generic Changelog file
|
|
3 " Maintainer: noone
|
237
|
4 " Last Change: 2005 Mar 29
|
234
|
5
|
|
6 " Only load this indent file when no other was loaded.
|
|
7 if exists("b:did_indent")
|
|
8 finish
|
|
9 endif
|
|
10 let b:did_indent = 1
|
|
11
|
|
12 setlocal ai
|
|
13
|
|
14 let b:undo_indent = "setl ai<"
|