Home
last modified time | relevance | path

Searched refs:sound (Results 1 – 25 of 35) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_sound.vim1 " 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 Dam_ET.diff8 + # Aspell has sound folding for Amharic, but it doesn't look right, it uses
/vim-8.2.3635/src/proto/
H A Dsound.pro1 /* sound.c */
/vim-8.2.3635/runtime/keymap/
H A Dkana.vim34 " 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 Dfo_FO.diff13 + # sound folding from Aspell, version 0.1-2001.04.30-5
/vim-8.2.3635/runtime/spell/da/
H A Dda_DK.diff18 + # sound folding from Aspell
/vim-8.2.3635/runtime/spell/el/
H A Del_GR.diff53 + # sound folding from Aspell
/vim-8.2.3635/runtime/syntax/
H A Dgnash.vim77 syn match GnashKeyword '\<sound\>'
H A Deuphoria3.vim65 syn keyword euphoria3Library get_display_page set_display_page sound
H A Duc.vim34 syn keyword ucType void Pawn sound state auto exec function ipaddr
H A Dibasic.vim44 syn keyword ibasicStatement shared shell sleep sound static stop strig sub
H A Ddebcontrol.vim60 \, 'ruby', 'rust', 'science', 'shells', 'sound', 'tasks', 'tex', 'text'
H A Dbasic.vim67 syn keyword basicStatement SOUND sound Sound STATIC static Static
H A Deuphoria4.vim153 syn keyword euphoria4Library smaller_of smallest sort sort_columns sound split
H A Dautoit.vim61 " graphic and sound
313 " sound
/vim-8.2.3635/runtime/spell/fr/
H A Dfr_FR.diff85 + # sound folding from Aspell
/vim-8.2.3635/src/
H A DMakefile1678 sound.c \
1831 objects/sound.o \
2016 sound.pro \
3521 objects/sound.o: sound.c
3522 $(CCC) -o $@ sound.c
H A Dspell.c3063 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 DMake_cyg_ming.mak115 # Set to yes to enable sound support.
922 OBJ += $(OUTDIR)/sound.o
H A DMake_mvc.mak476 SOUND_PRO = proto/sound.pro
477 SOUND_OBJ = $(OBJDIR)/sound.obj
/vim-8.2.3635/
H A DFilelist135 src/sound.c \
300 src/proto/sound.pro \
/vim-8.2.3635/runtime/doc/
H A Dspell.txt453 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 Dusr_09.txt217 This use of both the "current selection" and the "real clipboard" might sound
H A Dusr_41.txt948 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 Deval.txt3001 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 …]

12