Home
last modified time | relevance | path

Searched refs:writer (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_makeencoding.py29 writer = io.open(fo.fileno(), mode='w', newline='', **kw)
30 write = writer.write # save the original write() function
38 writer.flush() # needed on Windows
41 writer.write = convwrite
43 writer = io.open(fo.fileno(), mode='w', **kw)
44 return writer
/vim-8.2.3635/runtime/syntax/
H A Druby.vim419 syn match rubyAttribute "\%#=1\<attr_\%(accessor\|reader\|writer\)\>"
H A Dsqlanywhere.vim602 syn keyword sqlKeyword writeclientfile writer writers writeserver xlock
H A Dprogress.vim240 syn keyword ProgressOperator sax-writer schema-change schema-location schema-marshal schema-path sc…
/vim-8.2.3635/src/
H A Dif_py_both.h370 writer(writefn fn, char_u *str, PyInt n) in writer() function
423 writer((writefn)(error ? emsg : msg), (char_u *)str, len); in write_output()
/vim-8.2.3635/runtime/spell/
H A DREADME_en.txt10966 7571) speech-writer (+plural)
/vim-8.2.3635/runtime/doc/
H A Deval.txt14291 writer: a user of your script might have defined such autocommands. You would
H A Dversion8.txt39637 Solution: Check for got_int in writer(). (closes #5053)