| /vim-8.2.3635/.github/ |
| H A D | CODEOWNERS | 13 runtime/autoload/netrw.vim @cecamp 17 runtime/autoload/tar.vim @cecamp 20 runtime/autoload/zip.vim @cecamp 22 runtime/compiler/cm3.vim @dkearns 32 runtime/compiler/fbc.vim @dkearns 35 runtime/compiler/haml.vim @tpope 50 runtime/compiler/sass.vim @tpope 74 runtime/ftplugin/bst.vim @tpope 126 runtime/indent/bst.vim @tpope 132 runtime/indent/d.vim @dkearns [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_lua.vim | 3 source check.vim 188 " Test vim.window().line and vim.window.col 196 lua vim.window().col = vim.window().col - 1 945 vim.g.Var3 = vim.list({'#', '$'}) 947 vim.g.Var5 = vim.funcref('max') 958 vim.g.Var1 = vim.list({vim.dict({a=10}), vim.dict({b=20})}) 959 vim.g.Var2 = vim.dict({p=vim.list({5, 6}), q=vim.list({1.1, 2.2})}) 1034 lua vim.v.oldfiles = vim.list({}) 1070 lua vim.w.wvar7 = vim.dict({a=vim.list({1, 2}), b=20}) 1111 lua vim.b.bvar7 = vim.dict({a=vim.list({1, 2}), b=20}) [all …]
|
| H A D | test_alot.vim | 4 source test_backup.vim 5 source test_behave.vim 6 source test_compiler.vim 8 source test_ex_undo.vim 9 source test_ex_z.vim 11 source test_expand.vim 17 source test_ga.vim 20 source test_jumps.vim 22 source test_move.vim 23 source test_put.vim [all …]
|
| H A D | test_tcl.vim | 3 source check.vim 17 tcldo ::vim::command %d_ 24 tcldo ::vim::command new 46 " Test ::vim::beep 49 call assert_fails('tcl ::vim::beep x', 'wrong # args: should be "::vim::beep"') 52 " Test ::vim::buffer 54 " Test ::vim::buffer {nr} 110 " Test ::vim::option 141 " Test ::vim::expr 151 " Test ::vim::command [all …]
|
| H A D | test_python2.vim | 3 source check.vim 6 source shared.vim 18 import vim 117 py f = vim.Function('\x80\xfdR' + vim.eval('s:foo()')) 162 py vim.buffers[ int( vim.eval( 'bufnr("hidden")' ) ) ][:] = None 1026 py bopts1 = vim.buffers[vim.bindeval("g:bufs")[2]].options 1027 py bopts2 = vim.buffers[vim.bindeval("g:bufs")[1]].options 1028 py bopts3 = vim.buffers[vim.bindeval("g:bufs")[0]].options 1806 vim.current.window = vim.tabpages[0].window 1830 vim.current.tabpage = vim.tabpages[-2] [all …]
|
| H A D | test_python3.vim | 3 source check.vim 5 source shared.vim 21 import vim 1221 py3 bopts1 = vim.buffers[vim.bindeval("g:bufs")[2]].options 1222 py3 bopts2 = vim.buffers[vim.bindeval("g:bufs")[1]].options 1223 py3 bopts3 = vim.buffers[vim.bindeval("g:bufs")[0]].options 1993 vim.current.window = vim.tabpages[0].window 2017 vim.current.tabpage = vim.tabpages[-2] 2019 vim.current.window = vim.windows[0] 2020 vim.current.window.cursor = (len(vim.current.buffer), 0) [all …]
|
| H A D | Makefile | 6 VIMPROG = ../vim 30 test_options.res test_alot.res: opt_test.vim 32 .SUFFIXES: .in .out .res .vim 134 .vim.res: 137 $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim $*.vim $(REDIR_TEST_TO_NULL) 140 test_gui.res: test_gui.vim 146 test_gui_init.res: test_gui_init.vim 149 $(RUN_VIMTEST) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $< 152 opt_test.vim: ../optiondefs.h gen_opt_test.vim 156 XXD=$(XXDPROG); export XXD; $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim test_xxd.vim [all …]
|
| H A D | test_vim9_script.vim | 3 source check.vim 4 source term_util.vim 5 source view_util.vim 6 source vim9.vim 7 source shared.vim 8 source screendump.vim 1415 assert_fails('source Ximport.vim', 'E121:', '', 2, 'Ximport.vim') 1472 set cpo&vim 3629 edit test.vim 4092 writefile(import_lines, 'rtp/syntax/vim.vim') [all …]
|
| H A D | Make_dos.mak | 6 VIMPROG = ..\\vim 13 test_options.res test_alot.res: opt_test.vim 20 .SUFFIXES: .in .out .res .vim 72 -if exist opt_test.vim del opt_test.vim 124 .vim.res: 126 $(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $*.vim 129 test_gui.res: test_gui.vim 131 $(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $*.vim 136 $(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $*.vim 139 opt_test.vim: ../optiondefs.h gen_opt_test.vim [all …]
|
| H A D | test_memory_usage.vim | 3 source check.vim 11 source shared.vim 83 let testfile = 'Xtest.vim' 94 let vim = s:vim_new() 98 call term_sendkeys(vim.buf, ":so %\<CR>") 113 call vim.stop() 121 let testfile = 'Xtest.vim' 132 let vim = s:vim_new() 140 " Rerun Xtest.vim. 160 call vim.stop() [all …]
|
| H A D | test_backup.vim | 3 source check.vim 17 set backup&vim backupdir&vim backupskip&vim 33 set backup&vim backupdir&vim backupskip&vim 55 set backup&vim backupdir&vim backupskip&vim 75 set backup&vim backupdir&vim backupcopy&vim backupskip&vim 84 set backupdir&vim backupskip&vim 88 " vim: shiftwidth=2 sts=2 expandtab
|
| H A D | Make_ming.mak | 18 VIMPROG = ..\\vim 25 test_options.res test_alot.res: opt_test.vim 32 .SUFFIXES: .in .out .res .vim 84 -@if exist opt_test.vim $(DEL) opt_test.vim 136 .vim.res: 138 $(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $*.vim 141 test_gui.res: test_gui.vim 146 test_gui_init.res: test_gui_init.vim 148 $(VIMPROG) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $< 151 opt_test.vim: ../optiondefs.h gen_opt_test.vim [all …]
|
| /vim-8.2.3635/ |
| H A D | Makefile | 247 VIM = vim 364 mv dist/vim$(VERSION)rt.tar.gz dist/vim$(VERSION)rt.tgz 383 mv dist/vim$(VERSION)bin.tar.gz dist/vim$(VERSION)bin.tgz 402 mv dist/vim$(VERSION)src.tar.gz dist/vim$(VERSION)src.tgz 413 mkdir dist/vim 423 mv dist/vim/$(VIMRTDIR)/runtime/* dist/vim/$(VIMRTDIR) 451 mkdir dist/vim 472 mv dist/vim/$(VIMRTDIR)/runtime/* dist/vim/$(VIMRTDIR) 483 cp $$i dist/vim/$(VIMRTDIR)/lang/$$n/LC_MESSAGES/vim.mo; \ 508 mkdir dist/vim [all …]
|
| H A D | README.md | 1 [](https://www.vim.org) 3 …vim/vim/workflows/GitHub%20CI/badge.svg)](https://github.com/vim/vim/actions?query=workflow%3A%22G… 8 open an [issue](https://github.com/vim/vim/issues). 53 * Check out the git repository from [GitHub](https://github.com/vim/vim). 54 * Get the source code as an [archive](https://github.com/vim/vim/releases). 56 [vim-win32-installer](https://github.com/vim/vim-win32-installer/releases) repository. 120 https://www.vim.org/sponsor/ 132 https://www.vim.org/ 135 https://www.vim.org/docs.php 143 Bram Moolenaar <Bram@vim.org> [all …]
|
| H A D | Filelist | 23 ci/if_ver*.vim \ 160 src/vim.h \ 576 src/vim.def \ 577 src/vim.rc \ 578 src/vim.manifest \ 616 src/vim*.ico \ 617 src/vim.tlb \ 754 runtime/evim.vim \ 791 runtime/menu.vim \ 1045 src/po/check.vim \ [all …]
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | README.txt | 6 gzip.vim for editing compressed files 8 tar.vim browsing tar files 9 zip.vim browsing zip files 10 paste.vim common code for mswin.vim, menu.vim and macmap.vim 14 ccomplete.vim C 15 csscomplete.vim HTML / CSS 16 htmlcomplete.vim HTML 17 javascriptcomplete.vim Javascript 18 phpcomplete.vim PHP 19 pythoncomplete.vim Python [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_pyth.txt | 10 2. The vim module |python-vim| 93 needle = vim.eval('@a') 132 2. The vim module *python-vim* 135 |python-output| below) via the "vim" module. The vim module implements two 138 :python import vim 226 vim.error. 230 except vim.error: 294 vim.current.buffer = vim.buffers[2] # Switch to buffer 2 302 vim (|v:|) variables respectively. Identical to `vim.bindeval("g:")`, 347 import vim [all …]
|
| H A D | if_lua.txt | 10 2. The vim module |lua-vim| 105 Lua uses the "vim" module (see |lua-vim|) to issue commands to Vim 112 2. The vim module *lua-vim* 239 vim.g *vim.g* 243 vim.b *vim.b* 247 vim.w *vim.w* 251 vim.t *vim.t* 255 vim.v *vim.v* 394 :lua d = vim.eval('mydict'); d.len = vim.funcref('Mylen') 445 :3,4lua for i=vim.lastline,vim.firstline,-1 do b[i] = nil end [all …]
|
| H A D | if_tcl.txt | 84 Tcl code gets all of its access to vim via commands in the "::vim" namespace. 87 ::vim::beep # Guess. 92 ::vim::option {opt} # Get vim option. 93 ::vim::option {opt} {val} # Set vim option. 101 ::vim::buffer exists {n} 102 ::vim::buffer list 117 if { [::vim::buffer exists $n] } { ::vim::command ":e #$n" } 156 ::vim::option ts 8 185 "::vim::command" is called, as this might change vim's current 451 depending on vim's configuration, "::vim::command" may execute arbitrary code [all …]
|
| H A D | version8.txt | 11 |vim-7.4|. 445 "vim -C". 8870 src/testdir/test_channel.vim, src/vim.h 12494 Files: src/testdir/setup.vim, src/testdir/amiga.vim, src/testdir/dos.vim, 12495 src/testdir/unix.vim, src/testdir/vms.vim, src/testdir/runtest.vim 12730 src/testdir/test_channel.vim, src/testdir/test_viml.vim, src/vim.h 32843 src/testdir/test_popup.vim, src/vim.h 34345 src/testdir/test_swap.vim, src/vim.h 40699 Solution: Run Cirrus CI on vim/vim. 41096 Files: runtime/delmenu.vim, runtime/menu.vim, src/testdir/test_menu.vim [all …]
|
| H A D | pi_getscript.txt | 10 package, including getscriptPlugin.vim, getscript.vim, 64 vim getscript.vba 67 cd ~/.vim/GetLatest 73 vim getscript.vba 195 120 2 Decho.vim 284 ---.vim.bz2 : decompressed & moved into .vim/plugin directory 287 ---.vim.gz : decompressed & moved into .vim/plugin directory 289 ---.vim : moved to .vim/plugin directory 298 .vim/after/syntax/blockhl.vim 317 after/syntax/c.vim contained in it to overwrite a user's c.vim. [all …]
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | README.txt | 3 All files here ending in .vim will be sourced by Vim when it starts up. 6 getscriptPlugin.vim get latest version of Vim scripts 7 gzip.vim edit compressed files 8 logiPat.vim logical operators on patterns 9 manpager.vim using Vim as manpager 12 rrhelper.vim used for --remote-wait editing 13 spellfile.vim download a spellfile when it's missing 14 tarPlugin.vim edit (compressed) tar files 16 vimballPlugin.vim create and unpack .vba files 17 zipPlugin.vim edit zip archives [all …]
|
| /vim-8.2.3635/src/ |
| H A D | installman.sh | 51 if test -r $helpsource/vim$langadd.1; then 53 LC_ALL=C sed -e s+/usr/local/lib/vim+$vimloc+ \ 60 -e s+$vimloc/menu.vim+$scriptloc/menu.vim+ \ 61 -e s+$vimloc/bugreport.vim+$scriptloc/bugreport.vim+ \ 62 -e s+$vimloc/filetype.vim+$scriptloc/filetype.vim+ \ 63 -e s+$vimloc/scripts.vim+$scriptloc/scripts.vim+ \ 64 -e s+$vimloc/optwin.vim+$scriptloc/optwin.vim+ \ 66 $helpsource/vim$langadd.1 > $destdir/$exename.1 73 LC_ALL=C sed -e s+/usr/local/lib/vim+$vimloc+ \ 89 LC_ALL=C sed -e s+/usr/local/lib/vim+$vimloc+ \ [all …]
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_vms.txt | 12 vim-X.X-rt.tar.gz runtime files 13 vim-X.X-src.tar.gz source files 14 vim-X.X-extra.tar.gz extra source files 23 vim-XX-exe-ia64-gtk.zip IA64 GUI/GTK executables 24 vim-XX-exe-ia64-term.zip IA64 console executables 25 vim-XX-exe-axp-gui.zip Alpha GUI/Motif executables 26 vim-XX-exe-axp-gtk.zip Alpha GUI/GTK executables 28 vim-XX-exe-vax-gui.zip VAX GUI executables 29 vim-XX-exe-vax-term.zip VAX console executables 32 vim-XX-runtime.zip runtime files [all …]
|
| H A D | README_dos.txt | 25 example "C:\Program Files\vim" or "D:\vim". A name ending in "vim" is 44 C:\vim\vim82 68 cd vim\vim82 101 C:\vim\vimfiles\ftplugin\*.vim Filetype plugins 104 C:\vim\vim82\vim.exe The Vim version 8.2 executable. 106 C:\vim\vim82\bugreport.vim A Vim version 8.2 script. 109 set VIM=C:\vim 116 set VIM=c:\vim 117 set VIM=d:\editors\vim 135 C:\command.com /c C:\vim\vim82\vim.exe [all …]
|