blob: f06ad3a0bf2d26af2fcb59d8ff40c86af2d9259e [file] [log] [blame]
Bram Moolenaar938ae282023-02-20 20:44:55 +00001" Vim filetype plugin file
2" Language: fish
3" Maintainer: Nicholas Boyle (github.com/nickeb96)
4" Repository: https://github.com/nickeb96/fish.vim
5" Last Change: February 1, 2023
dkearnsf937ab32023-08-29 05:32:27 +10006" 2023 Aug 28 by Vim Project (undo_ftplugin)
Bram Moolenaar938ae282023-02-20 20:44:55 +00007
8if exists("b:did_ftplugin")
9 finish
10endif
11let b:did_ftplugin = 1
12
13setlocal iskeyword=@,48-57,_,192-255,-,.
14setlocal comments=:#
15setlocal commentstring=#%s
16setlocal formatoptions+=crjq
dkearnsf937ab32023-08-29 05:32:27 +100017
18let b:undo_ftplugin = "setl cms< com< fo< isk<"