Lines Matching refs:file
1 " Vim autoload file for editing compressed files.
23 " the flags in the compressed file.
44 " After reading compressed file: Uncompress text in buffer with "cmd"
57 " make 'patchmode' empty, we don't want a copy of the written file
60 " remove 'a' and 'A' from 'cpo' to avoid the alternate file changes
86 " write the just read lines to a temp file "'[,']w tmp.gz"
88 " uncompress the temp file: call system("gzip -dn tmp.gz")
91 " uncompress didn't work! Keep the compressed file then.
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"
156 … echomsg "Not compressing file because uncompress failed; reset b:uncompressOk to compress anyway"
159 " Rename the file before compressing it.
173 " Before appending to compressed file: Uncompress file with "cmd"
185 " Rename to a weird name to avoid the risk of overwriting another file
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
203 " existing file.