blob: 6753cd284a59e08bf78ea70dcaeca7bb4b5567cf [file] [log] [blame]
Riley Bruinsf77a0e92024-07-07 21:18:31 +02001" Vim filetype plugin
2" Language: cmakecache - CMakeCache.txt files generated by CMake
3" Maintainer: Riley Bruins <ribru17@gmail.com>
4" Last Change: 2024 Jul 06
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setl comments=:#,:// commentstring=//\ %s
12
13let b:undo_ftplugin = 'setl com< cms<'