Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 92) sorted by relevance

1234

/vim-8.2.3635/src/
H A DMakefile1283 GTK_OBJ = objects/gui.o objects/gui_gtk.o objects/gui_gtk_x11.o \
1300 MOTIF_OBJ = objects/gui.o objects/gui_motif.o objects/gui_x11.o \
1302 objects/gui_xmdlg.o objects/gui_xmebw.o
1329 ATHENA_OBJ = objects/gui.o objects/gui_athena.o objects/gui_x11.o \
1331 objects/gui_at_sb.o objects/gui_at_fs.o
1348 NEXTAW_OBJ = objects/gui.o objects/gui_athena.o objects/gui_x11.o \
1349 objects/gui_beval.o objects/gui_at_fs.o
1375 PHOTONGUI_OBJ = objects/gui.o objects/gui_photon.o
1389 HAIKUGUI_OBJ = objects/gui.o objects/gui_haiku.o
1846 objects/ui.o \
[all …]
H A Dlink.sh94 $MAKE objects/pathdef.o
121 $MAKE objects/pathdef.o
H A Dconfigure.ac262 OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o"
689 LUA_OBJ="objects/if_lua.o"
893 dnl Using shared objects
1126 PERL_OBJ="objects/if_perl.o objects/if_perlsfio.o"
1153 PERL_OBJ="objects/if_perl.o objects/if_perlsfio.o $darwindir/auto/DynaLoader/DynaLoader.a"
1339 PYTHON_OBJ="objects/if_python.o"
1727 PYTHON_OBJ="objects/if_python.o"
1900 TCL_OBJ=objects/if_tcl.o
1996 RUBY_OBJ="objects/if_ruby.o"
2157 CHANNEL_OBJ="objects/job.o objects/channel.o"
[all …]
H A Dos_macosx.m78 /* This type should consist of an array with two objects:
/vim-8.2.3635/runtime/doc/
H A Dif_pyth.txt11 3. Buffer objects |python-buffer|
12 4. Range objects |python-range|
13 5. Window objects |python-window|
14 6. Tab page objects |python-tabpage|
15 7. vim.bindeval objects |python-bindeval-objects|
202 |python-bindeval-objects|. These python objects let you modify (|List|
271 "current" objects available in vim:
418 3. Buffer objects *python-buffer*
429 You can also treat buffer objects as sequence objects. In this context, they
496 4. Range objects *python-range*
[all …]
H A Dif_ruby.txt11 3. Vim::Buffer objects |ruby-buffer|
12 4. Vim::Window objects |ruby-window|
143 3. Vim::Buffer objects *ruby-buffer*
145 Vim::Buffer objects represent vim buffers.
173 4. Vim::Window objects *ruby-window*
175 Vim::Window objects represent vim windows.
H A Dusr_04.txt10 Visual mode and text objects.
19 |04.8| Text objects
393 *04.8* Text objects
409 Using text objects is the third way to make changes in Vim. We already had
440 You can also use text objects in Visual mode. It will include the text object
446 You can find a long list of text objects here: |text-objects|.
474 The operators, movement commands and text objects give you the possibility to
H A Dft_sql.txt14 1.3 Predefined Object Motions |sql-predefined-objects|
102 1.3 Predefined Object Motions *sql-predefined-objects*
106 objects. The next set of maps have been created to help move between these
107 objects. Depends on which database vendor you are using, the list of objects
109 standard objects, plus many additional ones. In order to make this as
110 flexible as possible, you can override the list of objects from within your
650 or higher the list of objects will also include the owner name.
651 When completing these objects and omni_sql_include_owner is enabled
H A Dmotion.txt476 These commands move over three kinds of text objects.
521 6. Text object selection *object-select* *text-objects*
678 For non-block objects:
696 For non-block objects the area is extended by one object or the white
697 space up to the next object, or both for the "a" objects. The
699 area the cursor is. For the block objects the block is extended one
703 objects. Note that for a single character and a whole line the existing vi
731 For the "it" and "at" text objects an attempt is done to select blocks between
746 The text objects are tolerant about mistakes. Stray end tags are ignored.
H A Dif_lua.txt263 Vim's syntax for lists. Since lists are objects, changes in list references in
315 dictionaries are also objects, references are kept between Lua and Vim. A dict
463 Window objects represent vim windows. A window userdata "w" has the following
H A Dif_tcl.txt76 Note that Tcl objects (like variables) persist from one command to the next,
175 ::vim::current # array containing "current" objects
183 This is an array providing access to various "current" objects
H A Dusr_toc.txt100 |04.8| Text objects
/vim-8.2.3635/
H A D.gitignore9 src/objects/.dirstamp
10 src/objects
/vim-8.2.3635/runtime/syntax/
H A Djson.vim70 " Syntax: No trailing comma after the last element of arrays or objects
75 syn match jsonMissingCommaError /\(\]\|\}\)\_s\+\ze"/ "arrays/objects as values
76 syn match jsonMissingCommaError /}\_s\+\ze{/ "objects as elements in an array
H A Dlout.vim64 " Grouping of parameters and objects.
H A Dm3build.vim71 " (* objects *)
H A Dtsscl.vim35 syn keyword tssclKeyword cells rays error nodes levels objects cpu
H A Dsquid.vim103 syn match squidAction "stats/\(objects\|vm_objects\|utilization\|ipcache\|fqdncache\|dns\|redirecto…
H A Dsamba.vim99 syn keyword sambaKeyword contained objects paranoid partners passdb
H A Dtads.vim11 " global, self, etc. are special *objects*, not functions. They should
/vim-8.2.3635/runtime/autoload/
H A Djavascriptcomplete.vim28 " looking for objects and for what objects we are looking for
48 " Complete methods and properties for objects
603 " Top-level HTML DOM objects
H A Dsqlcomplete.vim22 " dictionary so that new objects are picked up for the
211 " Additional code was required to handle objects which
431 " If we are including the OWNER for the objects, then for
/vim-8.2.3635/src/VisVim/
H A DVsReadMe.txt16 Automation Object Model, and may manipulate those objects to affect the
/vim-8.2.3635/src/testdir/
H A Dtest_textobjects.vim89 " Tests for string and html text objects
454 " Test for is and as text objects
/vim-8.2.3635/runtime/ftplugin/
H A Dsql.vim44 " was not checking if the SQL objects were created, which can lead to
401 " Predefined SQL objects what are used by the below mappings using

1234