| /vim-8.2.3635/src/testdir/ |
| H A D | test_python2.vim | 17 py << trim EOF 127 py del f 375 py l[0] = 0 455 py del dk 456 py del di 457 py del dv 862 py del t 933 py del l 1101 py del ev 1102 py del e [all …]
|
| H A D | test_pyx3.vim | 44 pyxfile pyxfile/pyx.py 50 pyxfile pyxfile/py3_magic.py 56 pyxfile pyxfile/py3_shebang.py 63 pyxfile pyxfile/py2_magic.py 69 pyxfile pyxfile/py2_shebang.py
|
| H A D | test_pyx2.vim | 44 pyxfile pyxfile/pyx.py 50 pyxfile pyxfile/py2_magic.py 56 pyxfile pyxfile/py2_shebang.py 63 pyxfile pyxfile/py3_magic.py 69 pyxfile pyxfile/py3_shebang.py
|
| H A D | test_channel.vim | 25 let s:testscript = 'test_channel_6.py' 28 let s:testscript = 'test_channel.py' 509 let job = job_start(s:python . " test_channel_pipe.py", 564 call assert_equal("test_channel_pipe.py", info.cmd[1]) 592 let job = job_start(s:python . " test_channel_pipe.py", 630 let job = job_start([s:python, "test_channel_pipe.py"]) 883 let job = job_start(s:python . " test_channel_pipe.py", 991 let job = job_start(s:python . " test_channel_pipe.py", 1010 let job = job_start(s:python . " test_channel_pipe.py", 1043 let job = job_start(s:python . " test_channel_pipe.py", [all …]
|
| H A D | test_gui.vim | 1208 call test_gui_drop_files(['s.py', 't.py'], 1, 1, 0x10) 1209 call assert_equal(['s.py', 't.py'], argv()) 1211 call assert_equal('s.py', bufname(winbufnr(1))) 1216 call test_gui_drop_files(['a.py', 'b.py'], 1, 1, 0) 1217 call assert_equal(['a.py', 'b.py'], argv()) 1220 call assert_equal('a.py', bufname(winbufnr(1)))
|
| H A D | shared.vim | 23 " Use Python Launcher for Windows (py.exe) if available. 26 if executable('py.exe') 27 let s:python = 'py.exe' 117 let cmd = substitute(a:cmd, ".py", '', '')
|
| H A D | test_expand.vim | 75 call assert_equal('e Xfile.py', expandcmd('e %:r.py'))
|
| H A D | test_makeencoding.vim | 12 let s:script = 'test_makeencoding.py'
|
| H A D | test_tagjump.vim | 658 \ 'provision Xtest.py /^ def provision(self, **kwargs):$/;" m line:1 language:Python class:Foo', 659 \ 'provision Xtest.py /^ def provision(self, **kwargs):$/;" m line:3 language:Python class:Bar', 666 \], 'Xtest.py') 676 call delete('Xtest.py')
|
| H A D | test_python3.vim | 3872 cb.append(tm.__file__.replace(os.path.sep, '/')[-len('modulex/topmodule/__init__.py'):]) 3873 …cb.append(tms.__file__.replace(os.path.sep, '/')[-len('modulex/topmodule/submodule/__init__.py'):]) 3874 …__.replace(os.path.sep, '/')[-len('modulex/topmodule/submodule/subsubmodule/subsubsubmodule.py'):]) 3891 pythonx/topmodule/__init__.py 3892 pythonx/topmodule/submodule/__init__.py 3893 pythonx/topmodule/submodule/subsubmodule/subsubsubmodule.py
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_pyth.txt | 32 :[range]py[thon] {stmt} 37 :[range]py[thon] << [trim] [{endmarker}] 118 :pyfile myscript.py 156 :py del b[n] # deletes a line 165 :py vim.command("set tw=72") 166 :py vim.command("%s/aaa/bbb/g") 190 :py a_reg = vim.eval("@a") 193 :py str = vim.eval("12+12") 290 py << EOF 476 :py b.append(f.readlines()) [all …]
|
| H A D | sign.txt | 208 :sign place 5 line=3 name=sign1 file=a.py 209 :sign place 6 group=g2 line=2 name=sign2 file=x.py 211 \ name=sign1 file=a.py 234 :sign place 23 name=sign1 file=/path/to/edit.py 504 " Get sign with identifier 10 placed in a.py 505 echo sign_getplaced("a.py", {'id' : 10}) 507 " Get sign with id 20 in group 'g1' placed in a.py 508 echo sign_getplaced("a.py", {'group' : 'g1',
|
| H A D | quickfix.txt | 1309 The alltests.py script seems to be used quite often, that's all. 1311 setlocal makeprg=./alltests.py " Run a testsuite 1500 5 File "unittests/dbfacadeTest.py", line 89, in testFoo 1502 7 File "/usr/lib/python2.2/unittest.py", line 286, in 1512 5 unittests/dbfacadeTest.py:89: AssertionError: 34 != 33
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | pyrex.vim | 19 \ "Python Files (*.py)\t*.py\n" .
|
| H A D | python.vim | 37 setlocal suffixesadd=.py 113 let b:browsefilter = "Python Files (*.py)\t*.py\n" .
|
| /vim-8.2.3635/ |
| H A D | Filelist | 175 src/testdir/*.py \ 198 src/testdir/python2/*.py \ 199 src/testdir/python3/*.py \ 200 src/testdir/pythonx/*.py \ 201 src/testdir/pythonx/topmodule/__init__.py \ 202 src/testdir/pythonx/topmodule/submodule/__init__.py \ 203 src/testdir/pythonx/topmodule/submodule/subsubmodule/__init__.py \ 205 src/testdir/python_after/*.py \ 206 src/testdir/python_before/*.py \ 207 src/testdir/pyxfile/*.py \ [all …]
|
| H A D | README_VIM9.md | 125 * A .py file can be compiled into a .pyc file and execute much faster. 128 * The Vim part is written in .vim files, the Python part is in .py files, this
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | pinyin.vim | 9 let b:keymap_name = "py"
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | pcap.vim | 24 syn match pcapKeyword contained ':\(br\|du\|fc\|fs\|mx\|pc\|pl\|pw\|px\|py\|xc\|xs\)#\d\+'
|
| H A D | ia64.vim | 125 syn match ia64opcode "fm\([as]\|py\)\(\.[sd]\)\=\(\.s[0-3]\)\=\>" 219 syn match ia64opcode "xm\(a\|py\)\.[lh]u\=\>"
|
| H A D | gdb.vim | 37 syn keyword gdbStatement c cont p py
|
| H A D | vim.vim | 24 …rc] mz[scheme] new nore on[ly] pc[lose] pp[op] promptf[ind] ptj[ump] pu[t] py[thon] pyxdo rec[over… 26 …o[wse] cNf[ile] cadde[xpr] cbe[fore] cdo cg[etfile] checkt[ime] clo[se] co[py] con[tinue] cq[uit] … 766 …VimFoldP syn region vimPythonRegion matchgroup=vimScriptDelim start=+py\%[thon][3x]\=\s*<<\s*\z(\S… 767 …VimFoldP syn region vimPythonRegion matchgroup=vimScriptDelim start=+py\%[thon][3x]\=\s*<<\s*$+ en… 772 syn region vimEmbedError start=+py\%[thon]3\=\s*<<\s*\z(.*\)$+ end=+^\z1$+ 773 syn region vimEmbedError start=+py\%[thon]3\=\s*<<\s*$+ end=+\.$+
|
| /vim-8.2.3635/src/ |
| H A D | filepath.c | 2974 char_u *py = y; in vim_fnamencmp() local 2981 cy = PTR2CHAR(py); in vim_fnamencmp() 2989 py += mb_ptr2len(py); in vim_fnamencmp()
|
| /vim-8.2.3635/runtime/spell/en/ |
| H A D | en_NZ.diff | 314 ! SFX n y ation py 328 ! SFX n y ations py 710 ! SFX n y ation py 724 ! SFX n y ations py 1530 ! SFX Z 0 py [^aeio][aeiou]p 2218 ! SFX Z 0 py [^aeio][aeiou]p
|
| H A D | en_AU.diff | 314 ! SFX n y ation py 328 ! SFX n y ations py 710 ! SFX n y ation py 724 ! SFX n y ations py 1530 ! SFX Z 0 py [^aeio][aeiou]p 2217 ! SFX Z 0 py [^aeio][aeiou]p
|