Home
last modified time | relevance | path

Searched refs:setlocal (Results 1 – 25 of 2989) sorted by relevance

12345678910>>...120

/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-2.0/
H A Dcurrent.vim73 setlocal define=
75 setlocal nodiff
106 setlocal nolisp
107 setlocal nolist
116 setlocal path=
138 setlocal tags=
143 setlocal nowrap
215 setlocal path=
237 setlocal tags=
242 setlocal wrap
[all …]
/dports/textproc/p5-PerlPoint-Converters/PerlPoint-Converters-1.0205/
H A DSession.vim109 setlocal autoread
110 setlocal nobinary
113 setlocal buftype=
121 setlocal define=
123 setlocal nodiff
150 setlocal keymap=
152 setlocal nolisp
153 setlocal nolist
160 setlocal path=
175 setlocal tags=
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/ftplugin/
H A Dtutor.vim7 setlocal noreadonly
9 setlocal buftype=nofile
11 setlocal conceallevel=2
13 setlocal buftype=
14 setlocal concealcursor&
15 setlocal conceallevel=0
17 setlocal noundofile
19 setlocal keywordprg=:help
20 setlocal iskeyword=@,-,_
24 setlocal foldmethod=manual
[all …]
H A Dscala.vim15 setlocal formatoptions-=t formatoptions+=croqnl
16 silent! setlocal formatoptions+=j
21 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s2:/**,mb:*,ex:*/,s1:/*,mb:*,ex:*/,://
23 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/**,mb:*,ex:*/,s1:/*,mb:*,ex:*/,://
25 setlocal commentstring=//\ %s
27 setlocal shiftwidth=2 softtabstop=2 expandtab
29 setlocal include=^\\s*import
30 setlocal includeexpr=substitute(v:fname,'\\.','/','g')
32 setlocal path+=src/main/scala,src/test/scala
33 setlocal suffixesadd=.scala
H A Dscdoc.vim13 setlocal comments=b:;
14 setlocal commentstring=;%s
15 setlocal formatoptions+=t
16 setlocal noexpandtab
17 setlocal shiftwidth=0
18 setlocal softtabstop=0
19 setlocal textwidth=80
24 setlocal conceallevel=2
H A Dman.vim9 setlocal noexpandtab tabstop=8 softtabstop=8 shiftwidth=8
10 setlocal wrap breakindent linebreak
15 setlocal iskeyword=@-@,:,a-z,A-Z,48-57,_,.,-,(,)
17 setlocal nonumber norelativenumber
18 setlocal foldcolumn=0 colorcolumn=0 nolist nofoldenable
20 setlocal tagfunc=man#goto_tag
31 setlocal foldenable
32 setlocal foldmethod=indent
33 setlocal foldnestmax=1
H A Dlogtalk.vim13 setlocal ts=4
14 setlocal sw=4
15 setlocal fdm=syntax
16 setlocal fdn=10
17 setlocal fdc=2
18 setlocal autoindent
19 setlocal dict=$VIMRUNTIME/ftplugin/logtalk.dict
H A Dvroom.vim15 let b:undo_ftplugin = 'setlocal formatoptions< shiftwidth< softtabstop<' .
18 setlocal formatoptions-=t
21 setlocal shiftwidth=2
22 setlocal softtabstop=2
23 setlocal expandtab
27 setlocal iskeyword+=#
30 setlocal comments=
31 setlocal commentstring=
H A Dpython.vim14 setlocal cinkeys-=0#
15 setlocal indentkeys-=0#
17 setlocal define=^\\s*\\(def\\\|class\\)
37 setlocal suffixesadd=.py
38 setlocal comments=b:#,fb:-
39 setlocal commentstring=#\ %s
135 \ . '|setlocal comments<'
137 \ . '|setlocal expandtab<'
138 \ . '|setlocal include<'
142 \ . '|setlocal omnifunc<'
[all …]
H A D8th.vim10 " setlocal iskeyword=!,@,33-35,%,$,38-64,A-Z,91-96,a-z,123-126,128-255
21 setlocal ts=2 sts=2 sw=2 et
22 setlocal com=s1:/*,mb:*,ex:*/,b:--,be:\\
23 setlocal fo=tcrqol
24 setlocal matchpairs+=\::;
25 setlocal iskeyword=!,@,33-35,%,$,38-64,A-Z,91-96,a-z,123-126,128-255
26 setlocal suffixesadd=.8th
27 let b:undo_ftplugin = "setlocal ts< sts< sw< et< com< fo< mps< isk< sua<"
H A Dsass.vim14 setlocal comments=://
15 setlocal commentstring=//\ %s
16 setlocal includeexpr=SassIncludeExpr(v:fname)
17 setlocal omnifunc=csscomplete#CompleteCSS
18 setlocal suffixesadd=.sass,.scss,.css
20 setlocal iskeyword+=-
21 setlocal iskeyword+=$
22 setlocal iskeyword+=%
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_scroll_opt.vim7 setlocal scroll=1
8 setlocal scroll&
11 setlocal scroll=1
12 setlocal scroll=0
16 execute 'setlocal scroll=' . (winheight(0) + 1)
27 setlocal scroll=1
28 setlocal scroll&
31 setlocal scroll=1
32 setlocal scroll=0
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_scroll_opt.vim6 setlocal scroll=1
7 setlocal scroll&
10 setlocal scroll=1
11 setlocal scroll=0
15 execute 'setlocal scroll=' . (winheight(0) + 1)
26 setlocal scroll=1
27 setlocal scroll&
30 setlocal scroll=1
31 setlocal scroll=0
/dports/editors/vim/vim-8.2.3745/runtime/ftplugin/
H A Dscala.vim15 setlocal formatoptions-=t formatoptions+=croqnl
16 silent! setlocal formatoptions+=j
21 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s2:/**,mb:*,ex:*/,s1:/*,mb:*,ex:*/,://
23 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/**,mb:*,ex:*/,s1:/*,mb:*,ex:*/,://
25 setlocal commentstring=//\ %s
27 setlocal shiftwidth=2 softtabstop=2 expandtab
29 setlocal include=^\\s*import
30 setlocal includeexpr=substitute(v:fname,'\\.','/','g')
32 setlocal path+=src/main/scala,src/test/scala
33 setlocal suffixesadd=.scala
H A Dscdoc.vim13 setlocal comments=b:;
14 setlocal commentstring=;%s
15 setlocal formatoptions+=t
16 setlocal noexpandtab
17 setlocal shiftwidth=0
18 setlocal softtabstop=0
19 setlocal textwidth=80
24 setlocal conceallevel=2
H A Dlogtalk.vim13 setlocal ts=4
14 setlocal sw=4
15 setlocal fdm=syntax
16 setlocal fdn=10
17 setlocal fdc=2
18 setlocal autoindent
19 setlocal dict=$VIMRUNTIME/ftplugin/logtalk.dict
H A Dvroom.vim15 let b:undo_ftplugin = 'setlocal formatoptions< shiftwidth< softtabstop<' .
18 setlocal formatoptions-=t
21 setlocal shiftwidth=2
22 setlocal softtabstop=2
23 setlocal expandtab
27 setlocal iskeyword+=#
30 setlocal comments=
31 setlocal commentstring=
H A Dpython.vim14 setlocal cinkeys-=0#
15 setlocal indentkeys-=0#
17 setlocal define=^\\s*\\(def\\\|class\\)
37 setlocal suffixesadd=.py
38 setlocal comments=b:#,fb:-
39 setlocal commentstring=#\ %s
135 \ . '|setlocal comments<'
137 \ . '|setlocal expandtab<'
138 \ . '|setlocal include<'
142 \ . '|setlocal omnifunc<'
[all …]
H A Dsass.vim14 setlocal comments=://
15 setlocal commentstring=//\ %s
16 setlocal includeexpr=SassIncludeExpr(v:fname)
17 setlocal omnifunc=csscomplete#CompleteCSS
18 setlocal suffixesadd=.sass,.scss,.css
20 setlocal iskeyword+=-
21 setlocal iskeyword+=$
22 setlocal iskeyword+=%
H A D8th.vim10 " setlocal iskeyword=!,@,33-35,%,$,38-64,A-Z,91-96,a-z,123-126,128-255
21 setlocal ts=2 sts=2 sw=2 et
22 setlocal com=s1:/*,mb:*,ex:*/,b:--,be:\\
23 setlocal fo=tcrqol
24 setlocal matchpairs+=\::;
25 setlocal iskeyword=!,@,33-35,%,$,38-64,A-Z,91-96,a-z,123-126,128-255
26 setlocal suffixesadd=.8th
27 let b:undo_ftplugin = "setlocal ts< sts< sw< et< com< fo< mps< isk< sua<"
/dports/textproc/py-python-docx/python-docx-0.8.11/docs/
H A DSession.vim17 setlocal fdm=manual
18 setlocal fde=0
19 setlocal fmr={{{,}}}
20 setlocal fdi=#
21 setlocal fdl=0
22 setlocal fml=1
23 setlocal fdn=20
24 setlocal fen
/dports/editors/neovim/neovim-0.6.1/runtime/indent/
H A Dlifelines.vim15 setlocal cindent
16 setlocal cinwords=""
17 setlocal cinoptions+=+0
18 setlocal cinoptions+=p0
19 setlocal cinoptions+=i0
20 setlocal cinoptions+=t0
21 setlocal cinoptions+=*500
/dports/editors/vim/vim-8.2.3745/runtime/indent/
H A Dlifelines.vim15 setlocal cindent
16 setlocal cinwords=""
17 setlocal cinoptions+=+0
18 setlocal cinoptions+=p0
19 setlocal cinoptions+=i0
20 setlocal cinoptions+=t0
21 setlocal cinoptions+=*500
/dports/misc/vifm/vifm-0.11/data/vim/ftplugin/
H A Dvifm-rename.vim34 setlocal buftype=nofile
35 setlocal bufhidden=hide
36 setlocal noswapfile
37 setlocal nobuflisted
38 setlocal cursorbind
39 setlocal scrollbind
40 setlocal nocursorline
55 setlocal cursorbind
56 setlocal scrollbind
/dports/audio/csound/csound-6.15.0/installer/misc/vim/
H A Dcsound.vim6 au BufNewFile,BufRead *.orc setlocal filetype=csound_orc
7 au BufNewFile,BufRead *.ORC setlocal filetype=csound_orc
8 au BufNewFile,BufRead *.sco setlocal filetype=csound_sco
9 au BufNewFile,BufRead *.SCO setlocal filetype=csound_sco
10 au BufNewFile,BufRead *.csd setlocal filetype=csound_csd
11 au BufNewFile,BufRead *.CSD setlocal filetype=csound_csd

12345678910>>...120