Home
last modified time | relevance | path

Searched refs:R (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/vim-8.2.3635/runtime/tutor/
H A Dtutor.zh.big560 3. �p�G�z�ݨ�F�R�O�洣�ܲšA�п�J����a�z�^�쥻�е{���R�O�A���N�O�J
142 ���R�O�C
148 �ĤG���Ĥ@�`�J�R�����R�O
171 �ĤG���ĤG�`�J��L�R�����R�O
197R���R�O d ���榡�p�U�J
255 �i�H���枩�_�R�O�A�]�N�O�M�����M���R�O�C
285 ���M���H�e���M���R�O�A���_�H�e���ާ@���G�A�п�J�JCTRL-R
295 2. ��J dd �N�Ӧ�R���A�o�˷|�N�Ӧ�O�s��vim���w�R�Ϥ��C
360 ** ��������O�i�H�ϥΦP�R�����R�O�ҨϥΪ���H�ѼơC**
362 1. ��������O���u�@�覡��R�����R�O�O�@�P���C�ާ@�榡�O�J
[all …]
H A Dtutor.ja.sjis15 �ɃR�s�[���쐬���܂��傤("vimtutor"�����Ȃ�΁A���ɃR�s�[����Ă��܂�)�B
186 ���b�X�� 2.1: �폜�R�}���h
241 d - �폜�R�}���h�B
336 7. �ł̓R�}���h���Ď��s����̂� CTRL-R (CTRL ���������܂� R ��ł�)����
355 5. �ύX�ɗp����R�}���h�̌`����
368 ������̎����: CTRL-R
416 ���b�X�� 3.3: �ύX�R�}���h
442 ** �ύX�R�}���h�́A�폜�R�}���h�Ɠ����l�ɃI�u�W�F�N�g���g�p���܂� **
444 1. �ύX�R�}���h�́A�폜�R�}���h�Ɠ����悤�ȓ�������܂��B���̌`����
476 4. �ύX�R�}���h�̌`����
[all …]
/vim-8.2.3635/runtime/spell/ga/
H A Dga_IE.diff91 + SAL DHEIRF- Y*R* # epenthetic vowel, initial only
206 + SAL MHARF- V*R* # epenthetic vowel
215 + SAL NDORCH-- N*R* # epenthetic vowel, see DORCH--
216 + SAL NDEARF- N*R* # epenthetic vowel, see DEARF-
217 + SAL NDEIRF- N*R* # epenthetic vowel, see DEIRF-
238 + SAL OMHARB- *R # exception to epenth. R(BFGM)-, comharba* only
248 + SAL �R(GM)- *R # epenthetic exception, (for)?th?�rmach, �rga,etc.
258 + SAL R�FEAR^$ R*V*R # exception to FEAR$, not athr�fear!
266 + SAL R(BGM)- R* # epenthetic vowel
267 + SAL R R
[all …]
/vim-8.2.3635/runtime/spell/gd/
H A Dgd_GB.diff87 + SAL DHEIRF- Y*R* # epenthetic vowel, initial only
202 + SAL MHARF- V*R* # epenthetic vowel
211 + SAL NDORCH-- N*R* # epenthetic vowel, see DORCH--
212 + SAL NDEARF- N*R* # epenthetic vowel, see DEARF-
213 + SAL NDEIRF- N*R* # epenthetic vowel, see DEIRF-
234 + SAL OMHARB- *R # exception to epenth. R(BFGM)-, comharba* only
244 + SAL �R(GM)- *R # epenthetic exception, (for)?th?�rmach, �rga,etc.
254 + SAL R�FEAR^$ R*V*R # exception to FEAR$, not athr�fear!
262 + SAL R(BGM)- R* # epenthetic vowel
263 + SAL R R
[all …]
/vim-8.2.3635/src/
H A Dsha256.c94 #define R(t) \ in sha256_process() macro
132 P( A, B, C, D, E, F, G, H, R(16), 0xE49B69C1); in sha256_process()
133 P( H, A, B, C, D, E, F, G, R(17), 0xEFBE4786); in sha256_process()
134 P( G, H, A, B, C, D, E, F, R(18), 0x0FC19DC6); in sha256_process()
135 P( F, G, H, A, B, C, D, E, R(19), 0x240CA1CC); in sha256_process()
136 P( E, F, G, H, A, B, C, D, R(20), 0x2DE92C6F); in sha256_process()
137 P( D, E, F, G, H, A, B, C, R(21), 0x4A7484AA); in sha256_process()
138 P( C, D, E, F, G, H, A, B, R(22), 0x5CB0A9DC); in sha256_process()
139 P( B, C, D, E, F, G, H, A, R(23), 0x76F988DA); in sha256_process()
140 P( A, B, C, D, E, F, G, H, R(24), 0x983E5152); in sha256_process()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Drrst.vim1 " reStructured Text with R statements
2 " Language: reST with R code chunks
4 " Homepage: https://github.com/jalvesaq/R-Vim-runtime
8 " To highlight chunk headers as R code, put in your vimrc:
19 " load all of the r syntax highlighting rules into @R
20 syntax include @R syntax/r.vim
22 " highlight R chunks
24 " highlight R code inside chunk header
31 syntax region rrstChunk start="^\.\. {r.*}$" end="^\.\. \.\.$" contains=@R,rrstChunkDelim keepend t…
33 " also highlight in-line R code
[all …]
H A Drhelp.vim2 " Language: R Help File
5 " Homepage: https://github.com/jalvesaq/R-Vim-runtime
7 " Remarks: - Includes R syntax highlighting in the appropriate
23 " R help identifiers {{{1
33 syn include @R syntax/r.vim
38 " Special characters in R strings
45 " R code {{{1
46 syn match rhelpDots "\\dots" containedin=@R
69 syn match rhelpKeyword "\\R\>"
160 " at src/library/tools/R/Rd2txt.R because they are valid in HTML, although
[all …]
H A Drmd.vim1 " markdown Text with R statements
2 " Language: markdown with R code chunks
3 " Homepage: https://github.com/jalvesaq/R-Vim-runtime
16 " Highlight the header of the chunks as R code
24 " Recognize inline R code
25 …syn region rmdrInline matchgroup=rmdInlineDelim start="`r " end="`" contains=@R containedin=pando…
35 …*{\s*'.s:nm.'\>" matchgroup=rmdCodeDelim end="}$" keepend containedin=rmd'.s:nm.'Chunk contains=@R'
58 " R chunks will not be highlighted by syntax/markdown because their headers
92 " Recognize inline R code
H A Dforth.vim61 syn keyword forthFunction . U. .R U.R
68 syn keyword forthRStack >R R> R@ RDROP 2>R 2R> 2R@ 2RDROP
69 syn keyword forthRstack 4>R 4R> 4R@ 4RDROP
165 syn keyword forthFileMode R/O R/W W/O BIN
/vim-8.2.3635/runtime/spell/en/
H A Den_GB.diff30 + SAL AR(AEIOUY)-^ *R
34 + SAL AR(AEIOUY)- R
53 + SAL ER(AEIOUY)-^ *R
58 + SAL ER(AEIOUY)- R
72 + SAL IR(AEIOUY)-^ *R
77 + SAL IR(AEIOUY)- R
96 + SAL OR(AEIOUY)- R
103 + SAL RH^ R
106 + SAL R R
124 + SAL UR(AEIOUY)- R
[all …]
H A Den_NZ.diff111 ! SAL R R
1007 SFX R Y 72
1008 ! SFX R 0 r e
1009 ! SFX R 0 rs e
1025 ! SFX R 0 er [aeo]al
1056 ! SFX R 0 r's e
1695 SFX R Y 72
1696 ! SFX R 0 r e
1697 ! SFX R 0 rs e
1713 ! SFX R 0 er [aeo]al
[all …]
H A Den_CA.diff53 ! SAL AR(AEIOUY)-^ *R
57 ! SAL AR(AEIOUY)- R
76 ! SAL ER(AEIOUY)-^ *R
81 ! SAL ER(AEIOUY)- R
95 ! SAL IR(AEIOUY)-^ *R
100 ! SAL IR(AEIOUY)- R
119 ! SAL OR(AEIOUY)- R
126 ! SAL RH^ R
129 ! SAL R R
147 ! SAL UR(AEIOUY)- R
[all …]
H A Den_US.diff51 ! SAL AR(AEIOUY)-^ *R
55 ! SAL AR(AEIOUY)- R
74 ! SAL ER(AEIOUY)-^ *R
79 ! SAL ER(AEIOUY)- R
93 ! SAL IR(AEIOUY)-^ *R
98 ! SAL IR(AEIOUY)- R
117 ! SAL OR(AEIOUY)- R
124 ! SAL RH^ R
127 ! SAL R R
145 ! SAL UR(AEIOUY)- R
[all …]
H A Den_AU.diff111 ! SAL R R
1007 SFX R Y 72
1008 ! SFX R 0 r e
1009 ! SFX R 0 rs e
1025 ! SFX R 0 er [aeo]al
1056 ! SFX R 0 r's e
1694 SFX R Y 72
1695 ! SFX R 0 r e
1696 ! SFX R 0 rs e
1712 ! SFX R 0 er [aeo]al
[all …]
/vim-8.2.3635/runtime/
H A Dmakemenu.vim144 SynMenu C.Coco/R:coco
472 SynMenu R.R.R:r
473 SynMenu R.R.R\ help:rhelp
474 SynMenu R.R.R\ noweb:rnoweb
477 SynMenu R.Raml:raml
484 SynMenu R.Rego:rego
492 SynMenu R.Rexx:rexx
496 SynMenu R.RPL/2:rpl
499 SynMenu R.RTF:rtf
500 SynMenu R.Ruby:ruby
[all …]
/vim-8.2.3635/runtime/lang/
H A Dmenu_japanese_japan.932.vim30 menutrans O&rphans �ǎ�(&R)
34 …"�w���v�������������R�}���h�������͒P�����͂��Ă�������:\n\n�}�����[�h�̃R�}���h�ɂ� i_ ��擪�ɕt�����܂�. …
54 menutrans &Redo<Tab>^R ������x���(&R)<Tab>^R
57 menutrans &Copy<Tab>"+y �R�s�[(&C)<Tab>"+y
116 \ �P��ܕԂ��ؑ�(&R)<Tab>:set\ lbr!
159 menutrans Se&t\ Compiler �R���p�C���ݒ�(&T)
198 menutrans Ma&rker �}�[�J�[(&R)
212 menutrans &Refresh\ menu ���j���[�ēǍ�(&R)
234 menutrans P&revious<Tab>^WW �O��(&R)<Tab>^WW
247 menutrans &Copy �R�s�[(&C)
[all …]
H A Dmenu_chinese_taiwan.950.vim26 menutrans O&rphans �@�ϩt��(&R)
56 menutrans &Redo<Tab>^R �����W���_��(&R)<Tab>^R
64 menutrans &Delete<Tab>x �R��(&D)<Tab>x
117 menutrans Toggle\ &Right\ Scrollbar �����ϥΥk�ݱ��ʶb(&R)
143 menutrans Ma&rker �аO(Marker)(&R)
147 menutrans &Delete\ Fold<Tab>zd �R��\ Fold(&D)<Tab>zd
197 menutrans &Refresh\ menu ��s(&R)
198 menutrans &Delete �R��(&D)
223 menutrans &Right\ side<Tab>^WL �k��(&R)<Tab>^WL
241 menutrans &Delete �R��(&D)
[all …]
H A Dmenu_ja_jp.euc-jp.vim30 menutrans O&rphans �ɻ�(&R)
54 menutrans &Redo<Tab>^R �⤦���٤��(&R)<Tab>^R
98 menutrans Toggle\ &Right\ Scrollbar ��������С�(��)ɽ������(&R)
116 \ ñ�����֤�����(&R)<Tab>:set\ lbr!
157 menutrans Conve&rt\ back<Tab>:%!xxd\ -r HEX������Ѵ�(&R)<Tab>%!xxd\ -r
168 menutrans &Repeat\ correction<Tab>:spellrepall ���������֤�(&R)<Tab>:spellrepall
198 menutrans Ma&rker �ޡ�����(&R)
212 menutrans &Refresh\ menu ��˥塼���ɹ�(&R)
231 menutrans &Right\ side<Tab>^WL ��(&R)<Tab>^WL
234 menutrans P&revious<Tab>^WW ����(&R)<Tab>^WW
[all …]
H A Dmenu_ja_jp.utf-8.vim30 menutrans O&rphans 孤児(&R)
54 menutrans &Redo<Tab>^R もう一度やる(&R)<Tab>^R
98 menutrans Toggle\ &Right\ Scrollbar スクロールバー(右)表示切替(&R)
116 \ 単語折返し切替(&R)<Tab>:set\ lbr!
157 menutrans Conve&rt\ back<Tab>:%!xxd\ -r HEXから逆変換(&R)<Tab>%!xxd\ -r
168 menutrans &Repeat\ correction<Tab>:spellrepall 修正を繰り返す(&R)<Tab>:spellrepall
198 menutrans Ma&rker マーカー(&R)
212 menutrans &Refresh\ menu メニュー再読込(&R)
231 menutrans &Right\ side<Tab>^WL 右(&R)<Tab>^WL
234 menutrans P&revious<Tab>^WW 前へ(&R)<Tab>^WW
[all …]
/vim-8.2.3635/runtime/ftplugin/
H A Dr.vim2 " Language: R
4 " Homepage: https://github.com/jalvesaq/R-Vim-runtime
24 let b:browsefilter = "R Source Files (*.R)\t*.R\n" .
25 \ "Files that include R (*.Rnw *.Rd *.Rmd *.Rrst)\t*.Rnw;*.Rd;*.Rmd;*.Rrst\n" .
H A Drhelp.vim2 " Language: R help file
4 " Homepage: https://github.com/jalvesaq/R-Vim-runtime
21 …let b:browsefilter = "R Source Files (*.R *.Rnw *.Rd *.Rmd *.Rrst)\t*.R;*.Rnw;*.Rd;*.Rmd;*.Rrst\n"…
H A Drmd.vim2 " Language: R Markdown file
4 " Homepage: https://github.com/jalvesaq/R-Vim-runtime
6 " Original work by Alex Zvoleff (adjusted from R help for rmd by Michel Kuhlmann)
50 …let b:browsefilter = "R Source Files (*.R *.Rnw *.Rd *.Rmd *.Rrst)\t*.R;*.Rnw;*.Rd;*.Rmd;*.Rrst\n"…
H A Drrst.vim2 " Language: reStructuredText documentation format with R code
4 " Homepage: https://github.com/jalvesaq/R-Vim-runtime
41 …let b:browsefilter = "R Source Files (*.R *.Rnw *.Rd *.Rmd *.Rrst)\t*.R;*.Rnw;*.Rd;*.Rmd;*.Rrst\n"…
/vim-8.2.3635/runtime/doc/
H A Dif_cscop.txt401 map <C-_> :cstag <C-R>=expand("<cword>")<CR><CR>
408 map g<C-]> :cs find 3 <C-R>=expand("<cword>")<CR><CR>
409 map g<C-\> :cs find 0 <C-R>=expand("<cword>")<CR><CR>
446 \:vert scs find s <C-R>=expand("<cword>")<CR><CR>
448 \:vert scs find g <C-R>=expand("<cword>")<CR><CR>
450 \:vert scs find c <C-R>=expand("<cword>")<CR><CR>
452 \:vert scs find t <C-R>=expand("<cword>")<CR><CR>
454 \:vert scs find e <C-R>=expand("<cword>")<CR><CR>
456 \:vert scs find i ^<C-R>=expand("<cfile>")<CR>$<CR>
458 \:vert scs find d <C-R>=expand("<cword>")<CR><CR>
[all …]
/vim-8.2.3635/src/libvterm/t/
H A D64screen_pen.test40 ?screen_cell 0,0 = {} width=1 attrs={R} fg=idx(3) bg=idx(4)
41 ?screen_cell 0,79 = {} width=1 attrs={R} fg=idx(3) bg=idx(4)
47 ?screen_cell 1,0 = {} width=1 attrs={R} fg=rgb(240,240,240) bg=rgb(0,0,0)
51 ?screen_cell 0,0 = {} width=1 attrs={R} fg=idx(3) bg=idx(4)
52 ?screen_cell 0,79 = {} width=1 attrs={R} fg=idx(3) bg=idx(4)

12345678910>>...17