| /vim-8.2.3635/src/testdir/ |
| H A D | test_sound.vim | 1 " Tests for the sound feature 6 CheckFeature sound 29 call assert_equal(1, g:result) " sound was aborted 40 throw 'Skipped: playing a sound is not working' 55 call assert_equal(1, g:result) " sound was aborted
|
| /vim-8.2.3635/runtime/spell/am/ |
| H A D | am_ET.diff | 8 + # Aspell has sound folding for Amharic, but it doesn't look right, it uses
|
| /vim-8.2.3635/src/proto/ |
| H A D | sound.pro | 1 /* sound.c */
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | kana.vim | 34 " nor Table 2 gives any specification of the sound in question 604 " Used for the sound `v' of European languages
|
| /vim-8.2.3635/runtime/spell/fo/ |
| H A D | fo_FO.diff | 13 + # sound folding from Aspell, version 0.1-2001.04.30-5
|
| /vim-8.2.3635/runtime/spell/da/ |
| H A D | da_DK.diff | 18 + # sound folding from Aspell
|
| /vim-8.2.3635/runtime/spell/el/ |
| H A D | el_GR.diff | 53 + # sound folding from Aspell
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gnash.vim | 77 syn match GnashKeyword '\<sound\>'
|
| H A D | euphoria3.vim | 65 syn keyword euphoria3Library get_display_page set_display_page sound
|
| H A D | uc.vim | 34 syn keyword ucType void Pawn sound state auto exec function ipaddr
|
| H A D | ibasic.vim | 44 syn keyword ibasicStatement shared shell sleep sound static stop strig sub
|
| H A D | debcontrol.vim | 60 \, 'ruby', 'rust', 'science', 'shells', 'sound', 'tasks', 'tex', 'text'
|
| H A D | basic.vim | 67 syn keyword basicStatement SOUND sound Sound STATIC static Static
|
| H A D | euphoria4.vim | 153 syn keyword euphoria4Library smaller_of smallest sort sort_columns sound split
|
| H A D | autoit.vim | 61 " graphic and sound 313 " sound
|
| /vim-8.2.3635/runtime/spell/fr/ |
| H A D | fr_FR.diff | 85 + # sound folding from Aspell
|
| /vim-8.2.3635/src/ |
| H A D | Makefile | 1678 sound.c \ 1831 objects/sound.o \ 2016 sound.pro \ 3521 objects/sound.o: sound.c 3522 $(CCC) -o $@ sound.c
|
| H A D | spell.c | 3063 char_u sound[MAXWLEN]; in eval_soundfold() local 3074 spell_soundfold(lp->lp_slang, word, FALSE, sound); in eval_soundfold() 3075 return vim_strsave(sound); in eval_soundfold()
|
| H A D | Make_cyg_ming.mak | 115 # Set to yes to enable sound support. 922 OBJ += $(OUTDIR)/sound.o
|
| H A D | Make_mvc.mak | 476 SOUND_PRO = proto/sound.pro 477 SOUND_OBJ = $(OBJDIR)/sound.obj
|
| /vim-8.2.3635/ |
| H A D | Filelist | 135 src/sound.c \ 300 src/proto/sound.pro \
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | spell.txt | 453 soundfold() get the sound-a-like version of a word 482 The edit distance can be big but the word is similar after sound-folding. 487 The sound-folding is slow and people that know the language won't make the 1513 suggestions by their sound-a-like form quickly. At the cost of a lot of 1563 method would be to leave out all vowels. Some characters that sound nearly
|
| H A D | usr_09.txt | 217 This use of both the "current selection" and the "real clipboard" might sound
|
| H A D | usr_41.txt | 948 soundfold() return the sound-a-like equivalent of a word 1181 Sound: *sound-functions* 1183 sound_playevent() play an event's sound 1184 sound_playfile() play a sound file 1185 sound_stop() stop playing a sound 2642 It may sound surprising that quickload means loading a script twice. What we
|
| H A D | eval.txt | 3001 Number play an event sound 3003 Number play sound file {path} 3004 sound_stop({id}) none stop playing sound {id} 3005 soundfold({word}) String sound-fold {word} 10510 package, otherwise sound may not stop. 10528 0 sound was played to the end 10529 1 sound was interrupted 10530 2 error occurred after sound started 10540 Returns zero if the sound could not be played. 10565 package, otherwise sound may not stop. [all …]
|