1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-23 10:15:11 +01:00
vim/runtime/ftplugin/logcheck.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
451 B
VimL
Raw Normal View History

" Vim filetype plugin file
" Language: Logcheck
2019-01-01 15:32:17 +01:00
" Maintainer: Debian Vim Maintainers
2023-02-02 13:59:48 +00:00
" Last Change: 2023 Jan 16
2012-01-20 21:08:56 +01:00
" License: Vim License
2023-02-02 13:59:48 +00:00
" URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/ftplugin/logcheck.vim
2019-01-01 15:32:17 +01:00
if exists('b:did_ftplugin')
finish
endif
let b:did_ftplugin = 1
2019-01-01 15:32:17 +01:00
let b:undo_ftplugin = 'setl fo<'
" Do not hard-wrap non-comment lines since each line is a self-contained
" regular expression
setlocal formatoptions-=t