| /vim-8.2.3635/src/ |
| H A D | os_haiku.rdef.in | 21 "types" = "text", 22 "types" = "text/plain", 23 "types" = "text/x-source-code", 24 "types" = "text/x-patch", 25 "types" = "text/html", 26 "types" = "text/xml", 27 "types" = "text/x-makefile", 28 "types" = "text/x-jamfile"
|
| H A D | config.h.in | 77 /* Define to `int' if <sys/types.h> doesn't define. */ 80 /* Define to `long' if <sys/types.h> doesn't define. */ 83 /* Define to `long' if <sys/types.h> doesn't define. */ 86 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 89 /* Define to `int' if <sys/types.h> doesn't define. */ 95 /* Define to `int' if <sys/types.h> doesn't define. */ 98 /* Define to `long' if <sys/types.h> doesn't define. */ 101 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 107 /* Define to `unsigned long' if <sys/types.h> doesn't define. */
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | radiance.vim | 32 " The different kinds of scene description object types 33 " Reference types 35 " Surface types 38 " Emitting material types 40 " Material types 48 " Pattern modifier types 52 " Texture modifier types 54 " Mixture types
|
| H A D | snnsnet.vim | 35 syn match snnsnetType "no\. of unit types\s*:.*" contains=snnsnetNumbers 36 syn match snnsnetType "no\. of site types\s*:.*" contains=snnsnetNumbers
|
| H A D | vhdl.vim | 56 " Predefined standard VHDL types 75 " Predefined standard IEEE VHDL types 133 " Values for standard VHDL types
|
| H A D | haste.vim | 55 " Predifined Haste types 58 " Values for standard Haste types
|
| H A D | haskell.vim | 19 " hs_highlight_types - Treat names of primitive types as keywords. 20 " hs_highlight_more_types - Treat names of other common types as keywords. 90 " Primitive types from the standard prelude and libraries.
|
| H A D | template.vim | 11 " Known template types are very similar to HTML, E.g. golang and "Xfire User
|
| H A D | poke.vim | 55 " Exception types 69 " Poke builtin types
|
| H A D | plsql.vim | 157 " Various types of comments. 175 " Various types of literals. 185 " The built-in types.
|
| H A D | spup.vim | 31 " highlight types usually found in DECLARE section 96 " Speedup data types 127 " stream types
|
| H A D | pli.vim | 145 " Various types of comments. 168 " Various types of literals. 180 " The built-in types.
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | matchparen.vim | 108 " in certain syntax types (string, comment, etc.), for use as 115 " one of the syntax types, then we want searchpairpos() to find the pair 116 " within those syntax types (i.e., not skip). Otherwise, the cursor is 117 " outside of the syntax types and s_skip should keep its value so we skip 118 " any matching pair inside the syntax types.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_46.txt | 14 |46.3| Functions and types 111 *46.3* Functions and types 129 you need to specify the argument types and the return type. Also notice that 157 In case you don't care about types or have a function that does work with 158 multiple types, you can use the "any" type: >
|
| H A D | textprop.txt | 99 Manipulating text property types: 105 prop_type_list([{props}]) get list of property types 158 added to. When not found, the global property types are used. 291 clears the property types when the buffer is 324 property types. 339 this buffer instead of the global property types. 348 this buffer instead of the global property types.
|
| H A D | vim9.txt | 20 4. Types |vim9-types| 520 because of the use of argument types. 898 Simple types are string, float, special and bool. For other types |string()| 1164 4. Types *vim9-types* 1168 The following builtin types are supported: 1226 Custom types can be defined with `:type`: > 1249 Variable types and type casting ~ 1250 *variable-types* 1598 The syntax for types, using <type> for compound types, is similar to Java. It 1694 best for adding types to declarations: > [all …]
|
| H A D | filetype.txt | 17 1. Filetypes *filetypes* *file-types* 47 To add your own file types, see |new-filetype| below. To search for help on a 63 You can enable loading the plugin files for specific file types with: > 78 You can enable loading the indent file for specific file types with: > 98 This will keep the flags for "plugin" and "indent", but since no file types 119 The file types are also used for syntax highlighting. If the ":syntax on" 123 To disable one of the file types, add a line in your filetype file, see 254 Your scripts.vim is loaded before the default checks for file types, which 283 To use osfiletype checking in an autocommand you should put a list of types to 291 - Any file whose type is "&faf" or "HTML", where the meaning of these types [all …]
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | python3complete.vim | 94 import sys, tokenize, io, types 154 elif type(func_obj) == types.MethodType: arg_offset = 1 158 if type(func_obj) in [types.FunctionType, types.LambdaType,types.MethodType]:
|
| H A D | pythoncomplete.vim | 92 import sys, tokenize, cStringIO, types 170 if type(func_obj) == types.ClassType: func_obj = _ctor(func_obj) 171 elif type(func_obj) == types.MethodType: func_obj = func_obj.im_func 175 if type(func_obj) in [types.FunctionType, types.LambdaType]:
|
| /vim-8.2.3635/runtime/ |
| H A D | ftoff.vim | 1 " Vim support file to switch off detection of file types
|
| H A D | indoff.vim | 1 " Vim support file to switch off loading indent files for file types
|
| H A D | ftplugof.vim | 1 " Vim support file to switch off loading plugins for file types
|
| H A D | indent.vim | 1 " Vim support file to switch on loading indent files for file types
|
| H A D | ftplugin.vim | 1 " Vim support file to switch on loading plugins for file types
|
| /vim-8.2.3635/src/proto/ |
| H A D | evalfunc.pro | 8 int internal_func_check_arg_types(type_T **types, int idx, int argcount, cctx_T *cctx);
|