Home
last modified time | relevance | path

Searched refs:py (Results 1 – 25 of 53) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim17 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 Dtest_pyx3.vim44 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 Dtest_pyx2.vim44 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 Dtest_channel.vim25 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 Dtest_gui.vim1208 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 Dshared.vim23 " 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 Dtest_expand.vim75 call assert_equal('e Xfile.py', expandcmd('e %:r.py'))
H A Dtest_makeencoding.vim12 let s:script = 'test_makeencoding.py'
H A Dtest_tagjump.vim658 \ '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 Dtest_python3.vim3872 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 Dif_pyth.txt32 :[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 Dsign.txt208 :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 Dquickfix.txt1309 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 Dpyrex.vim19 \ "Python Files (*.py)\t*.py\n" .
H A Dpython.vim37 setlocal suffixesadd=.py
113 let b:browsefilter = "Python Files (*.py)\t*.py\n" .
/vim-8.2.3635/
H A DFilelist175 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 DREADME_VIM9.md125 * 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 Dpinyin.vim9 let b:keymap_name = "py"
/vim-8.2.3635/runtime/syntax/
H A Dpcap.vim24 syn match pcapKeyword contained ':\(br\|du\|fc\|fs\|mx\|pc\|pl\|pw\|px\|py\|xc\|xs\)#\d\+'
H A Dia64.vim125 syn match ia64opcode "fm\([as]\|py\)\(\.[sd]\)\=\(\.s[0-3]\)\=\>"
219 syn match ia64opcode "xm\(a\|py\)\.[lh]u\=\>"
H A Dgdb.vim37 syn keyword gdbStatement c cont p py
H A Dvim.vim24 …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 Dfilepath.c2974 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 Den_NZ.diff314 ! 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 Den_AU.diff314 ! 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

123