~ubuntu-branches/ubuntu/maverick/vim/maverick

« back to all changes in this revision

Viewing changes to runtime/doc/insert.txt

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-05-04 11:13:42 UTC
  • mfrom: (1.1.8 upstream) (0.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090504111342-60miqybsixdpc345
Tags: 2:7.2.148-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - debian/runtime/vimrc: "syntax on" is a sane default for non-tiny vim.
  - runtime/syntax/debcontrol.vim:
    + Add "metapackages" to the list of valid sections.
  - runtime/syntax/grub.vim:
    + Add Ubuntu-specific 'quiet' keyword.
  - Drop vim-lesstif package and lesstif2-dev build-dependency.
  - Enable Python interpreter on basic builds.
  - Disable autoindent, line-wrapping, and backup files by default.
* Dropped changes, merged in Debian:
  - Add jaunty, karmic to the list of valid suites.
  - runtime/syntax/debsources.vim:
    + Add "jaunty" to debsourcesDistrKeyword
  - Create a .pot file for translations.
* Drop gutsy from the list of valid distro series, it's been EOLed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*insert.txt*    For Vim version 7.2.  Last change: 2008 Jun 21
 
1
*insert.txt*    For Vim version 7.2.  Last change: 2008 Sep 07
2
2
 
3
3
 
4
4
                  VIM REFERENCE MANUAL    by Bram Moolenaar
123
123
                        ':'     the last command-line
124
124
                        '.'     the last inserted text
125
125
                        '-'     the last small (less than a line) delete
 
126
                                                        *i_CTRL-R_=*
126
127
                        '='     the expression register: you are prompted to
127
128
                                enter an expression (see |expression|)
128
129
                                Note that 0x80 (128 decimal) is used for
133
134
                                When the result is a |List| the items are used
134
135
                                as lines.  They can have line breaks inside
135
136
                                too.
 
137
                                When the result is a Float it's automatically
 
138
                                converted to a String.
136
139
                See |registers| about registers.  {not in Vi}
137
140
 
138
141
CTRL-R CTRL-R {0-9a-z"%#*+/:.-=}                        *i_CTRL-R_CTRL-R*