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

« back to all changes in this revision

Viewing changes to runtime/doc/message.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
 
*message.txt*   For Vim version 7.2.  Last change: 2007 Aug 19
 
1
*message.txt*   For Vim version 7.2.  Last change: 2009 Feb 20
2
2
 
3
3
 
4
4
                  VIM REFERENCE MANUAL    by Bram Moolenaar
567
567
  Unable to open swap file for "{filename}", recovery impossible
568
568
 
569
569
Vim was not able to create a swap file.  You can still edit the file, but if
570
 
Vim unexpected exits the changes will be lost.  And Vim may consume a lot of
 
570
Vim unexpectedly exits the changes will be lost.  And Vim may consume a lot of
571
571
memory when editing a big file.  You may want to change the 'directory' option
572
572
to avoid this error.  See |swap-file|.
573
573
 
795
795
Type                                    effect ~
796
796
     <CR> or <NL> or j or <Down>        one more line
797
797
     d                                  down a page (half a screen)
798
 
     <Space> or <PageDown>              down a screen
 
798
     <Space> or f or <PageDown>         down a screen
799
799
     G                                  down all the way, until the hit-enter
800
800
                                        prompt
801
801