Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 173) sorted by relevance

1234567

/vim-8.2.3635/runtime/doc/
H A Dpi_zip.txt21 1. Contents *zip* *zip-contents*
22 1. Contents................................................|zip-contents|
31 contents page. Select a file to edit by moving the cursor atop
109 opened but the swapfile held unencrypted contents.
110 The solution is to edit the contents of a zip file
H A Dusr_43.txt18 Table of contents: |usr_toc.txt|
45 2. Create the file "~/.vim/ftplugin/c.vim", with the contents: >
144 recognize it by its contents. For example, many script files start with a
160 contents of files for which the filetype was already detected by the file
173 and sources a script or executes a function to check the contents of the file.
H A Dpi_tar.txt21 1. Contents *tar* *tar-contents*
22 1. Contents..................................................|tar-contents|
31 contents page. Select a file to edit by moving the cursor atop
85 *g:tar_browseoptions* "Ptf" used to get a list of contents
H A Dundo.txt247 for (with a hash of the file contents) and ignore it when the file was changed
320 "File contents changed, cannot use undo info"
324 *E825* The undo file does not contain valid contents and cannot be used.
385 delete text, it is put into register "1. The contents of register "1 are
386 shifted to "2, etc. The contents of register "9 are lost. You can now get
389 also works as this puts the contents of the unnamed register). You can get
403 if it is not what you want do 'u.'. This will remove the contents of the
H A Dpi_vimball.txt21 1. Contents *vba* *vimball* *vimball-contents*
23 1. Contents......................................: |vimball-contents|
120 source the file to extract its contents.
237 contents.
H A Dpi_logipat.txt10 1. Contents *logiPat* *logiPat-contents*
12 1. Contents.................: |logiPat-contents|
H A Dusr_11.txt20 Table of contents: |usr_toc.txt|
60 contents, you will get this message:
64 Recovery completed. Buffer contents equals file contents. ~
148 start editing a file, expecting the contents of the file to show up. Instead,
H A Dusr_22.txt20 Table of contents: |usr_toc.txt|
30 with the contents of the directory. It looks like this:
100 The <F1> key thus brings you to a netrw directory browsing contents help page.
291 changing the buffer, you write the contents of the buffer to the file.
292 Buffers not only contain file contents, but also all the marks, settings, and
H A Dusr_23.txt21 Table of contents: |usr_toc.txt|
233 look in the editor's memory and discover the contents of the file.
234 If you use a viminfo file, be aware that the contents of text registers are
236 If you really want to secure the contents of a file, edit it only on a
H A Dusr_21.txt22 Table of contents: |usr_toc.txt|
217 contents between two instances of Vim, for example. In the first Vim do: >
332 that lists the contents of a directory. You can select files to edit there.
370 Sessions store many things, but not the position of marks, contents of
461 in the way of the normal contents, put it at the end of the file.
H A Dterminal.txt354 The terminal contents can change at any time. This is called Terminal-Job
358 contents of the terminal window is under control of Vim, the job output is
369 contents of the buffer. The commands that would start insert mode, such as
371 the contents of the terminal. |:startinsert| is ineffective.
485 The top part of the buffer contains the contents of the first
486 file, the bottom part of the buffer contains the contents of
533 Open a new window displaying the contents of {filename}
545 Dump the contents of the terminal screen of {buf} in the file
720 Get the contents of {row} of terminal screen of {buf}.
1130 1. The contents of the first dump
[all …]
H A Dintro.txt15 7. The window contents |window-contents|
334 register contents, while the uppercase letter is used to
335 append to the previous register contents. Without the ""x" or
713 7. The window contents *window-contents*
716 contents of the buffer: What You See Is What You Get. There are two
802 display of the buffer contents is updated as soon as you go back to Command
H A Dusr_09.txt20 Table of contents: |usr_toc.txt|
210 some application that shows the clipboard contents (e.g., KDE's Klipper).
253 To insert the contents of the real clipboard before the cursor: >
/vim-8.2.3635/src/testdir/
H A Dtest_writefile.vim54 let contents = ["line one", "line two"]
55 call writefile(contents, 'Xfile')
59 call assert_equal(contents, readfile('Xfile'))
66 call assert_equal(contents, readfile('Xfile'))
67 call assert_equal(contents, readfile('Xfile' .. &backupext))
96 let contents = ["line one", "line two"]
97 call writefile(contents, 'Xfile_conversion_err')
103 call assert_equal(contents, readfile('Xfile_conversion_err~'))
200 " buffer contents silently lost
H A Dtest_terminal2.vim308 " let contents = ['@echo off', 'exit %1']
312 " let contents = ['#!/bin/sh', 'exit $1']
314 " call writefile(contents, filename)
417 let contents = [
423 for c in contents
H A Dtest_eval_stuff.vim537 call setline(1, ['clipboard contents', 'something else'])
544 …l Assert_reg('*', 'V', "clipboard contents\n", "['clipboard contents']", "clipboard contents\n", "…
H A Dterm_util.vim121 " If it fails then show the terminal contents for debugging.
126 call assert_report('RunVimInTerminal() failed, screen contents: ' . join(lines, "<NL>"))
H A Dtest_recover.vim377 " same contents.
389 call assert_match('Buffer contents equals file contents', msg)
H A Dtest_mzscheme.vim35 " change buffer contents
H A Dtest_registers.vim366 " Test for replacing the clipboard register contents
376 " Test for replacing the selection register contents
404 " executing the contents of a register
598 " Test for executing the contents of a register as an Ex command with line
H A Dtest_file_size.vim37 " Create a file with the following contents
/vim-8.2.3635/runtime/syntax/
H A Dgo.vim142 " Comments; their contents
180 " Strings and their contents
210 " Characters; their contents
331 " Comments; their contents
H A Djsonc.vim31 " Define syntax matching comments and their contents
H A Dgift.vim151 "Possible contents of answers
154 "Possible contents of numerical answers
/vim-8.2.3635/runtime/lang/
H A DREADME.txt3 The contents of each menu file is a sequence of lines with "menutrans"

1234567