neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

logcheck.vim (451B)


      1 " Vim filetype plugin file
      2 " Language:    Logcheck
      3 " Maintainer:  Debian Vim Maintainers
      4 " Last Change: 2023 Jan 16
      5 " License:     Vim License
      6 " URL: https://salsa.debian.org/vim-team/vim-debian/blob/main/ftplugin/logcheck.vim
      7 
      8 if exists('b:did_ftplugin')
      9    finish
     10 endif
     11 let b:did_ftplugin = 1
     12 
     13 let b:undo_ftplugin = 'setl fo<'
     14 
     15 " Do not hard-wrap non-comment lines since each line is a self-contained
     16 " regular expression
     17 setlocal formatoptions-=t