1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-26 03:25:46 +01:00

Fix typos and whitespace in NEWS.

This commit is contained in:
Štěpán Němec
2010-10-11 12:48:03 +02:00
parent b2a70aea71
commit e5c1f3567d

View File

@@ -21,14 +21,14 @@
* Ex command parsing improvements, including: * Ex command parsing improvements, including:
- Multiple Ex commands may now be separated by | - Multiple Ex commands may now be separated by |
- Commands can continue over multiple lines in RC files by - Commands can continue over multiple lines in RC files by
prefixing the continues lines with a \ prefixing the continuation lines with a \
- The \ character is no longer treated specially within single - The \ character is no longer treated specially within single
quotes, i.e., 'fo\o''bar' ⇒ fo\o'bar quotes, i.e., 'fo\o''bar' ⇒ fo\o'bar
* Command-line is now hidden by default. Added C and M to * Command line is now hidden by default. Added C and M to
'guioptions'. 'guioptions'.
* Hint mode improvements, including: * Hint mode improvements, including:
- Added g; continued extended hint mode, which allows - Added g; continued extended hint mode, which allows
selecting multiple hints. Removed ;F selecting multiple hints. Removed ;F.
- Hints are now updated after scrolling and window resizing. - Hints are now updated after scrolling and window resizing.
- Added ;S mode for creating search keywords. - Added ;S mode for creating search keywords.
- Added 'hintkeys' option. - Added 'hintkeys' option.
@@ -59,7 +59,7 @@
* IMPORTANT: 'mapleader' is now an option rather than a :let * IMPORTANT: 'mapleader' is now an option rather than a :let
variable. variable.
* Added "bookmarks", "diverted", and "links" to 'activate' * Added "bookmarks", "diverted", and "links" to 'activate'
option option.
* Added 'altwildmode' and <A-Tab> command-line key binding. * Added 'altwildmode' and <A-Tab> command-line key binding.
* Added 'autocomplete' option for specifying which completion * Added 'autocomplete' option for specifying which completion
groups should be auto-completed. groups should be auto-completed.
@@ -67,14 +67,14 @@
* Added BookmarkChange, BookmarkRemove autocommands. * Added BookmarkChange, BookmarkRemove autocommands.
* Added -keyword, -tags, -title to :delbmarks. * Added -keyword, -tags, -title to :delbmarks.
* Added "passwords" and "venkman" dialogs to :dialog. * Added "passwords" and "venkman" dialogs to :dialog.
* Added :extupdate command * Added :extupdate command.
* Replaced 'focuscontent' with 'strictfocus'. * Replaced 'focuscontent' with 'strictfocus'.
* Changed 'urlseparator' default value to '|' * Changed 'urlseparator' default value to '|'.
* Added 'wildanchor' option. * Added 'wildanchor' option.
* Added -javascript option to :abbrev and :map. * Added -javascript option to :abbrev and :map.
* Added several new options to :map. * Added several new options to :map.
* Added -agent flag to :style. * Added -agent flag to :style.
* Added :write !cmd and :write >>file * Added :write !cmd and :write >>file.
* Removed the :source line at the end of files generated by * Removed the :source line at the end of files generated by
:mkpentadactylrc. :mkpentadactylrc.
* gf now toggles between source and content view. * gf now toggles between source and content view.