view src/testdir/test21.in @ 34936:f734fd771c45 v9.1.0325

patch 9.1.0325: filetype: CMakeCache.txt files not recognized Commit: https://github.com/vim/vim/commit/62c09e032c6b2d49fffac726300d142381924b98 Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Sun Apr 14 20:34:22 2024 +0200 patch 9.1.0325: filetype: CMakeCache.txt files not recognized Problem: filetype: CMakeCache.txt files not recognized Solution: Detect 'CMakeCache.txt' files as cmakecache filetype, include basic syntax script for cmakecache (Wu, Zhenyu, @bfrg) closes: #14384 Co-authored-by: bfrg <bfrg@users.noreply.github.com> Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Apr 2024 20:45:07 +0200
parents 30bdd2e4a6f9
children
line wrap: on
line source

Tests for file with some lines ending in CTRL-M, some not

STARTTEST
:set ta tx
:e!
:$-3,$w! test.out
:qa!
ENDTEST

this lines ends in a
this one doesn't
this one does
and the last one doesn't