| /vim-8.2.3635/runtime/doc/ |
| H A D | xxd.man | 15 convert a hex dump back to its original binary form. Like uuencode(1) 16 and uudecode(1) it allows the transmission of binary data in a `mail- 18 dard output. Moreover, it can be used to perform binary file patching. 36 Switch to bits (binary digits) dump, rather than hexdump. This 89 Reverse operation: convert (or patch) hexdump into binary. If 220 Use xxd as a filter within an editor such as vim(1) to recover a binary
|
| H A D | usr_23.txt | 10 accessed over the internet. With some restrictions, binary files can be 243 You can edit binary files with Vim. Vim wasn't really made for this, thus 252 This sets the 'binary' option. The effect of this is that unexpected side 297 A real binary editor shows the text in two ways: as it is and in hex format. 300 First edit the file in binary mode: >
|
| H A D | os_dos.txt | 236 If you want to edit a script file or a binary file, you should set the 237 'binary' option before loading the file. Script files and binary files may 239 set 'binary' automatically by starting Vim with the "-b" (binary) option.
|
| H A D | ft_rust.txt | 140 first. The compiled binary is always placed in a temporary 144 compiled binary. 148 arguments passed to the binary.
|
| H A D | os_390.txt | 80 - No binary search in tag files. 89 binary format of the cscope database isn't quite what Vim is expecting.
|
| H A D | editing.txt | 16 8. Editing binary files |edit-binary| 468 bin or binary sets 'binary' 469 nobin or nobinary resets 'binary' 504 will use the old value of the option. Same for the 'binary' option. 576 Before editing binary, executable or Vim script files you should set the 1402 8. Editing binary files *edit-binary* 1404 Although Vim was made to edit text files, it is possible to edit binary 1405 files. The |-b| Vim argument (b for binary) makes Vim do file I/O in binary 1406 mode, and sets some options for editing binary files ('binary' on, 'textwidth' 1410 There are a few things to remember when editing binary files: [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_plus_arg_edit.vim | 41 call assert_equal(1, &binary) 43 call assert_equal(0, &binary)
|
| H A D | color_ramp.vim | 83 set binary
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_vms.txt | 20 To use the binary version, you need one of these archives: 34 The binary archives contain: vim.exe, ctags.exe, xxd.exe files,
|
| H A D | README_bindos.txt | 8 There are several binary distributions of Vim for the PC. You would normally
|
| H A D | README_ole.txt | 11 unpacking another binary archive! Check the output of ":version":
|
| H A D | Contents | 7 yank buffers, possibility to edit binary files, file name
|
| H A D | README_dos.txt | 58 You need to unpack the runtime archive and at least one of the binary 59 archives. When using more than one binary version, be careful not to
|
| /vim-8.2.3635/nsis/ |
| H A D | README.txt | 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
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | erlang.vim | 91 …binary\|bytes\|bitstring\|bits\|binary\|utf8\|utf16\|utf32\|signed\|unsigned\|big\|little\|native\…
|
| H A D | proto.vim | 5 " Redistribution and use in source and binary forms, with or without 11 " * Redistributions in binary form must reproduce the above
|
| H A D | rebol.vim | 96 syn keyword rebolLogicFunction binary? block? char? date? decimal? email? empty? 103 syn keyword rebolType binary! block! char! date! decimal! email! file!
|
| H A D | cf.vim | 622 \|binary 752 \|binary 792 \|binary
|
| /vim-8.2.3635/ |
| H A D | Filelist | 903 # files for Amiga small binary (also in extra archive) 910 # files for DOS binary (also in extra archive) 915 # files for Win32 OLE binary (also in extra archive) 919 # files for Win32s binary (also in extra archive) 923 # files for VMS binary (also in extra archive) 927 # files for OS/2 binary (also in extra archive) 931 # binary files for extra archive 1030 # generic language files, binary
|
| H A D | README.txt | 34 Vim you must get either one of the binary archives or a source archive. 48 If you obtained a binary distribution you don't need to compile Vim. If you
|
| /vim-8.2.3635/nsis/lang/ |
| H A D | serbian.nsi | 181 # Expect the binary path to be $\"$vim_bin_path$\",$\r$\n\ 182 # but system indicates the binary path is $\"$INSTDIR$\"."
|
| H A D | japanese.nsi | 188 # Expect the binary path to be $\"$vim_bin_path$\",$\r$\n\ 189 # but system indicates the binary path is $\"$INSTDIR$\"."
|
| H A D | english.nsi | 181 # Expect the binary path to be $\"$vim_bin_path$\",$\r$\n\ 182 # but system indicates the binary path is $\"$INSTDIR$\"."
|
| /vim-8.2.3635/src/ |
| H A D | filepath.c | 1728 int binary = FALSE; in read_file_or_blob() local 1747 binary = TRUE; in read_file_or_blob() 1796 p < buf + readlen || (readlen <= 0 && (prevlen > 0 || binary)); in read_file_or_blob() 1806 if (readlen > 0 && !binary) in read_file_or_blob() 1856 else if (*p == 0xbf && enc_utf8 && !binary) in read_file_or_blob() 2230 int binary = FALSE; in f_writefile() local 2282 binary = TRUE; in f_writefile() 2319 if (write_list(fd, list, binary) == FAIL) in f_writefile()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | zip.vim | 348 let binkeep= &binary 350 set binary ei=all 354 let &binary = binkeep
|