| /vim-8.2.3635/ |
| H A D | Makefile | 257 dist: target 281 dist/$(COMMENT_RT): dist/comment 284 dist/$(COMMENT_W32): dist/comment 287 dist/$(COMMENT_GVIM): dist/comment 290 dist/$(COMMENT_OLE): dist/comment 293 dist/$(COMMENT_SRC): dist/comment 296 dist/$(COMMENT_HTML): dist/comment 299 dist/$(COMMENT_FARSI): dist/comment 443 dosrt: dist dist/$(COMMENT_RT) dosrt_files 565 html: dist dist/$(COMMENT_HTML) [all …]
|
| H A D | Filelist | 433 src/config.mk.dist \ 768 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim \ 769 runtime/pack/dist/opt/dvorak/plugin/dvorak.vim \ 770 runtime/pack/dist/opt/dvorak/dvorak/enable.vim \ 771 runtime/pack/dist/opt/dvorak/dvorak/disable.vim \ 773 runtime/pack/dist/opt/justify/plugin/justify.vim \ 774 runtime/pack/dist/opt/matchit/plugin/matchit.vim \ 775 runtime/pack/dist/opt/matchit/doc/matchit.txt \ 776 runtime/pack/dist/opt/matchit/doc/tags \ 777 runtime/pack/dist/opt/matchit/autoload/*.vim \ [all …]
|
| H A D | .travis.yml | 35 dist: bionic
|
| /vim-8.2.3635/runtime/autoload/dist/ |
| H A D | ft.vim | 13 func dist#ft#Check_inp() 35 func dist#ft#FTasm() 80 func dist#ft#FTbtm() 96 func dist#ft#FTlpc() 155 func dist#ft#FTent() 206 func dist#ft#FTe() 266 func dist#ft#FTm() 348 func dist#ft#FTmm() 477 func dist#ft#FTr() 602 func dist#ft#CSH() [all …]
|
| /vim-8.2.3635/runtime/ |
| H A D | filetype.vim | 214 au BufNewFile,BufRead *.btm call dist#ft#FTbtm() 256 au BufNewFile,BufRead *.c call dist#ft#FTlpc() 357 au BufNewFile,BufRead *.ent call dist#ft#FTent() 412 au BufNewFile,BufRead *.ex call dist#ft#ExCheck() 1040 au BufNewFile,BufRead *.m call dist#ft#FTm() 1177 au BufNewFile,BufRead *.mm call dist#ft#FTmm() 1240 au BufNewFile,BufRead *.pp call dist#ft#FTpp() 1636 \ call dist#ft#SetFileTypeSH("bash") | 1812 \ if !dist#ft#FTnroff() && !dist#ft#FTperl() | setf tads | endif 2054 \ if !dist#ft#FTnroff() | setf xmath | endif [all …]
|
| H A D | scripts.vim | 71 call dist#ft#SetFileTypeSH(s:line1) " defined in filetype.vim 76 call dist#ft#SetFileTypeShell(g:filetype_csh) 78 call dist#ft#SetFileTypeShell("csh") 83 call dist#ft#SetFileTypeShell("tcsh") 214 call dist#ft#SetFileTypeSH(s:line1) " defined in filetype.vim
|
| /vim-8.2.3635/src/libvterm/ |
| H A D | Makefile | 134 dist: distdir target 138 dist+bzr: 139 $(MAKE) dist VERSION=$(VERSION)+bzr`bzr revno`
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | fpcmake.vim | 18 syn keyword fpcmakeSectionName contained clean compiler default dist install 29 " [dist]
|
| H A D | systemverilog.vim | 21 syn keyword systemverilogStatement with inside dist
|
| H A D | vera.vim | 70 syn keyword veraOperator or in dist not
|
| H A D | sicad.vim | 61 syn match sicadStatement "\<dist("me=e-1
|
| H A D | 8th.vim | 307 Builtin days! s:days! dist s:dist each s:each each! s:each! eachline s:eachline escape s:escape ex…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_getscript.txt | 11 GetLatestVimScripts.dist, and pi_getscript.txt, except use "getscript" 44 VERSION FROM VIM DISTRIBUTION *glvs-dist-install* 46 Vim 7.0 does not include the GetLatestVimScripts.dist file which 52 NOTE: The last step, that of renaming/moving the GetLatestVimScripts.dist 56 The GetLatestVimScripts.dist file serves as an example and a template for your 68 mv GetLatestVimScripts.dist GetLatestVimScripts.dat 77 mv GetLatestVimScripts.dist GetLatestVimScripts.dat 127 followed by a text column. The GetLatest/GetLatestVimScripts.dist file
|
| H A D | usr_25.txt | 208 $VIMRUNTIME/pack/dist/opt/justify/plugin/justify.vim.
|
| H A D | usr_05.txt | 459 and its sub-directories and under $VIM/vimfiles/pack/dist/opt/.
|
| /vim-8.2.3635/src/ |
| H A D | Makefile | 2419 $(DEST_FTP) $(DEST_AUTO) $(DEST_AUTO)/dist $(DEST_AUTO)/xml \ 2426 mv -f tags tags.dist; fi 2438 cd $(HELPSOURCE); if test -f tags.dist; then mv -f tags.dist tags; fi 2494 cd $(AUTOSOURCE)/dist; $(INSTALL_DATA) *.vim $(DEST_AUTO)/dist 2495 cd $(DEST_AUTO)/dist; chmod $(HELPMOD) *.vim 2918 -rm -f $(DEST_AUTO)/dist/*.vim $(DEST_AUTO)/xml/*.vim 2973 rm -f $(SHADOWDIR)/auto/config.mk $(SHADOWDIR)/config.mk.dist 2974 cp config.mk.dist $(SHADOWDIR)/auto/config.mk 2975 cp config.mk.dist $(SHADOWDIR) 3026 cp config.mk.dist auto/config.mk [all …]
|
| H A D | syntax.c | 383 int dist; in syntax_start() local 484 dist = 999999; in syntax_start() 486 dist = syn_buf->b_ml.ml_line_count / (syn_block->b_sst_len - Rows) + 1; in syntax_start() 532 || current_lnum >= prev->sst_lnum + dist) in syntax_start() 1236 int dist; in syn_stack_cleanup() local 1244 dist = 999999; in syn_stack_cleanup() 1246 dist = syn_buf->b_ml.ml_line_count / (syn_block->b_sst_len - Rows) + 1; in syn_stack_cleanup() 1258 if (prev->sst_lnum + dist > p->sst_lnum) in syn_stack_cleanup() 1278 if (p->sst_tick == tick && prev->sst_lnum + dist > p->sst_lnum) in syn_stack_cleanup()
|
| H A D | gui_at_fs.c | 1490 int dist; in SFscrollTimerInterval() local 1493 dist = SFlowerY - SFcurrentListY; in SFscrollTimerInterval() 1495 dist = SFcurrentListY - SFupperY; in SFscrollTimerInterval() 1499 t = maxVal - ((maxVal / varyDist) * (dist - minDist)); in SFscrollTimerInterval()
|
| H A D | normal.c | 2532 nv_screengo(oparg_T *oap, int dir, long dist) in nv_screengo() argument 2583 while (dist--) in nv_screengo()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | debchangelog.vim | 154 function Distribution(dist) argument 155 call setline(1, substitute(getline(1), ') *\%(UNRELEASED\|\l\+\);', ') ' . a:dist . ';', ''))
|
| H A D | spec.vim | 39 rpm.delMacro("dist")
|
| /vim-8.2.3635/.github/ |
| H A D | CODEOWNERS | 166 runtime/pack/dist/opt/cfilter/plugin/cfilter.vim @yegappan 167 runtime/pack/dist/opt/matchit/ @chrisbra
|
| /vim-8.2.3635/nsis/ |
| H A D | gvim.nsi | 397 SetOutPath $0\autoload\dist 398 File ${VIMRT}\autoload\dist\*.*
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_filetype.vim | 792 " Test dist#ft#FTpp() 875 " Test dist#ft#FTm()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | getscript.vim | 157 echoerr 'Missing "GetLatest/" on your runtimepath - see :help glvs-dist-install'
|