Searched refs:basic (Results 1 – 25 of 72) sorted by relevance
123
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ibasic.vim | 11 " basic syntax (like QB). 27 " Be sure to turn on the "case ignore" since current versions of basic 49 " Do the basic variables names first. This is because it 52 " types of identifiers like functions, basic commands and
|
| H A D | model.vim | 6 " very basic things only (based on the vgrindefs file).
|
| H A D | reva.vim | 38 " basic mathematical and logical operators 109 " basic character operations
|
| H A D | toml.vim | 19 " Multi-line basic strings
|
| H A D | freebasic.vim | 12 " for standard basic syntax (like QB). 139 " types of identifiers like functions, basic commands and
|
| H A D | msidl.vim | 14 " Misc basic
|
| H A D | meson.vim | 12 " It's very basic, and doesn't do many things I'd like it to
|
| H A D | modsim3.vim | 13 " very basic things only (based on the modula2 and c files).
|
| H A D | forth.vim | 44 " basic mathematical and logical operators 137 " basic character operations
|
| H A D | pilrc.vim | 19 " Keywords - basic
|
| /vim-8.2.3635/src/ |
| H A D | os_vms.c | 43 int basic; member 155 newmode.x.basic |= (TT$M_NOECHO | TT$M_HOSTSYNC); in set_tty() 156 newmode.x.basic &= ~TT$M_TTSYNC; in set_tty() 183 tt_mode.x.basic = 0; in get_tty()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | freebasic.vim | 11 runtime! ftplugin/basic.vim
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | spell.txt | 573 suffixes for the same basic word to avoid them combining (e.g. Czech uses 765 There are two files: the basic word list and an affix file. The affix file 771 The basic word list and the affix file are combined with the ":mkspell" 1036 The basic format for the following lines is: 1041 {strip} Characters removed from the basic word. There is no check if 1045 longer than the basic word the suffix won't be used. 1048 {add} Characters added to the basic word, after removing {strip}. 1052 {condition} A simplistic pattern. Only when this matches with a basic 1097 works similar to flags specified on a basic word. The flags apply to the 1098 basic word plus the affix (but there are restrictions). Example: [all …]
|
| H A D | develop.txt | 171 The basic steps to make changes to the code: 504 For making suggestions there are two basic mechanisms: 545 compression and store only the soundfolded basic word. This is what Aspell
|
| H A D | ft_ada.txt | 103 slow and the created tags file contains only the basic Ctags information for 227 and HP Ada) is a fairly dated Ada 83 compiler. Support is basic: <F7> will
|
| H A D | ft_rust.txt | 41 Set this option to turn on the basic |conceal| support: >
|
| H A D | usr_01.txt | 111 first Vim commands. This is a 30-minute tutorial that teaches the most basic
|
| H A D | usr_46.txt | 29 The basic idea is that a script file has items that are private, only used
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | julia.vim | 30 let skip = basic_skip ==# 'basic' ? s:skipPatternsBasic : s:skipPatterns 453 let nonwhiteind = JuliaMatch(lnum, prevline, '\S', cind+1, -1, 'basic') 464 let nonwhiteind = JuliaMatch(lnum, prevline, '\S', iind+6, -1, 'basic')
|
| H A D | vb.vim | 2 " Language: VisualBasic (ft=vb) / Basic (ft=basic) / SaxBasic (ft=vb)
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_normal.vim | 159 " basic join test 179 " basic filter test 204 " basic formatexpr test 255 " basic test for formatprg 309 " basic tests for foldopen/folddelete 617 " basic test for Ctrl-F and Ctrl-B 666 " basic test for z commands that scroll the window 774 " basic test for z commands that scroll the window 860 " basic test for z commands that scroll the window 1097 " basic tests for foldopen/folddelete [all …]
|
| H A D | test_textobjects.vim | 475 " basic testing for textobjects a< and at 495 " basic testing for a[ and i[ text object
|
| H A D | test_cursorline.vim | 137 " basic test
|
| /vim-8.2.3635/.github/ |
| H A D | CODEOWNERS | 73 runtime/ftplugin/basic.vim @dkearns 181 runtime/syntax/basic.vim @dkearns
|
| /vim-8.2.3635/runtime/colors/ |
| H A D | README.txt | 9 There are two basic ways to define a color scheme:
|
123