| /vim-8.2.3635/src/ |
| H A D | os_mac_conv.c | 58 CFStringEncoding from; in mac_string_convert() local 65 case 'u': from = kCFStringEncodingUTF8; break; in mac_string_convert() 134 if (from == kCFStringEncodingUTF8) in mac_string_convert() 229 char_u *from, in enc2macroman() argument 247 rest[*restlenp++] = from[--fromlen]; in enc2macroman() 333 unsigned short *from, in mac_utf16_to_enc() argument 387 char_u *from, in mac_enc_to_utf16() argument 417 utf8_str = from; in mac_enc_to_utf16() 446 char_u *from, in mac_enc_to_cfstring() argument 498 UniChar *from, in mac_utf16_to_utf8() argument [all …]
|
| H A D | crypt.c | 466 char_u *from, in crypt_encode_alloc() argument 524 char_u *from, in crypt_encode() argument 539 char_u *from, 774 char_u *from UNUSED, 804 from, len, NULL, 0, tag); 819 char_u *from UNUSED, 829 char_u *p1 = from; 897 char_u *from UNUSED, in crypt_sodium_buffer_encode() 930 &out_len, from, len, NULL, 0, tag); in crypt_sodium_buffer_encode() 947 char_u *from UNUSED, in crypt_sodium_buffer_decode() [all …]
|
| H A D | mark.c | 792 int from, to; in ex_delmarks() local 817 from = *p; in ex_delmarks() 822 || to < from) in ex_delmarks() 831 from = to = *p; in ex_delmarks() 833 for (i = from; i <= to; ++i) in ex_delmarks() 1308 int from, to; in cleanup_jumplist() local 1324 for (from = 0; from < wp->w_jumplistlen; ++from) in cleanup_jumplist() 1326 if (wp->w_jumplistidx == from) in cleanup_jumplist() 1330 == wp->w_jumplist[from].fmark.fnum in cleanup_jumplist() 1349 copy_jumplist(win_T *from, win_T *to) in copy_jumplist() argument [all …]
|
| H A D | bufwrite.c | 255 char_u *from; in buf_write_bytes() local 274 from = buf; in buf_write_bytes() 288 u8c = utf_ptr2char(from); in buf_write_bytes() 292 from += n; in buf_write_bytes() 351 u8c = *from++; in buf_write_bytes() 352 u8c += (*from++ << 8); in buf_write_bytes() 386 char_u *from; in buf_write_bytes() local 401 from = buf; in buf_write_bytes() 419 const char *from; in buf_write_bytes() local 436 from = fp; in buf_write_bytes() [all …]
|
| H A D | os_unix.h | 444 # define mch_memmove(to, from, len) memmove((char *)(to), (char *)(from), len) argument 447 # define mch_memmove(to, from, len) bcopy((char *)(from), (char *)(to), len) argument 450 # define mch_memmove(to, from, len) memcpy((char *)(to), (char *)(from), len) argument
|
| H A D | option.c | 4067 void *from) in get_option_value_strict() argument 4150 curbuf = (buf_T *)from; in get_option_value_strict() 4161 curwin = (win_T *)from; in get_option_value_strict() 5191 set_chars_option((win_T *)from, &((win_T *)from)->w_p_lcs); in unset_global_local_option() 5611 to->wo_nu = from->wo_nu; in copy_winopt() 5612 to->wo_rnu = from->wo_rnu; in copy_winopt() 5616 to->wo_nuw = from->wo_nuw; in copy_winopt() 5619 to->wo_rl = from->wo_rl; in copy_winopt() 5633 to->wo_lbr = from->wo_lbr; in copy_winopt() 5634 to->wo_bri = from->wo_bri; in copy_winopt() [all …]
|
| H A D | INSTALLpc.txt | 28 5. Cross compiling for Win32 from a Linux machine 40 16. Installing after building from sources 213 or from Windows Update: 221 You need the .NET Framework 1.1 SDK from 230 The Debugging Tools for Windows can be downloaded from 339 Select one of the following icon from the Start Menu: 455 5. Cross compiling for Win32 from a Linux machine 579 Get it from https://download.racket-lang.org/ 855 You can use binaries from ActiveState (ActiveTcl). 937 16. Installing after building from sources [all …]
|
| H A D | INSTALLmac.txt | 15 from the Mac App Store, for free. 47 To build libtool from source: 49 1. Download the source code from https://www.gnu.org/software/libtool/. 51 2. Run these commands from the root of the source code directory: 62 First, install XQuartz, which you can download from https://www.xquartz.org.
|
| H A D | crypt_zip.c | 115 char_u *from, in crypt_zip_encode() argument 126 ztemp = from[i]; in crypt_zip_encode() 139 char_u *from, in crypt_zip_decode() argument 152 UPDATE_KEYS_ZIP(zs->keys, to[i] = from[i] ^ temp); in crypt_zip_decode()
|
| H A D | typval.c | 1053 copy_tv(typval_T *from, typval_T *to) in copy_tv() argument 1055 to->v_type = from->v_type; in copy_tv() 1057 switch (from->v_type) in copy_tv() 1089 if (from->vval.v_string == NULL) in copy_tv() 1094 if (from->v_type == VAR_FUNC) in copy_tv() 1099 if (from->vval.v_partial == NULL) in copy_tv() 1108 if (from->vval.v_blob == NULL) in copy_tv() 1112 to->vval.v_blob = from->vval.v_blob; in copy_tv() 1117 if (from->vval.v_list == NULL) in copy_tv() 1121 to->vval.v_list = from->vval.v_list; in copy_tv() [all …]
|
| H A D | INSTALLvms.txt | 14 parameters from MAKE_VMS.MMS actively use and set up parameters in relation 18 ([runtime.doc]os_vms.txt or :help vms from vim prompt) 50 You can download mmk from http://www.openvms.digital.com/freeware/MMK/ 58 NOTE: procedure in chapter 1 describes source code preparation from multi OS 59 code, however it is available OpenVMS optimized (and tested) source code from: 64 from CVS mirror ftp://ftp.polarhome.com/pub/cvs/SOURCE/ 268 Lists objects created from source codes listed in feature_SRC 330 Also VMS_JACKETS.EXE from OpenVMS Porting Library. 339 You have to install OpenVMS perl package from: 340 …ducts/ips/apache/csws_perl_relnotes.html or build on your own from sources downloaded from http://… [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xquery.vim | 29 …from-date day-from-dateTime days-from-duration deep-equal deep-equal default-collation distinct-va… 31 …from-date subtract-dayTimeDuration-from-dateTime subtract-dayTimeDuration-from-time subtract-dayTi…
|
| H A D | pyrex.vim | 29 " This deletes "from" from the keywords and re-adds it as a 33 syn match pythonInclude "from" 37 syn match pyrexForFrom "\(for[^:]*\)\@<=from"
|
| /vim-8.2.3635/src/proto/ |
| H A D | os_mac_conv.pro | 4 int enc2macroman(char_u *from, size_t fromlen, char_u *to, int *tolenp, int maxtolen, char_u *rest,… 7 char_u *mac_utf16_to_enc(unsigned short *from, size_t fromLen, size_t *actualLen); 8 unsigned short *mac_enc_to_utf16(char_u *from, size_t fromLen, size_t *actualLen); 9 void *mac_enc_to_cfstring(char_u *from, size_t fromLen);
|
| H A D | crypt.pro | 16 long crypt_encode_alloc(cryptstate_T *state, char_u *from, size_t len, char_u **newptr, int last); 18 void crypt_encode(cryptstate_T *state, char_u *from, size_t len, char_u *to, int last); 27 long crypt_sodium_buffer_encode(cryptstate_T *state, char_u *from, size_t len, char_u **buf_out, in… 28 long crypt_sodium_buffer_decode(cryptstate_T *state, char_u *from, size_t len, char_u **buf_out, in…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_vms.txt | 41 You can download precompiled executables from: 82 a problem from Vim side. 271 can be downloaded from http://www.polarhome.com/vim/). 298 It is possible to work from XDM client as from GUI console. 322 8.9 Printing from Vim 394 1. Edit some file from remote node: > 496 Note: You can use XXD and CTAGS from GUI menu. 526 8.9 Printing from Vim 550 parent terminal, to block signals from the parent window. 824 - create TAGS file from menu [all …]
|
| H A D | sign.txt | 257 Same but remove the sign {id} from all the sign groups. 694 " Remove sign 10 from buffer a.vim 697 " Remove sign 20 in group 'g1' from buffer 3 700 " Remove all the signs in group 'g2' from buffer 10 703 " Remove sign 30 in group 'g3' from all the buffers 709 " Remove the signs in group 'g4' from all the buffers 712 " Remove sign 40 from all the buffers 715 " Remove all the placed signs from all the buffers 729 then the specified sign is removed from all 742 " Remove sign with id 10 from buffer a.vim and sign [all …]
|
| H A D | xxd.man | 22 as a `-' character, then input is taken from standard input. If no 52 Change the character encoding in the righthand column from ASCII 76 from stdin. 103 (meaningless when not reading from stdin). - indicates that the 104 seek should be that many characters from the end of the input 136 xxd -s +seek may be different from xxd -s seek, as lseek(2) is used to 146 Hexdump from file position 0x480 (=1024+128) onwards. The `+' sign 152 Hexdump from file position 0x100 ( = 1024-768) on. 164 Print 3 lines (hex 0x30 bytes) from the end of file. 189 Display just the date from the file xxd.1 [all …]
|
| H A D | rileft.txt | 22 ability to display their text from right-to-left. Files in those languages 25 right-to-left oriented files the characters appear on the screen from 51 o Backing from reverse insert mode to the correct place in the file 95 the text will be reversed, because the characters come from the cut buffer 96 from the left to the right, while inserted in the file from the right to 107 possible to enter mappings, abbreviations and searches typed from the
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_vim9_script.vim | 1203 from 1317 from 1331 import * from './Xexport.vim' 1339 import name from './Xexport.vim' 1374 import CONST from './Xexport.vim' 1412 import name from Xexport.vim 1419 import name from './XnoExport.vim' 1449 import CONST from './Xexport.vim' 1492 import {G} from './Xlib.vim' 1938 import FastSort from './Xsort.vim' [all …]
|
| H A D | script_util.vim | 10 " MakeScript() - Make a script file from a function. {{{2 16 " to be made for a ":return" from a function call or a ":finish" in a script 45 " ExecAsScript - Source a temporary script made from a function. {{{2 47 " Make a temporary script file from the function a:funcname, ":source" it, and 52 " Make a script from the function passed as argument.
|
| /vim-8.2.3635/src/po/ |
| H A D | README_mingw.txt | 18 The make utility must be run from the po directory. 21 the name of your language. You can do it from the command line or adding a 31 for translation. Then you must source the cleanup.vim script from inside Vim; 35 (I don't no why, but make is unable to change the directory from po to src and 36 back to po, so all the work must be done from the po dir, hence the '..\') 43 (1) Add new and changed messages from the Vim sources: 47 This will extract all the strings from Vim and merge them in with the
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | README.txt | 7 The files used as input for the spell files come from the OpenOffice.org spell 12 possible to highlight words for another region different from bad words. 14 Most of the soundslike mappings come from Aspell ??_phonet.dat files: 20 This involves downloading the files from the github server, applying a 31 1. Fetch the right spell file from: 60 added/removed from the LibreOffice lists can also be handled by the patches. 81 3. Include needed parts from the aspell phonetic dictionary to the aff files. For 112 Add needed lines from /usr/share/i18n/SUPPORTED
|
| /vim-8.2.3635/nsis/ |
| H A D | README.txt | 10 You can generate these from the Unix sources and runtime plus the extra 24 3. Go to the GvimExt directory and build gvimext.dll (or get it from a binary 30 4. Go to the VisVim directory and build VisVim.dll (or get it from a binary 46 8. Get gettext and iconv DLLs from the following site: 70 sourced from: https://nsis.sourceforge.io/ShellExecAsUser_plug-in
|
| /vim-8.2.3635/runtime/icons/ |
| H A D | README.txt | 4 When started from Workbench, Vim opens a window of standard terminal size 20 Change the icon type from "program" to "project" using IconEdit from the 23 4. Change the icon settings using "information" from the WorkBench's "icon"
|