annotate runtime/indent/changelog.vim @ 27895:38651469e776
v8.2.4473
patch 8.2.4473: Coverity warnds for not checking return value of ftell()
Commit: https://github.com/vim/vim/commit/416b5f4894196947ea87eea2ed4fda3504674f72
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 25 21:47:48 2022 +0000
patch 8.2.4473: Coverity warnds for not checking return value of ftell()
Problem: Coverity warnds for not checking return value of ftell().
Solution: Bail out if ftell() returns a negative value.
author |
Bram Moolenaar <Bram@vim.org> |
date |
Fri, 25 Feb 2022 23:00:03 +0100 |
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<"
|