- Delete a bookmark. Deletes *all* bookmarks which match the url. If
+ Delete a bookmark. Deletes all bookmarks which match the url. If
omitted, url defaults to the URL of the current buffer. Use
key on a string to complete the URL which you want to delete.
All directories in runtimepath are searched for a
"plugin" subdirectory and all yet unloaded plugins are loaded.
- For each plugin directory, all *.{js,vimp} files (including
+ For each plugin directory, all *.{js,vimp} files (including
those in further subdirectories) are sourced alphabetically. No
plugins will be sourced if:
@@ -117,10 +117,15 @@
The user's ~ (i.e., "home") directory is determined as follows:
-* On Unix and Mac, the environment variable $HOME is used.
-* On Windows, &liberator.appname; checks for the existence of %HOME%, then
-%USERPROFILE%, and then %HOMEDRIVE%%HOMEPATH%. It uses the first one
-it finds.
+
+
On Unix and Mac, the environment variable $HOME is used.
+
+ On Windows, &liberator.appname; checks for the existence of
+ %HOME%, then %USERPROFILE%, and then
+ %HOMEDRIVE%%HOMEPATH%. It uses the first one it
+ finds.
+
- If name (short option: *-n*) is provided, any existing style with the same
+ If name (short option: -n) is provided, any existing style with the same
name is overridden, and the style may later be deleted using name. If
- *-append* (short option: *-a*) is provided along with *-name*, css and
+ -append (short option: -a) is provided along with -name, css and
filter are appended to its current value.
@@ -165,9 +165,9 @@
-
-name: The name provided to :style (short option: *-n*)
+
-name: The name provided to :style (short option: -n)
-index: For unnamed styles, the index listed by :style
- (short option: *-i*)
+ (short option: -i)
diff --git a/vimperator/locale/en-US/intro.xml b/vimperator/locale/en-US/intro.xml
index 16a2af04..7c9db8b4 100644
--- a/vimperator/locale/en-US/intro.xml
+++ b/vimperator/locale/en-US/intro.xml
@@ -53,11 +53,10 @@ web browser, as key bindings differ according to which mode you are in.
who already did):
-
&liberator.appname;
-is a free media player add-on for &liberator.hostapp;, which
+is a free media player add-on for &liberator.host;, which
combines the best features of the
CMus
-music player and the http://www.vim.org[Vim] text editor.
+music player and the
+Vim
+text editor.
-|warning| +
- To provide the most authentic CMus/Vim experience, the &liberator.hostapp; toolbar
+ To provide the most authentic CMus/Vim experience, the &liberator.host; toolbar
is hidden.
If you really need it, type: :set guioptions+=T to get it back.
If you don't like &liberator.appname; at all, you can uninstall it by typing
@@ -33,7 +34,7 @@ music player and the http://www.vim.org[Vim] text editor.
author donation
&liberator.appname; was written by
- mailto:prathyushthota@gmail.com[Prathyush Thota]. If you
+ Prathyush Thota. If you
appreciate my work on &liberator.appname; and want to encourage
me working on it more, you can either send me greetings, patches
or make a donation:
@@ -41,11 +42,11 @@ music player and the http://www.vim.org[Vim] text editor.
-
+
Of course as a believer in free open source software, only make
@@ -73,7 +74,7 @@ music player and the http://www.vim.org[Vim] text editor.
Repeating commands: Using macros to repeat recurring workflows.
Automatic commands: Automatically executing code on certain events.
Printing: Printing pages.
-
&liberator.appname;'s GUI: Accessing &liberator.hostapp; menus, dialogs and the display panels.
+
&liberator.appname;'s GUI: Accessing &liberator.host; menus, dialogs and the display panels.
Styling the GUI and web pages: Changing the styling of content pages and &liberator.appname; itself.
Error and informational messages: A description of messages and error messages.
Developer information: How to write docs or plugins.
@@ -97,7 +98,7 @@ music player and the http://www.vim.org[Vim] text editor.
Vim-like statusline with a Wget-like progress bar
Minimal GUI (easily hide useless menubar and toolbar with :set guioptions=)
Ability to :source JavaScript files, and to use a [a]~/.xulmusrc[a] file with syntax highlighting if you install http://code.google.com/p/vimperator-labs/issues/detail?id=50[xulmus.vim]
-
Easy quick searches (:open foo will search for "foo" in google, :open ebay terminator will search for "terminator" on ebay) with support for &liberator.hostapp; keyword bookmarks and search engines
+
Easy quick searches (:open foo will search for "foo" in google, :open ebay terminator will search for "terminator" on ebay) with support for &liberator.host; keyword bookmarks and search engines
Count supported for many commands (3 will go back 3 pages)
Beep on errors
Marks support (ma to set mark a on a web page, 'a to go there)