| /vim-8.2.3635/src/testdir/ |
| H A D | test_filetype.vim | 55 \ 'ada': ['file.adb', 'file.ads', 'file.ada', 'file.gpr'], 117 …\ 'cpp': ['file.cxx', 'file.c++', 'file.hh', 'file.hxx', 'file.hpp', 'file.ipp', 'file.moc', 'file… 186 …\ 'fortran': ['file.f', 'file.for', 'file.fortran', 'file.fpp', 'file.ftn', 'file.f77', 'file.f90'… 230 …\ 'natural': ['file.NSA', 'file.NSC', 'file.NSG', 'file.NSL', 'file.NSM', 'file.NSN', 'file.NSP', … 232 …\ 'opl': ['file.OPL', 'file.OPl', 'file.OpL', 'file.Opl', 'file.oPL', 'file.oPl', 'file.opL', 'fil… 254 \ 'jam': ['file.jpl', 'file.jpr', 'JAM-file.file', 'JAM.file', 'Prl-file.file', 'Prl.file'], 352 \ 'nroff': ['file.tr', 'file.nr', 'file.roff', 'file.tmac', 'file.mom', 'tmac.file'], 355 …\ 'ocaml': ['file.ml', 'file.mli', 'file.mll', 'file.mly', '.ocamlinit', 'file.mlt', 'file.mlp', '… 387 … \ 'postscr': ['file.ps', 'file.pfa', 'file.afm', 'file.eps', 'file.epsf', 'file.epsi', 'file.ai'], 409 …\ 'raku': ['file.pm6', 'file.p6', 'file.t6', 'file.pod6', 'file.raku', 'file.rakumod', 'file.rakud… [all …]
|
| H A D | test_swap.vim | 21 " '.', swap file in the same directory as file 30 " './dir', swap file in a directory relative to the file 186 write " file is written, not modified 191 " Close the file and recreate the swap file. 248 " Close the file and recreate the swap file. 258 " The file should be recovered. 289 " Close and delete the file and recreate the swap file. 300 " The file should be recovered. 330 " Close and delete the file and recreate the swap file. 402 " Test that swap file uses the name of the file when editing through a [all …]
|
| H A D | test_find_complete.vim | 47 call feedkeys(":find file\t\n", "xt") 49 call feedkeys(":find file\t\t\n", "xt") 57 call feedkeys(":find file\t\n", "xt") 59 call feedkeys(":find file\t\t\n", "xt") 68 call feedkeys(":find file\t\n", "xt") 77 " is Xfind/in/file.txt. 137 call feedkeys(":find file\t\n", "xt") 144 e in/file.txt 146 call feedkeys(":find file\t\n", "xt") 151 " Open Jimmy Hoffa file [all …]
|
| H A D | test_recover.vim | 27 " Return the name of the swap file. 30 " get the name of the swap file 33 " make a copy of the swap file in Xswap 96 " Edit a file and grab its swapfile. 101 " Forget we edited this file 115 " Forget we edited this file 185 " Refer to the comments in the memline.c file for the swap file headers 332 " Recover an encrypted file from the swap file without the original file 345 " Recover an encrypted file from the swap file with the original file 376 " Test for using :recover when the original file and the swap file have the [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_11.txt | 25 In most cases recovering a file is quite simple, assuming you know which file 46 Compare the file with the original file to check if you ended up with what you 68 file after making changes. It is safe to delete the swap file now. 87 file, and use: > 123 swap file name. Vim will then find out the name of the original file from 124 the swap file. 134 put the swap file. 173 swap file already exists for that file. If there is one, there must be 210 - The file is a valid swap file (Magic number is correct). 228 changes to the file. Then a directory listing of the swap file will show [all …]
|
| H A D | recover.txt | 18 1. The swap file |swap-file| 22 1. The swap file *swap-file* 24 Vim stores the things you changed in a swap file. Using the original file 37 edited file. This avoids that the swap file shows up in a directory 44 - The swap file is deleted as soon as Vim stops editing the file. 61 the file system where the file is (in a crash). 129 file. The original file is no longer needed for 171 :rec[over] [file] Try to recover [file] from the swap file. If [file] 207 for the swap file. 221 to use the same key for text file and swap file ~ [all …]
|
| H A D | usr_07.txt | 14 |07.3| Jumping from file to file 17 |07.6| Viewing a file 72 file, to edit the next file you use this command: > 118 file first: > 180 *07.3* Jumping from file to file 225 the file. 400 end of a file. 412 vim -R file 416 view file 431 vim -M file [all …]
|
| H A D | editing.txt | 10 2. Editing a file |edit-a-file| 32 If you start editing a file (read a file into the buffer), the file name is 195 2. Editing a file *edit-a-file* 338 the file. 355 file is read into the buffer and the current file name is set. The file that 370 file name (like ":edit file") spaces in the file name are allowed, but 541 :e file 547 :e file 760 Write current file to {file} and start editing the 1055 file). [all …]
|
| H A D | usr_23.txt | 44 don't see anything if you edit a native file format. Thus editing a Unix file 89 :edit ++ff=unix file.txt 103 file: > 106 Vim will recognize this as a dos format file. Now change the file format to 131 the file, download it and edit the copy. To open the file in a new window use 179 finish editing the file and tell Vim to exit, the file is encrypted and 184 that the file was encrypted. 220 For example, to edit the encrypted file "file.txt" without a swap file use the 223 vim -x -n file.txt 246 the file is identical otherwise. [all …]
|
| H A D | starting.txt | 18 10. The viminfo file |viminfo-file| 77 file becomes the current file, and the associated command is 201 -S {file} The {file} will be sourced after the first file has been read. 578 file(s). 947 gvimrc file. 1116 file with: > 1252 vimrc file. 1402 When [file] is the name of a file ('viewdir' is not 1639 file. This was done to avoid accidentally destroying a file when the file 1647 :rv[iminfo][!] [file] Read from viminfo file [file] (default: see [all …]
|
| H A D | undo.txt | 237 the file again. 256 When the file is encrypted, the text in the undo file is also crypted. The 268 :wundo[!] {file} 270 When {file} exists and it does not look like an undo file 277 the existing file and then creating a new file with the same 281 :rundo {file} Read undo history from {file}. 284 history file. E.g.: > 321 The file text differs from when the undo file was written. This means 334 file. For safety the undo file is not used. 342 A file exists with the name of the undo file to be written, but it [all …]
|
| H A D | vim.man | 9 vim [options] [file ..] 34 vim file 55 tags file, the associated file becomes the current file and 116 -S {file} {file} will be sourced after the first file has been read. 117 This is equivalent to -c "source {file}". {file} cannot 215 for each file. 221 each file. 234 -r {file} Recovery mode. The swap file is used to recover a crashed 235 editing session. The swap file is a file with the same 253 or terminfo file. [all …]
|
| H A D | message.txt | 252 format of the file. The file will not be marked unmodified. If you care 263 When the file name changes, Vim tries to rename the |swap-file| as well. 299 Writing a file was not completed successfully. The file is probably 324 an existing file. 387 No alternate file 390 The alternate file is not defined yet. See |alternate-file|. 393 No file name 404 :file {filename} 563 Tags file not sorted: {file name} 580 Too many file names [all …]
|
| H A D | tagsrch.txt | 15 5. Tags file format |tags-file-format| 417 no yes yes x abandon current file, read other file, goto 419 no yes no on write current file, read other file, goto 426 other file will be made the current file and read into the buffer. 429 file will be made the current file and read into the buffer. 430 - If the tag is in another file, the current file was changed and the 432 file will be made the current file and read into the buffer. 433 - If the tag is in another file, the current file was changed and the 466 file "tags". It can also be used to access a common tags file. 516 in another directory, file names in that tag file are relative to the [all …]
|
| H A D | filetype.txt | 20 file name and sometimes by inspecting the contents of the file for specific 43 contents of the file. 56 file. Example, for an IDL file use the command: > 78 You can enable loading the indent file for specific file types with: > 123 To disable one of the file types, add a line in your filetype file, see 140 file name variable ~ 193 B. If you want to detect your file after the default file type checks. 205 C. If your file type can be detected by the file name. 210 2. Create a file that contains autocommands to detect the file type. 212 " my filetype file [all …]
|
| H A D | os_win32.txt | 48 When doing file name completion, Vim also finds matches for the short file 50 example, if you have the long file name "this_is_a_test" with the short file 221 the original file is made and then the original file is overwritten. This 223 systems, the original file is renamed and a new file is written. Only the 229 Q. I'm using Vim to edit a file on a Unix file server through Samba. When I 230 write the file, the owner of the file is changed. Why? 231 A. When writing a file Vim renames the original file, this is a backup (in 232 case writing the file fails halfway). Then the file is written as a new 236 copy of the file for the backup, and overwrite the original file. The 257 echo Hello > file.bat~ [all …]
|
| H A D | xxd.man | 132 % xxd -i file 134 % xxd -i < file 138 and if stdin's file position is not at the start of the file by the 150 < file 154 < file 162 % xxd -s 0x30 file 165 % xxd -s -0x30 file 196 Patch the date in the file xxd.1 205 Hexdump this file with autoskip. 206 % xxd -a -c 12 file [all …]
|
| H A D | usr_21.txt | 103 file. When Vim starts again, the viminfo file is read and the information 190 file: > 227 file. When it is omitted, and the file exists, the information is merged into 228 the file. 308 session file as a starting point. 315 | VIM - main help file | 322 |file |~ | 323 |file |~ | 324 |file |~ | 325 |file |~ | [all …]
|
| H A D | usr_31.txt | 12 |31.1| The file browser 23 *31.1* The file browser 37 You can also specify a file name argument. This is used to tell the file 45 file. 90 editing another file with: > 106 the same file, with the changes still there. 114 pop up a file browser to select the file to edit. 220 gvim -f file.txt 241 When gvim starts, it reads the gvimrc file. That's similar to the vimrc file 250 The gvimrc file is searched for in the same locations as the vimrc file. [all …]
|
| H A D | quickref.txt | 702 'fileformat' 'ff' file format used for file I/O 1070 |:redir| :redir >{file} redirect messages to {file} 1164 |:<sfile>| <sfile> file name of a ":source"d file, within that file (only 1228 |:edit_f| :e[dit][!] {file} edit {file} 1248 |:wn| :wn[ext][!] write file and edit next file 1249 |:wn| :wn[ext][!] {file} write to {file} and edit next file, unless 1252 |:wN| :wN[ext][!] [file] write file and edit previous file 1288 |:wq| :wq[!] {file} write to {file} and exit 1304 |:rviminfo| :rv[iminfo] [file] read info from viminfo file [file] 1306 |:wviminfo| :wv[iminfo] [file] add info to viminfo file [file] [all …]
|
| /vim-8.2.3635/src/po/ |
| H A D | en_GB.po | 314 msgid "E624: Can't open file \"%s\"" 322 msgid "E618: file \"%s\" is not a PostScript resource file" 326 msgid "E619: file \"%s\" is not a supported PostScript resource file" 605 msgid "E781: .sug file doesn't match .spl file: %s" 606 msgstr "E781: .sug file does not match .spl file: %s" 623 #. * file. 723 msgid "E482: Can't create file %s" 730 msgid "E484: Can't open file %s" 731 msgstr "E484: Cannot open file %s" 734 msgid "E485: Can't read file %s" [all …]
|
| H A D | it.po | 2072 " i: Trova file che #includono questo file\n" 2562 msgid "[file ..] edit specified file(s)" 2563 msgstr "[file ..] apri file(s) specificati" 3108 "to use the same key for text file and swap file" 4593 msgid "E781: .sug file doesn't match .spl file: %s" 7909 "di file" 7930 msgid "file names in a tags file are relative to the tags file" 7963 msgid "file names in a cscope file are relative to that file" 8363 "file" 8809 msgid "file name extension for the backup file" [all …]
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | pltags.pl | 44 my $file = ""; # File being processed 62 $file, # File in which tag appears 76 $tagline = "$tag\t$file\t/^$line\$/"; 184 foreach $file (map { glob } @ARGV) 188 next unless ((-f $file) && (-r $file) && ($file !~ /tags$/) 189 && ($file !~ /~$/)); 191 print "Tagging file $file...\n"; 198 open (IN, $file) or die "Can't open file '$file': $!"; 229 MakeTag($var, "v", (!$is_pkg or $has_subs), $file, $line); 249 MakeTag($package_name, "p", 0, $file, $line); [all …]
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | README.txt | 2 type of file. 4 If you want to add your own indent file for your personal use, read the docs 8 If you make a new indent file which would be useful for others, please send it 9 to [email protected]. Include instructions for detecting the file type for this 10 language, by file name extension or by checking a few lines in the file. 13 If you have remarks about an existing file, send them to the maintainer of 14 that file. Only when you get no response send a message to [email protected]. 16 If you are the maintainer of an indent file and make improvements, e-mail the 20 Rules for making an indent file: 24 " Only load this indent file when no other was loaded yet. [all …]
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | gzip.vim | 1 " Vim autoload file for editing compressed files. 23 " the flags in the compressed file. 86 " write the just read lines to a temp file "'[,']w tmp.gz" 92 echoerr "Error: Could not read uncompressed file" 121 " delete the temp file and the used buffers 153 " After writing compressed file: Compress written file with "cmd" 159 " Rename the file before compressing it. 173 " Before appending to compressed file: Uncompress file with "cmd" 190 " Create patchmode file by creating the decompressed file new 201 " find a file name for the file to be compressed. Use "name" without an [all …]
|