changeset 575:f1d46f948241 v7.0163

updated for version 7.0163
author vimboss
date Tue, 06 Dec 2005 20:04:44 +0000
parents 25a70b1cd2da
children 8ad159a49ef7
files runtime/doc/todo.txt runtime/doc/version7.txt runtime/kde-tips runtime/kvim32x32.png runtime/kvim48x48.png runtime/kvim64x64.png runtime/syntax/2html.vim src/INSTALLkde.txt src/Make_mpw.mak src/eval.c src/gui_kde.cc src/gui_kde_wid.cc src/gui_kde_wid.h src/gui_kde_x11.cc src/gui_mac.r src/if_mzsch.c src/kvim_iface.h src/main.c src/menu.c src/os_mac.build src/os_mac.c src/os_mac.pbproj/project.pbxproj src/os_mac.sit.hqx src/po/sv.po src/proto/gui_kde.pro src/proto/gui_kde_x11.pro src/proto/os_mac.pro src/ui.c
diffstat 28 files changed, 1246 insertions(+), 21895 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 7.0aa.  Last change: 2005 Dec 01
+*todo.txt*      For Vim version 7.0aa.  Last change: 2005 Dec 06
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -30,27 +30,27 @@ be worked on, but only if you sponsor Vi
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
-Go over all changes between 6.3 and 6.4 and make sure they are included in 7.
-
-Using ":read" in an empty buffer in Ex mode, then undo leaves a line behind.
-(Servatius Brandt).
-
-'statusline' is drawn over the Omni menu.
-
 Cygwin and Mac OS/X may preserve case for file names but ignore case
 differences.  Use Amiga code?
 
-"make unixall": remove split in floppy-size archives.
-
 ":helpgrep" sometimes results in wrong text in the error list:
 "^[.?!]\_[\])'"   ]\+"
 Using string that was freed or buffer that is overwritten?
 
+When editing a file "a" that is a symbolic link to "b", while another Vim is
+editing "b", there is no warning.  Follow symlink to make swap file name?
+Patch from Stefano Zacchiroli.  Updated by James Vega, Dec 2.
+
 Using pipes for filter commands: provide some way to type a password, keep
 stderr in/out open for this? (Konstanti Rozinov)
 New problem: password is echoed.  Put terminal in cooked mode and don't read
 from terminal?
 
+Allow the user to handle the situation that a swap file already exists.
+Option to define a function to be called?  Function would return the character
+that the dialog provides.  Would make it possible to bring the other Vim to
+the foreground and abort the edit.  Or hard-code this?
+
 To support mapping <F4> to be used as <F4>{motion}: Add operator that
 executes a user defined function. '[ and '] marks are at start and end of
 text.  ":map <F4> :set opfunc=MyOp<CR>gy".
@@ -61,7 +61,7 @@ errors and illegal bytes.  Make default 
 	:e ++enc=xxx ++bad=keep foo.txt
 	:e ++enc=xxx ++bad=drop foo.txt
 	:e ++enc=xxx ++bad=? foo.txt
-(patch 29 November)
+(patch 6 December)
 
 ml_get error with specific vimrc and lots of plugins. (Tomi Mickelsson)
 
@@ -69,6 +69,8 @@ Win32: preserve the hidden attribute of 
 
 Add ":startgreplace" to do "gR", like ":startreplace" does "R".
 
+Alt-mousekey is currently ignored.  Use it for Visual/select block?
+
 When 'delcombine' is set in Select mode before a character with a combining
 char the combining char is deleted when it shouldn't. (Tony Mechelynck, Nov
 27)
@@ -104,10 +106,6 @@ 8   Alternate Dutch word list at www.ned
 - Have "zg" and "zw" report the file that was modified. (Marvin Renich)
 - Add a command like "zg" that selects one of the files 'spellfile'.
 
-When editing a file "a" that is a symbolic link to "b", while another Vim is
-editing "b", there is no warning.  Follow symlink to make swap file name?
-Patch from Stefano Zacchiroli.
-
 Support saving and restoring session for X windows?  It should work to do
 ":mksession" and use "-S fname" for the restart command.  The
 gui_x11_wm_protocol_handler() already takes care of the rest.
@@ -132,9 +130,6 @@ Mac unicode patch (Da Woon Jung):
 - With 'nopaste' pasting is wrong, with 'paste' Command-V doesn't work.
   (Alan Schmitt)
 
-Mac: drop support for OS 9.  Most people are now using OS/X and Vim 6.4 can be
-used for others.  Will make maintaining the code simpler.
-
 Patch to add a few flags to search(). (Benji Fisher, Nov 29, doc update Dec 1)
 Also add search???() function that returns list with lnum and col.
 
@@ -145,6 +140,9 @@ Try out using the free MS compiler and d
 Win32: Check that installer puts menu items in "all users" dir when possible,
 not administrator dir.
 
+CTRL-X CTRL-L only completes from loaded buffers.  Make it work for unloaded
+buffers too?
+
 Autoload:
 - Add a Vim script in $VIMRUNTIME/tools that takes a file with a list of
   script names and a help file and produces a script that can be sourced to
@@ -259,6 +257,8 @@ PLANNED FOR VERSION 7.0:
     Only difficult thing: When going back in time, how to find the previous
     text state in the tree?
     Show the list of changes in a window to be able to select a version?
+    Also: See ":e" as a change operation, find the changes and add them to the
+    undo info.  Needed for when an external tool changes the file.
 -   PERSISTENT UNDO: store undo in a file.
     Use timestamps, so that a version a certain time ago can be found and info
     before some time/date can be flushed. 'undopersist' gives maximum time to
@@ -397,7 +397,7 @@ Win32: In the generated batch files, use
 Mathias Michaelis (2004 Sep 6)
 Also place vimtutor.bat in %windir%?
 
-Add gui_mch_browsedir() for Motif, KDE and Mac OS/X.
+Add gui_mch_browsedir() for Motif, Mac OS/X.
 
 Add extra list of file locations.  A bit like the quickfix list, but there is
 one per window.  Can be used with:
@@ -612,14 +612,6 @@ 9   Can't paste a Visual selection from 
     when it is longer than 4000 characters.  Works OK from gvim to gvim and
     vim to vim.  Pasting through xterm (using the shift key) also works.
     It starts working after GTK gvim loses the selection and gains it again.
-7   DND doesn't work with KDE (also with GTK 1).
-
-KDE GUI known bugs:
--   There is no active maintenance and "yzis" is supposed to replace it.
--   With the default 'guifont' value bold text differs in size from normal
-    text, causing the display to be messed up.
--   Error messages when starting up.  The "tip of the day" box is empty.
--   Encoding of menu items needs to be converted. (Yasuhiro Matsumoto)
 
 Win32 GUI known bugs:
 8   On Windows 98 the unicows library is needed to support functions with UCS2
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Dec 01
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Dec 06
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -21,7 +21,6 @@ NEW FEATURES				|new-7|
 Vim script enhancements			|new-vim-script|
 Spell checking				|new-spell|
 Omni completion				|new-omni-completion|
-KDE support				|new-KDE|
 MzScheme interface			|new-MzScheme|
 Printing multi-byte text		|new-print-multi-byte|
 Translated manual pages			|new-manpage-trans|
@@ -67,6 +66,8 @@ results in "a'b".
 When overwriting a file with ":w! fname" there was no warning for when "fname"
 was being edited by another Vim.  Vim now gives an error message |E768|.
 
+The support for Mac OS 9 has been removed.
+
 
 Minor incompatibilities:
 
@@ -202,13 +203,6 @@ When the 'completeopt' option contains "
 completion are displayed in a popup menu.
 
 
-KDE support						*new-KDE*
------------
-
-Kvim is the KDE version of Vim.  It uses the Qt toolkit.  See |KVim|.
-(Thomas Capricelli, Philippe Fremy, Mickael Marchand, Mark Westcott, et al.)
-
-
 MzScheme interface					*new-MzScheme*
 ------------------
 
@@ -503,6 +497,7 @@ New autocommand events: ~
 |ColorScheme|		after loading a color scheme
 |QuickFixCmdPre|	before :make, :grep et al. (Ciaran McCreesh)
 |QuickFixCmdPost|	after :make, :grep et al. (Ciaran McCreesh)
+|SessionLoadPost|	after loading a session file. (Yegappan Lakshmanan)
 
 
 New items in search patterns: ~
@@ -849,6 +844,9 @@ in the FileChangedRO autocommand when ch
 
 Unix: When open() returns EFBIG give an appropriate message.
 
+":mksession" sets the SessionLoad variable to notify plugins.  A modeline is
+added to the session file to set 'filetype' to "vim".
+
 ==============================================================================
 COMPILE TIME CHANGES					*compile-changes-7*
 
deleted file mode 100644
--- a/runtime/kde-tips
+++ /dev/null
@@ -1,9314 +0,0 @@
-*vimtips.txt* This file comes from the Vim Online tip database.  These tips
-were downloaded on Tue, 24 Sep 2002 15:27:26 -0700 More tips can be found at <A
-HREF="http://vim.sf.net/tip_index.php">http://vim.sf.net/tip_index.php</A><BR>
-A new tip file can be downloaded from <A
-HREF="http://vim.sf.net/tip_download.php">http://vim.sf.net/tip_download.php</A><BR>
-
-Thanks for using vim online.
-
-<Tip category="KVim"> <html><center>the super star</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=1">http://vim.sf.net/tip_view.php?tip_id=1</A><BR>
-
-When a discussion started about learning vim on the vim list Juergen Salk
-mentioned the "*" key as something that he wished he had know earlier. When
-I read the mail I had to go help on what the heck the "*" did. I also wish
-I had known earlier...
-
-Using the "*" key while in normal mode searches for the word under the cursor.
-
-If that doesn't save you a lot of typing, I don't know what will.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>easy
-edit of files in the same directory</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=2">http://vim.sf.net/tip_view.php?tip_id=2</A><BR>
-
-It was often frustrating when I would open a file deep in the code tree and
-then realize I wanted to open another file in that same directory. Douglas
-Potts taught me a nice way to do this. Add the following snipit to your vimrc:
-
-"   Edit another file in the same directory as the current file "   uses
-expression to extract path from current file's path "  (thanks Douglas Potts)
-if has("unix")
-    map ,e :e &lt;C-R&gt;=expand("%:p:h") . "/" &lt;CR&gt;
-else
-    map ,e :e &lt;C-R&gt;=expand("%:p:h") . "\" &lt;CR&gt;
-endif
-
-Then when you type ,e in normal mode you can use tab to complete to the
-file. You can also expand this to allow for spitting, etc. Very very nice.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>use
-vim to quickly compile java files</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=3">http://vim.sf.net/tip_view.php?tip_id=3</A><BR>
-
-For a number of years I used vim on an SGI box. When I left my job at SGI
-I went to a company that developed on PCs. For 2 years I used IDEs. I was
-unhappy. I was frustrated. I couldn't figure out why. (Beyond my machine
-crashing twice a day.) Finally I upgraded to windows 2000 (kind of stable!) and
-started using vim as an IDE. All was good. Here is how you use vim to compile
-your java:
-
-1. While I'm sure this works with javac, javac is slow slow slow. So download
-the Jikes complier first. (Jikes is from ibm, search on google for jikes
-and you will find it..available on most platforms.)
-
-2. Add the following to your vimrc:
-
-set makeprg=jikes -nowarn -Xstdout +E % set
-errorformat=%f:%l:%c:%*\d:%*\d:%*\s%m
-
-3. When you are editing a java file type :make and it will compile the
-current file and jump you to the first error in the file (if any). Read
-":help quickfix" for how to move between errors.
-
-To setup your classpath environment either launch gvim from a shell that
-has your classpath/path setup or use the "let" command to configure it in
-your vimrc.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Any word completion</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=4">http://vim.sf.net/tip_view.php?tip_id=4</A><BR>
-
-Either when programming or writing, I tend to have some identifiers or words
-that I use all the time. By sheer accident, I noticed the 'ctrl-n' command,
-that will attempt to complete the word under the cursor. Hit it once, and it
-will try to complete it with the first match in the current file. If there is
-no match, it will (at least in the case of C code) search through all files
-included from the current one. Repeated invocations will cycle through all
-found matches.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Quickly searching for a word</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=5">http://vim.sf.net/tip_view.php?tip_id=5</A><BR>
-
-To search for a word under the cursor in the current file you can use either
-the "*" or "#" keys.
-
-The "*" key will search for the word from the current cursor position to
-the end of the file. The "#" key will search for the word from the current
-cursor position to the top of the file.
-
-Note that the above two keys will search for the whole word and not the
-partial word.  This is equivalent to using the &lt;word&gt; pattern in the
-search commands (/ and ?).
-
-To search for partial matches, you can use the "g*" and "g#" key sequence.
-
-You can also use the mouse to search for a word.  This will only work in
-the GUI version of VIM (gvim) or a console version of VIM in an xterm which
-accepts a mouse. Also, the 'mousemodel' should be set to 'extend'.  Add the
-following line to your .vimrc:
-
-set mousemodel=extend
-
-To search for a word under the cursor from the current cursor position to
-the end of the file, press the shift key and click on the word using the
-left mouse button.  To search in the opposite direction, press the shift
-key and click on the word using the the right mouse button.
-
-To get more help on these, use
-
-:help * :help # :help g* :help g# :help &lt;S-LeftMouse&gt; :help
-&lt;S-RightMouse&gt;
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Using the % key</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=6">http://vim.sf.net/tip_view.php?tip_id=6</A><BR>
-
-The % key can be used
-
-1. To jump to a matching opening or closing parenthesis, square
-   bracket or a curly brace i.e. ([{}])
-2. To jump to start or end of a C-style comment /* */.  3. To jump to a
-matching #if, #ifdef, #else, #elif, #endif C
-   preprocessor conditionals.
-
-To get more information about this, do
-
-             :help %
-
-The % key can be extended to support other matching pairs by modifying the
-"matchpairs" option.  Read the help on
-
-             :help matchpairs
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Jumping
-to the start and end of a code block</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=7">http://vim.sf.net/tip_view.php?tip_id=7</A><BR>
-
-To jump to the beginning of a C code block (while, switch, if etc), use the
-[{ command.
-
-To jump to the end of a C code block (while, switch, if etc), use the ]}
-command.
-
-The above two commands will work from anywhere inside the code block.
-
-To jump to the beginning of a parenthesis use the [( command.
-
-To jump to the end of a parenthesis use the ]) command.
-
-To get more help on these commands, do
-
-:help [{ :help ]} :help [( :help ])
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Jumping
-to the declaration of a local/global variable</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=8">http://vim.sf.net/tip_view.php?tip_id=8</A><BR>
-
-'gd' command: To jump to the declaration of a local variable in a C program,
-position the cursor on the name of the variable and use the gd command.
-
-'gD' command: To jump to the declaration of a global variable in a C program,
-position the cursor on the name of the variable and use the gD command.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Displaying
-a variable/macro definition</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=9">http://vim.sf.net/tip_view.php?tip_id=9</A><BR>
-
-To display the definition of a variable, place the cursor on the variable
-and use the [i command.  To display a macro definition, place the cursor on
-the macro name and use the [d command.  Note that these commands will work
-most of the time (not all the time).  To get more help on these commands, use
-
-:help [i :help [d
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Jumping
-to previosuly visited locations in a file</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=10">http://vim.sf.net/tip_view.php?tip_id=10</A><BR>
-
-Vim remembers all the locations visited by you in a file in a session.
-You can jump to the older locations by pressing the Ctrl-O key.  You can
-jump to the newer locations by pressing the Ctrl-I or the &lt;Tab&gt; key.
-
-To get more help on these keys, use
-
-:help CTRL-O :help CTRL-I :help jump-motions
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Completing
-words quicky in insert mode</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=11">http://vim.sf.net/tip_view.php?tip_id=11</A><BR>
-
-In Insert mode, press the Ctrl-p or Ctrl-n key to complete part of a word
-that has been typed.
-
-This is useful while typing C programs to complete long variable and
-function names.  This also helps in avoiding typing mistakes.
-
-Note that using the 'complete' option, you can complete keywords defined in
-one of the include files, tag file, etc.
-
-To get more help on this, use
-
-:help i_Ctrl-N :help i_Ctrl-P :help ins-completion :help complete
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Converting tabs to spaces</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=12">http://vim.sf.net/tip_view.php?tip_id=12</A><BR>
-
-To insert space characters whenever the tab key is pressed, set the
-'expandtab' option:
-
-        set expandtab
-
-With this option set, if you want to enter a real tab character use
-Ctrl-V&lt;Tab&gt; key sequence.
-
-To control the number of space characters that will be inserted when the tab
-key is pressed, set the 'tabstop' option.  For example, to insert 4 spaces
-for a tab, use:
-
-        set tabstop=4
-
-After the 'expandtab' option is set, all the new tab characters entered will
-be changed to spaces.  This will not affect the existing tab characters.
-To change all the existing tab characters to match the current tab settings,
-use
-
-        :retab
-
-To change the number of space characters inserted for indentation, use the
-'shiftwidth' option:
-
-        set shiftwidth=4
-
-For example, to get the following coding style,
-        - No tabs in the source file - All tab characters are 4 space
-        characters
-
-use the following set of options:
-
-        set tabstop=4 set shiftwidth=4 set expandtab
-
-Add the above settings to your .vimrc file.
-
-To get more help on these options, use :help tabstop :help shiftwidth :help
-expandtab
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Incremental search</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=13">http://vim.sf.net/tip_view.php?tip_id=13</A><BR>
-
-To move the cursor to the matched string, while typing the search string,
-set the following option in the .vimrc file:
-
-        set incsearch
-
-You can complete the search by pressing the Enter key.  To cancel the search,
-press the escape key.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Highlighting
-all the search pattern matches</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=14">http://vim.sf.net/tip_view.php?tip_id=14</A><BR>
-
-To highlight all the search pattern matches in a file set the following option:
-
-        :set hlsearch
-
-After this option is set, if you search for a pattern, all the matches in
-the file will be highlighted in yellow.
-
-To disable the highlighting temporarily, use the command
-
-        :nohlsearch
-
-This command will remove the highlighting for the current search.
-The highlighting will come back for the next search.
-
-To disable the highlighting completely, set the following option:
-
-        :set nohlsearch
-
-By default, the hlsearch option is turned off.
-
-To get more help on this option, use
-
-:help 'hlsearch' :help :nohlsearch
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Displaying status line always</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=15">http://vim.sf.net/tip_view.php?tip_id=15</A><BR>
-
-To display the status line always, set the following option in your .vimrc
-file:
-
-        set laststatus=2
-
-The advantage of having the status line displayed always is, you can see
-the current mode, file name, file status, ruler, etc.
-
-To get more help on this, use
-
-:help laststatus
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Avoiding
-the "Hit ENTER to continue" prompts</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=16">http://vim.sf.net/tip_view.php?tip_id=16</A><BR>
-
-To avoid the "Hit ENTER to continue" prompt, use the 'shortmess' option.
-Add the following line to your .vimrc file:
-
-    set shortmess=a
-
-Also, you can increase the height of the command line to 2
-
-    set cmdheight=2
-
-The default command height is 1.
-
-To get more help on these options, use
-
-:help hit-enter :help shortmess :help cmdheight
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Erasing
-previosuly entered characters in insert mode</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=17">http://vim.sf.net/tip_view.php?tip_id=17</A><BR>
-
-In insert mode, to erase previously entered characters, set the following
-option:
-
-        set backspace=2
-
-By default, this option is empty.  If this option is empty, in insert mode,
-you can not erase characters entered before this insert mode started.
-This is the standard Vi behavior.
-
-To get more help on this, use
-
-:help 'backspace'
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Cleanup your HTML</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=18">http://vim.sf.net/tip_view.php?tip_id=18</A><BR>
-
-From Johannes Zellner on the vim list:
-
-You can use vim's makeprg and equalprg to clean up HTML. First download
-html tidy from <A HREF="http://www.w3.org/People/Raggett/tidy/. Then use
-the following commands.">http://www.w3.org/People/Raggett/tidy/. Then use
-the following commands.</A><BR>
-
-vim6?  exe 'setlocal equalprg=tidy -quiet -f '.&errorfile setlocal makeprg=tidy
--quiet -e %
-
-vim5?  exe 'set equalprg=tidy -quiet -f '.&errorfile set makeprg=tidy -quiet
--e %
-
-At this point you can use make to clean up the full file or you can use =
-to clean up sections.
-
-:help = :help equalprg :help makeprg
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>line numbers...</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=19">http://vim.sf.net/tip_view.php?tip_id=19</A><BR>
-
-I have started doing all my code reviews on a laptop because of the number
-command.
-
-:set number will put line numbers along the left side of a window
-
-:help number
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Are *.swp
-and *~ files littering your working directory?</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=20">http://vim.sf.net/tip_view.php?tip_id=20</A><BR>
-
-Have you ever been frustrated at swap files and backups cluttering up your
-working directory?
-
-Untidy:
-  ons.txt ons.txt~ README README~ tester.py tester.py~
-
-Here are a couple of options that can help:
-
-  set   backupdir=./.backup,.,/tmp set   directory=.,./.backup,/tmp
-
-This way, if you want your backups to be neatly grouped, just create
-a directory called '.backup' in your working directory.  Vim will stash
-backups there. The 'directory' option controls where swap files go. If your
-working directory is not writable, Vim will put the swap file in one of the
-specified places.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>easy pasting to windows apps</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=21">http://vim.sf.net/tip_view.php?tip_id=21</A><BR>
-
-In Vim, the unnamed register is the " register, and the Windows Clipboard is
-the * register. This means that if you yank something, you have to yank it to
-the * register if you want to paste it into a Windows app. If this is too much
-trouble, set the 'clipboard' option to 'unnamed'. Then you always yank to *.
-
-So pasting to windows apps doesn't require prefixing "* :
-
-  set   clipboard=unnamed
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>handle
-common typos for :commands</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=22">http://vim.sf.net/tip_view.php?tip_id=22</A><BR>
-
-I frequently hold the shift key for too long when typing, for instance :wq,
-and end up with :Wq.  Vim then whines "Not an editor command: Wq"
-
-In my .vimrc, I have taught vim my common typos: command! Q  quit command! W
-write command! Wq wq " this one won't work, because :X is already a built-in
-command command! X  xit
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Vim xterm title</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=23">http://vim.sf.net/tip_view.php?tip_id=23</A><BR>
-
-Check out your .vimrc. If 'set notitle' is an entry, comment it out with
-a quotation mark ("). Now your xterm should inherit the title from Vim.
-e.g. 'Vim - ~/.vimrc'. This can be quite nice when programming and editing
-lots of files at the same time.  by [jonasbn@wanadoo.dk]
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>changing
-the default syntax highlighting</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=24">http://vim.sf.net/tip_view.php?tip_id=24</A><BR>
-
-     Here are some pointers to the vim documentation.  Notice that the
-     mechanism is different in vim 6.0 and vim 5.x.
-
-1. I want *.foo files to be highlighted like HTML files.
-
-:help new-filetype  <A
-HREF="http://www.vim.org/html/autocmd.html#new-filetype">http://www.vim.org/html/autocmd.html#new-filetype</A><BR>
-
-2. I want to define a syntax file for *.bar files.  Read the above and also
-
-:help mysyntaxfile  <A
-HREF="http://www.vim.org/html/syntax.html#mysyntaxfile">http://www.vim.org/html/syntax.html#mysyntaxfile</A><BR>
-
-3. I want to make a few changes to the existing syntax highlighting.
-Depending on the x in 5.x, either read the above and page down a few screens,
-or you may be able to skip right to
-
-:help mysyntaxfile-add  <A
-HREF="http://www.vim.org/html/syntax.html#mysyntaxfile-add">http://www.vim.org/html/syntax.html#mysyntaxfile-add</A><BR>
-
-4. I want to change some of the colors from their defaults.  Again, read
-
-:help mysyntaxfile  <A
-HREF="http://www.vim.org/html/syntax.html#mysyntaxfile">http://www.vim.org/html/syntax.html#mysyntaxfile</A><BR>
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>color
-highlighting on telnet (esp w/ SecureCRT)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=25">http://vim.sf.net/tip_view.php?tip_id=25</A><BR>
-
-The following settings in .vimrc will enable color highlighting when using
-SecureCRT and may work on other telnet packages. The terminal type should
-be selected as ANSI and color enabled.
-
-if !has("gui_running") set t_Co=8 set t_Sf=^[[3%p1%dm set t_Sb=^[[4%p1%dm endif
-
-The ^[ is entered as "&lt;ctrl-v&gt;&lt;esc&gt;"
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Getting
-rid of ^M - mixing dos and unix</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=26">http://vim.sf.net/tip_view.php?tip_id=26</A><BR>
-
-If you work in a mixed environment you will often open files that have ^M's
-in them. An example would be this:
-
-------------------------------------------------------------------
-import java.util.Hashtable; ^M import java.util.Properties; ^Mimport
-java.io.IOException; import org.xml.sax.AttributeList; ^M import
-org.xml.sax.HandlerBase; ^Mimport org.xml.sax.SAXException;
-
-/**^M
-  * XMLHandler: This class parses the elements contained^M * within a XML
-  message and builds a Hashtable^M
-
-[snip] ------------------------------------------------------------------
-
-Notice that some programs are not consistent in the way they insert the line
-breaks so you end up with some lines that have both a carrage return and a
-^M and some lines that have a ^M and no carrage return (and so blend into
-one). There are two steps to clean this up.
-
-1. replace all extraneous ^M:
-
-:%s/^M$//g
-
-BE SURE YOU MAKE the ^M USING "CTRL-V CTRL-M" NOT BY TYPING "CARROT M"! This
-expression will replace all the ^M's that have carriage returns after them
-with nothing. (The dollar ties the search to the end of a line)
-
-2. replace all ^M's that need to have carriage returns:
-
-:%s/^M//g
-
-Once again: BE SURE YOU MAKE the ^M USING "CTRL-V CTRL-M" NOT BY TYPING
-"CARROT M"! This expression will replace all the ^M's that didn't have
-carriage returns after them with a carriage return.
-
-Voila! Clean file. Map this to something if you do it frequently.
-
-:help ffs - for more info on file formats
-
-thanks to jonathan merz, douglas potts, and benji fisher
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Convert hex to dec</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=27">http://vim.sf.net/tip_view.php?tip_id=27</A><BR>
-
-when you check the output of objdump, you'll confused by the $0xFFFFFFc
-operand, this function translate the hexcamal to decimal.  function! Hex2Dec()
-    let lstr = getline(".")  let hexstr = matchstr(lstr, '0x[a-f0-9]+')
-    while hexstr != ""
-        let hexstr = hexstr + 0 exe 's#0x[a-f0-9]+#'.hexstr."#" let lstr =
-        substitute(lstr, '0x[a-f0-9]+', hexstr, "") let hexstr = matchstr(lstr,
-        '0x[a-f0-9]+')
-    endwhile
-endfunction usage: 5,8call Hex2Dec()
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>add a line-number
-to every line without cat or awk alike utilities.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=28">http://vim.sf.net/tip_view.php?tip_id=28</A><BR>
-
-With Unix-like environment, you can use cat or awk to generate a line number
-easily, because vim has a friendly interface with shell, so everything work
-in vim as well as it does in shell.  :%!call -n or :%!awk '{print NR,$0}'
-
-But, if you use vim in MS-DOS, of win9x, win2000, you loss these tookit.
-here is a very simple way to archive this only by vim: fu! LineIt()
-  exe ":s/^/".line(".")."/"
-endf
-
-Well, a sequence composed with alphabet is as easy as above:
-  exe "s/^/".nr2char(line("."))."/"
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>reverse
-all the line with only 7 keystroke in vim</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=29">http://vim.sf.net/tip_view.php?tip_id=29</A><BR>
-
-:g/^/m0 well, 1. : bring you to command-line mode(also known as ex-mode)
-from normal-mode(also known as command mode).  2. g means you'll take an
-action through the whole file, generally perform a search, `v' also perform
-a search but it match the line not match the canonical expression.  3. /
-begins the regular express 4. ^ is a special character respect the start
-of a line.  5. the second / ends the regular express and indicate that the
-remains is action to do.  6. m means move, `t` and `co' for copy, `d' for
-delete 7. 0 is the destination line.
-
-you can use :g/regexp/t$ to filter all lines and pick the match line together
-and copy them to the end of the buffer or :g/regexp/y A to put them into a
-register(not eax, ebx...)
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Increasing or decreasing numbers</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=30">http://vim.sf.net/tip_view.php?tip_id=30</A><BR>
-
-To increase a number under or nearest to the right of the cursor, go to
-Normal mode and type:
-    Ctrl-A
-
-To decrease, type:
-    Ctrl-X
-
-Using this in a macro simplifies generating number sequences a lot.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Find and Replace</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=31">http://vim.sf.net/tip_view.php?tip_id=31</A><BR>
-
-To find and replace one or more occurences of a given text pattern with a
-new text string, use the s[ubstitute] command.
-
-There are a variety of options, but these are what you most probably want:
-
-:%s/foo/bar/g           find each occurance of 'foo' and replace it with
-'bar' without asking for confirmation
-
-:%s/foo/bar/gc          find each occurance of 'foo' and replace it with
-'bar' asking for confirmation first
-
-:%s/&lt;foo&gt;/bar/gc      find (match exact word only) and replace each
-occurance of 'foo' with 'bar'
-
-:%s/foo/bar/gci         find (case insensitive) and replace each occurance of
-'foo' with 'bar'
-
-:%s/foo/bar/gcI         find (case sensitive) and replace each occurance of
-'foo' with 'bar'
-
-NB: Without the 'g' flag, replacement occurs only for the first occurrence
-in each line.
-
-For a full description and some more interesting examples of the substitute
-command refer to
-
-:help substitute
-
-See also:
-
-:help cmdline-ranges :help pattern :help gdefault
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Write
-your own vim function(scripts)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=32">http://vim.sf.net/tip_view.php?tip_id=32</A><BR>
-
-compare to C and shell(bash), herein is some vim specifics about vim-script:
-1. A function name must be capitalized.
-   hex2dec is invalid Hex2dec is valid while in c and shell(bash), both
-   lowercase and uppercase is allowed.
-2. how to reference the parameters
-   fu! Hex2dec(var1, var2)
-    let str=a:var1 let str2=a:var2
-   you must prefix the parameter name with "a:", and a:var1 itself is read-only
-   in c, you reference the parameter directly and the parameter is writable.
-3. how to implement variable parameter
-   fu! Hex2dec(fixpara, ...)
-     a:0 is the real number of the variable parameter when you invoke the
-     function, with :Hex2dec("asdf", 4,5,6), a:0=3, and a:1=4 a:2=5 a:3=6
-   you can combine "a:" and the number to get the value while i&lt;a:0
-     exe "let num=a:".i let i=i+1
-   endwhile in c, the function get the real number by checking the additional
-   parameter such as printf family, or by checking the special value such
-   as NULL
-4. where is the vim-library
-  yes, vim has its own function-library, just like *.a in c :help functions
-5. can I use += or ++ operator?
-  Nop, += and ++ (and -=, -- and so on)operator gone away in vim.
-6. How can I assign a value to a variables and fetch its value?
-   let var_Name=value let var1=var2 like it does in c, except you must use
-   let keyword
-7. Can I use any ex-mode command in a function?
-  As I know, yes, just use it directly, as if every line you type appears
-  in the familar :
-8. Can I call a function recurse?
-  Yes, but use it carefully to avoid infinte call.
-9. Can I call another function in a function?
-  Course, like C does.
-10. Must I compile the function?
-   No, you needn't and you can't, just :so script_name, after this you can
-   call the function freely.
-11. Is it has integer and char or float data type?
-   No, like perl, vim script justify the variable type depend upon the context
-   :let a=1 :let a=a."asdf" :echo a you'll get `1asdf' :let a=1 :let a=a+2
-   :echo a you'll get 3 But it differs from perl.
-12. Must I append a `;' in every statement?
-   No, never do that.  ; is required in C, and optional in shell for each
-   statement in a alone line.  But is forbidden in vim.  if you want combine
-   servals statement in one single line, use `|'.  Take your mind that every
-   statement appears in function should be valid in ex-mode(except for some
-   special statement).
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>toggle
-off the line-number when enter on-line help</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=33">http://vim.sf.net/tip_view.php?tip_id=33</A><BR>
-
-I like the line-number for myself editing. But I hate it in on-line help
-page because it force the screen wrapped.  :au filetype help :se nonu
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>control
-the position of the new window</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=34">http://vim.sf.net/tip_view.php?tip_id=34</A><BR>
-
-:se splitbelow make the new window appears below the current window.
-:se splitright make the new window appears in right.(only 6.0 version can
-do a vsplit)
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>translate
-// style comment to /*  */and vice vesa</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=35">http://vim.sf.net/tip_view.php?tip_id=35</A><BR>
-
-the `|' concatenate servals ex-command in one line.  It's the key to translate
-// style comments to /* */ style :g#^s{-}//#s##/*# | s#$#*/#
-
-the `|' keep the current line matchs ^s{-}// to perform s#$#*/
-
-/* ... */ ---&gt; //style :g#/*(.{-})*/#//1#
-
-/* ....
-   ....  .....
-*/ =====&gt; //......  //......  //......  style: ? Anyone implement it?
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Using Gnu-info help in vim</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=36">http://vim.sf.net/tip_view.php?tip_id=36</A><BR>
-
-K in normal bring you the man page about the keyword under current cursor.
-:nnoremap &lt;F1&gt; :exe ":!info ".expand("&lt;cword&gt;") Now press F1
-while the cursor is hold by a keyword such as printf will bring you to
-Gnu-info help page :h &lt;F1&gt; :h nnoremap
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>The
-basic operation about vim-boolean optionals</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=37">http://vim.sf.net/tip_view.php?tip_id=37</A><BR>
-
-:set number switch the number on :set nonumber switch it off :set invnumber
-or :set number!  switch it inverse against the current setting :set number&
-get the default value vim assums.
-
-replace number with any legal vim-boolean optionals, they all works well.
-for vim-non-boolean optionals :set optional& also works properly.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Cursor
-one line at a time when :set wrap</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=38">http://vim.sf.net/tip_view.php?tip_id=38</A><BR>
-
-If your tierd of the cursor jumping past 5 lines when :set wrap then add
-these mappings to you vimrc file.
-
-nnoremap j gj nnoremap k gk vnoremap j gj vnoremap k gk nnoremap &lt;Down&gt;
-gj nnoremap &lt;Up&gt; gk vnoremap &lt;Down&gt; gj vnoremap &lt;Up&gt;
-gk inoremap &lt;Down&gt; &lt;C-o&gt;gj inoremap &lt;Up&gt; &lt;C-o&gt;gk
-
-What they do is remap the cursor keys to use there `g' equvilant. See :help gj
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Undo and Redo</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=39">http://vim.sf.net/tip_view.php?tip_id=39</A><BR>
-
-To undo recent changes, use the u[ndo] command:
-
-u              undo last change (can be repeated to undo preceding commands)
-U              return the line to its original state (undo all changes in
-current line) CTRL-R         Redo changes which were undone (undo the undo's).
-
-For a full description of the undo/redo commands refer to
-
-:help undo
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Insert a file</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=40">http://vim.sf.net/tip_view.php?tip_id=40</A><BR>
-
-To insert the contents of a file (or the output of a system command) into
-the current buffer, use the r[ead] command:
-
-Examples:
-
-:r foo.txt        inserts the file foo.txt below the cursor
-
-:0r foo.txt       inserts the file foo.txt above the first line
-
-:r !ls            inserts a listing of your directory below the cursor
-
-:$r !pwd          inserts the current working directory below the last line
-
-For more information about the r[ead] command refer to:
-
-:help read
-
-See also:
-
-:help cmdline-ranges :help !cmd
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Command-history
-facilities for Oracle/sqlplus user</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=41">http://vim.sf.net/tip_view.php?tip_id=41</A><BR>
-
-	First of all, thanks Benji fisher,  Stefan Roemer...
-and others in vim@vim.org which spend much time to answer questions,
-sometimes foolish question asked by someone like me. Without their I can't
-get the final solution for my sqlplus work descripted follows.
-	As Oracle user known, sqlplus has a very bad
-command-line edition environment. It has no command-history, don't support
-most of getline facilities. which MySQL and shell does it well.  Even Microsoft
-recogonize this point. In Windows2000, doskey is installed by default.
-	Below is my vim-solution to sqlplus, which
-record the command-history when you use edit(sqlplus builtin command) to
-open the editor specified by EDITOR environment variable. It saves the SQL
-statement into a standalone file such as .sqlplus.history
-	Every time you open the file
-afiedt.buf(sqlplus's default command-buffer file), you get two splited windows,
-the buffer above is afiedt.buf, the buffer below is .sqlplus.history, you
-can see every SQL statement in the windows.  If you want to use SQL statement
-in line 5 to replace
- the current command-buffer, just press 5K, then
-	:xa to back to you sqlplus. and use / to repeat the command
- saved in command-buffer file called afiedt.buf by default.
-	It can't process multi-line SQL statement convinencely.
- Todo this, just use you favorite vim trick to do that:
-	fu! VimSQL()
-    nnoremap &lt;C-K&gt; :&lt;C-U&gt;
-	exe "let linenum=".v:count&lt;CR&gt;:1,$-1d&lt;CR&gt;&lt;C-W&gt;j:exe
-	lin enum."y"&lt;CR&gt;&lt;C-W&gt;kP
-    let linenum=line("$") 1,$-1w! &gt;&gt; ~/.sqlplus.history e
-    ~/.sqlplus.history execute ":$-".(linenum-1).",$m0" %!uniq if
-    line("$")&gt;100
-      101,$d
-    endif b# set splitbelow sp ~/.sqlplus.history au! BufEnter afiedt.buf
-endf au BufEnter afiedt.buf call VimSQL()
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Using marks</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=42">http://vim.sf.net/tip_view.php?tip_id=42</A><BR>
-
-To mark one or more positions in a file, use the m[ark] command.
-
-Examples:
-
-ma	 -    set current cursor location as mark a
-
-'a	 -    jump to beginning of line of mark a
-
-`a	 -    jump to postition of mark a
-
-d'a	 -    delete from current line to line of mark a
-
-d`a	 -    delete from current cursor position to mark a
-
-c'a	 -    change text from current line to line of mark a
-
-y`a	 -    yank text to unnamed buffer from cursor to mark a
-
-:marks	 -    list all the current marks
-
-NB: Lowercase marks (a-z) are valid within one file. Uppercase marks (A-Z),
-also called file marks, are valid between files.
-
-For a detailed description of the m[ark] command refer to
-
-:help mark
-
-See also:
-
-:help various-motions
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Using abbreviations</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=43">http://vim.sf.net/tip_view.php?tip_id=43</A><BR>
-
-To define abbreviations, use the ab[breviate] command.
-
-Examples:
-
-:ab rtfm read the fine manual  -  Whenever you type 'rtfm' followed by a
-&lt;space&gt; (or &lt;esc&gt; or &lt;cr&gt;) vim
-				  will expand this to 'read the fine manual'.
-
-:ab			       -  list all defined abbreviations
-
-:una[bbreviate] rtfm	       -  remove 'rtfm' from the list of abbreviations
-
-:abc[lear]		       -  remove all abbreviations
-
-NB: To avoid expansion in insert mode, type CTRL-V after the last character
-of the abbreviation.
-
-For a detailed description of the ab[breviate] command and some more examples
-refer to
-
-:help abbreviations
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Repeat last changes</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=44">http://vim.sf.net/tip_view.php?tip_id=44</A><BR>
-
-Simple text changes in normal mode (e.g. "dw" or "J") can be repeated with
-the "." command.  The last command-line change (those invoked with ":",
-e.g. ":s/foo/bar") can be repeated with the "@:" command.
-
-For more informations about repeating single changes refer to:
-
-:help single-repeat
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Using command-line history</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=45">http://vim.sf.net/tip_view.php?tip_id=45</A><BR>
-
-You can recall previous command lines from a history table by hitting the
-&lt;Up&gt; and &lt;Down&gt; cursor keys in command-line mode.  For example,
-this can be used to find the previous substitute command: Type ":s" and
-then &lt;Up&gt;.
-
-There are separate history tables for the ':' commands and for previous '/'
-or '?' search strings.
-
-To display the history of last entered commands or search strings, use the
-:his[tory] command:
-
-:his	   -	  Display command-line history.
-
-:his s	   -	  Display search string history.
-
-
-For a detailed description of the command-line history refer to:
-
-:help cmdline-history
-
-See also:
-
-:help Cmdline-mode
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Win32
-binaries with perl, python, and tcl</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=46">http://vim.sf.net/tip_view.php?tip_id=46</A><BR>
-
-&gt; Does anyone know if windows binaries of vim 5.7 are available with perl
-and &gt; python support turned on?
-
-<A
-HREF="ftp://vim.sourceforge.net/pub/vim/upload_binaries/">ftp://vim.sourceforge.net/pub/vim/upload_binaries/</A><BR>
-
-<A
-HREF="http://vim.sourceforge.net/bin_download/">http://vim.sourceforge.net/bin_download/</A><BR>
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Swapping
-characters, words and lines</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=47">http://vim.sf.net/tip_view.php?tip_id=47</A><BR>
-
-To swap two characters or lines, use the following commands:
-
-xp	 -     delete the character under the cursor and put it afterwards.
-	       (In other words, it swaps the characters.)
-
-ddp	 -     delete the current line and put it afterwards.
-	       (In other words, it swaps the lines.)
-
-Unfortunately there is no universal solution to swap two words.  You may
-try the following ones, but don't expect too much of them:
-
-dawwP	 -     delete the word under the cursor, move forward one word
-	       and put it back after the cursor.  (In other words, it swaps
-	       the current and following word.)
-
-dawbP	 -     delete the word under the cursor, move backward on word
-	       and put it back after the cursor.  (In other words, it swaps
-	       the current and preceeding word.)
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Moving around</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=48">http://vim.sf.net/tip_view.php?tip_id=48</A><BR>
-
-You can save a lot of time when navigating through the text by using
-appropriate movements commands. In most cases the cursor keys, &lt;PageUp&gt;
-or &lt;PageDown&gt; are NOT the best choice.
-
-Here is a selection of some basic movement commands that hopefully helps
-you to acquire a taste for more:
-
-e   - move to the end of a word w   - move forward to the beginning of a
-word 3w  - move forward three words b	- move backward to the beginning of
-a word 3b  - move backward three words
-
-$	- move to the end of the line &lt;End&gt;   - same as $ 0	-
-move to the beginning of the line &lt;Home&gt;	- same as 0
-
-)   - jump forward one sentence (   - jump backward one sentence
-
-}   - jump forward one paragraph {   - jump backward one paragraph
-
-H   - jump to the top of the display M	 - jump to the middle of the display
-L   - jump to the bottom of the display
-
-'m  - jump to the beginning of the line of mark m `m  - jump to the location
-of mark m
-
-G   - jump to end of file 1G  - jump to beginning of file 50G - jump to line 50
-
-'' - return to the line where the cursor was before the latest jump `` -
-return to the cursor position before the latest jump (undo the jump).
-
-%  - jump to corresponding item, e.g. from an open brace to its
-     matching closing brace
-
-For some more interesting movement commands (especially those for programmers)
-refer to:
-
-:help motion.txt
-
-:help search-commands
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Switching case of characters</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=49">http://vim.sf.net/tip_view.php?tip_id=49</A><BR>
-
-To switch the case of one or more characters use the "~", "gU" or "gu"
-commands.
-
-Examples:
-
-~     -     switch case of character under cursor
-	    (in visual-mode: switch case of highlighted text)
-
-3~    -     switch case of next three characters
-
-g~~   -     switch case of current line
-
-U     -     in visual-mode: make highlighted text uppercase
-
-gUU   -     make current line uppercase
-
-u     -     in visual-mode: make highlighted text lowercase
-
-guu   -     make current line lowercase
-
-gUaw  -     make current word uppercase
-
-guaw  -     make current word lowercase
-
-For some more examples refer to
-
-:help ~
-
-See also:
-
-:help simple-change
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Recovering files</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=50">http://vim.sf.net/tip_view.php?tip_id=50</A><BR>
-
-If your computer has crashed while editing a file, you should be able to
-recover the file by typing
-
-      vi -r &lt;filename&gt;
-
-where &lt;filename&gt; is the name of the file you were editing at the time
-of the crash.  If you were editing without a file name, give an empty string
-as argument:
-
-      vim -r ""
-
-To get a list of recoverable files start vim without arguments:
-
-      vim -r
-
-For more information about file recovery refer to:
-
-:help recovery
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Entering german umlauts</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=51">http://vim.sf.net/tip_view.php?tip_id=51</A><BR>
-
-To enter german umlauts (or any other of those weired characters) not
-available on your keyboard use 'digraphs':
-
-In insert-mode type for example:
-
-     CTRL-K "a
-
-     CTRL-K ^e
-
-which gives an 'ä' and 'e' with a hat.
-
-You can also set the digraph option:
-
-    :set digraph (or :set dg)
-
-With digraph option set you can enter
-
-    " &lt;BS&gt; a
-
-    ^ &lt;BS&gt; e
-
-which gives the same result.
-
-To get a list of currently defined digraphs type
-
-   :dig[graphs]
-
-For more information about defining and using digraphs refer to:
-
-:help digraph.txt
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Scrolling synchronously</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=52">http://vim.sf.net/tip_view.php?tip_id=52</A><BR>
-
-If you want to bind two or more windows such that when one window is scrolled,
-the other windows are scrolled simultaneously, set the 'scrollbind' option
-for these windows:
-
-:set scrollbind
-
-When a window that has 'scrollbind' set is scrolled, all other 'scrollbind'
-windows are scrolled the same amount, if possible.
-
-For more information about the 'scrollbind' option refer to
-
-:help scoll-binding
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Better
-colors for syntax highlighting</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=53">http://vim.sf.net/tip_view.php?tip_id=53</A><BR>
-
-For syntax highlighting there are two sets of default color maps: One for a
-light and another one for a dark background.  If you have a black background,
-use the following command to get a better color map for syntax highlighting:
-
-:set background=dark
-
-You have to switch off and on again syntax highlighting to activate the new
-color map:
-
-:syntax off :syntax on
-
-For a detailled description of syntax highlighting refer to
-
-:help syntax.txt
-
-See also the Vim syntax support file: $VIMRUNTIME/syntax/synload.vim
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>View
-a Java Class File Decompiled thru Vim</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=54">http://vim.sf.net/tip_view.php?tip_id=54</A><BR>
-
-Hi All, Wish u could view a Java Class File using Vim, Well ur query
-ends here.  First of all u will need a Java Decompiler to decompile the
-Class File.  I would suggest the JAD decompiler by Pavel Kouznetsov <A
-HREF="http://www.geocities.com/SiliconValley/Bridge/8617/jad.html">http://www.geocities.com/SiliconValley/Bridge/8617/jad.html</A><BR>
-
-Its a command line decompiler and absolutely free.  U can use any command
-line decompiler of ur choice.
-
-Next create a vimscript file called jad.vim as #########################
-FILE START ################ augr class au!  au bufreadpost,filereadpost
-*.class %!d:jad.exe -noctor -ff -i -p % au bufreadpost,filereadpost
-*.class set readonly au bufreadpost,filereadpost *.class set ft=java au
-bufreadpost,filereadpost *.class normal gg=G au bufreadpost,filereadpost
-*.class set nomodified augr END ######################## FILE END
-#####################
-
-Note:- Keep the Jad.exe in a directory with out white spaces.  The -p options
-directs JAD to send the output to standard output instead of a .jad file. Other
-options are described on the JAD site.
-
-Next add the following line in the .vimrc file.  so jad.vim
-
-Next time u do vim abc.class. Viola u have the source code for abc.class.
-
-NOTE:- I have written the script so as to open the class file read only,
-So that u dont accidently modify it.  U can also exted this script to unjar
-a jar file and then view each file in the JAR file.  thanks bhaskar Any
-suggestions are welcome
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>previous buffer</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=55">http://vim.sf.net/tip_view.php?tip_id=55</A><BR>
-
-One of the keys to vim is buffer management. If I have to use another IDE
-that makes me click on a tab every time I want to look at another file I'm
-going to go postal.
-
-So of course you know about :ls which lists all the current open buffers. This
-gets a little unweildly once you have a full project open so you can also use
-:b &lt;any snipit of text&gt; &lt;tab&gt; to complete to an open buffer. This
-is really nice because you can type any fragment of a file name and it will
-complete to the matching file. (i.e. RequestManager.java can be completed
-using "tma"&lt;tab&gt; or "req"&lt;tab&gt; or "r.java"&lt;tab&gt;).
-
-Now for awhile I was also using :bn and :bp which jumps you to the next
-and previous buffer respectively. I found I was often frustrated because I
-wanted :bp to be the previous buffer I was in, not the previous buffer in
-the list. So (drum roll) the reason I wrote this tip was because of:
-
-:b#
-
-jump to the previous buffer you were in. Very very handy. The only thing
-nicer are tag, but that's a tip for another time.
-
-:help buffers :help bn :help bp
-
-If anybody knows where to get help on # in this context please add notes.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>how
-to avoid obliterating window layout</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=58">http://vim.sf.net/tip_view.php?tip_id=58</A><BR>
-
-If you take the time to lay out several windows with vim (especially vertically
-in version 6), you may be bummed when you hit an errant key and find that
-all but what one window disappears.
-
-What happens: while navigating between windows, you hit &lt;C-W&gt;j,
-&lt;C-W&gt;k, etc.  At some point you accidently hit &lt;C-W&gt; but then
-don't follow with a window command.  Now hitting 'o' to start insert mode
-issues a command equivalent to :only, and closes all windows execept for
-the one you are in (unless some windows have unsaved changes in them).
-
-How to avoid this: petition the vim-dev mailing list about how :only is
-sufficient for the infrequenty use this might get (j/k).
-
-Really: use mapping to disable the &lt;C-W&gt;o functionality; put this in
-your .vimrc:
-
-nnoremap &lt;C-W&gt;O :echo "sucker"&lt;CR&gt; nnoremap &lt;C-W&gt;o :echo
-"sucker"&lt;CR&gt; nnoremap &lt;C-W&gt;&lt;C-O&gt; :echo "sucker"&lt;CR&gt;
-
-references:
-
-:help :only :help CTRL-W_o
-
-That is all.  Scott
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Applying
-substitutes to a visual block</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=62">http://vim.sf.net/tip_view.php?tip_id=62</A><BR>
-
-If you'd like to apply a substitute, or even any ex command, to a visual-block
-selected text region (ctrl-v and move), then you'll want Stefan Roemer's <A
-HREF="http://www.erols.com/astronaut/vim/vimscript/vis.vim .  Just source
-it in,">http://www.erols.com/astronaut/vim/vimscript/vis.vim .	Just source
-it in,</A><BR> and then press ":B".  On the command line you'll see
-
-:'&lt;,'&gt;BCtrl-V
-
-Just continue with the substitute or whatever...
-
-:'&lt;,'&gt;B s/abc/ABC/g
-
-and the substitute will be applied to just that block of text!
-
-Example: Ctrl-V Select..........|......Type ..................just
-the central....|......:B s/abc/ABC/g ..................four
-"abc"s..............| ..................----------------....|...-------------
-..................abcabcabcabc............|......abcabcabcabc
-..................abcabcabcabc............|......abcABCABCabc
-..................abcabcabcabc............|......abcABCABCabc
-..................abcabcabcabc............|......abcabcabcabc
- (dots inserted to retain tabular format)
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Applying
-substitutes to a visual block</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=63">http://vim.sf.net/tip_view.php?tip_id=63</A><BR>
-
-If you'd like to apply a substitute, or even any ex command, to a visual-block
-selected text region (ctrl-v and move), then you'll want Stefan Roemer's <A
-HREF="http://www.erols.com/astronaut/vim/vimscript/vis.vim .  Just source
-it in,">http://www.erols.com/astronaut/vim/vimscript/vis.vim .	Just source
-it in,</A><BR> and then press ":B".  On the command line you'll see
-
-:'&lt;,'&gt;BCtrl-V
-
-Just continue with the substitute or whatever...
-
-:'&lt;,'&gt;B s/abc/ABC/g
-
-and the substitute will be applied to just that block of text!
-
-Example: Ctrl-V Select..........|......Type
-..................just the central.......|......:B
-s/abc/ABC/g ..................four "abc"s.................|
-..................---------............|...-------------
-..................abcabcabcabc............|......abcabcabcabc
-..................abcabcabcabc............|......abcABCABCabc
-..................abcabcabcabc............|......abcABCABCabc
-..................abcabcabcabc............|......abcabcabcabc
- (dots inserted to retain tabular format)
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Always set
-your working directory to the file you're editing</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=64">http://vim.sf.net/tip_view.php?tip_id=64</A><BR>
-
-Sometimes I think it's helpful if your working directory is always the same
-as the buffer you are editing.	You need to put this in your .vimrc:
-
-function! CHANGE_CURR_DIR()
-	let _dir = expand("%:p:h") exec "cd " . _dir unlet _dir
-endfunction
-
-autocmd BufEnter * call CHANGE_CURR_DIR()
-
-Doing this will make a "cd" command to your the current buffer each time
-you switch to it.  This is actually similar to vimtip#2 but more automatic.
-
-You should see for more details: :help autocmd :help expand :help function
-
-Note: This tip was contributed by somebody on the list a while ago (sorry
-for no reference) and it has been extremely helpful to me. Thanks!
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Insert
-line number into the actuall text of the file.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=65">http://vim.sf.net/tip_view.php?tip_id=65</A><BR>
-
-Although :set number will add nice line number for you At time you may wish
-to actually place the line numbers into the file. For example on GNU Unix
-you can acomplish a simular task using cat -n file &gt; new_file
-
-In VIM you can use the global command to do this
-
-:g/^/exec "s/^/".strpart(line(".")."	", 0, 4)
-
-What this does is run the exec comand on every line that matches /^/ (All)
-The exec command taks a string and executes it as if it were typed in.
-
-line(".")."    " -&gt; returns the number of the current line plus four spaces.
-strpart("123	", 0, 4) -&gt; returns only the first four characters ("123 ").
-"s/^/123 " -&gt; substituts the begining of the line with "123 ".
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Transfer
-text between two Vim 'sessions',</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=66">http://vim.sf.net/tip_view.php?tip_id=66</A><BR>
-
-This one is a one of my favorites from Dr. Chip, and I haven't seen it come
-across vim tips yet...
-
-Can use either visual, or marking to denote the text.
-
-" transfer/read and write one block of text between vim sessions " Usage: "
-`from' session: "     ma "     move to end-of-block "	  xw " " `to' session:
-"     move to where I want block inserted "	xr " if has("unix")
-  nmap xr   :r $HOME/.vimxfer&lt;CR&gt; nmap xw
-  :'a,.w! $HOME/.vimxfer&lt;CR&gt; vmap xr   c&lt;esc&gt;:r
-  $HOME/.vimxfer&lt;CR&gt; vmap xw   :w! $HOME/.vimxfer&lt;CR&gt;
-else
-  nmap xr   :r c:/.vimxfer&lt;CR&gt; nmap xw   :'a,.w! c:/.vimxfer&lt;CR&gt;
-  vmap xr   c&lt;esc&gt;:r c:/.vimxfer&lt;cr&gt; vmap xw
-  :w! c:/.vimxfer&lt;CR&gt;
-endif
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Ascii Value</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=67">http://vim.sf.net/tip_view.php?tip_id=67</A><BR>
-
-Sometimes we, the programmers, need the value of a character, don't we?
-You can learn the ascii value of a character by pressing g and a keys.(ga)!
-It displays the value in dec, hex and octal...
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Delete key</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=68">http://vim.sf.net/tip_view.php?tip_id=68</A><BR>
-
-Don't worry if your delete key does not work properly.	Just press
-&lt;CTRL&gt;-Backspace.  It works under both mode(insert or normal).
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>dot makes life easier</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=69">http://vim.sf.net/tip_view.php?tip_id=69</A><BR>
-
-You can copy and paste the last changes you made in the last insert mode
-without using y and p by pressing . (just dot).  Vim memorizes the keys you
-pressed and echos them if you hit the dot key.	You must be in command mode
-as usual.  It can be helpful...
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>running a command on all buffers</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=70">http://vim.sf.net/tip_view.php?tip_id=70</A><BR>
-
-From Peter Bismuti on the vim list:
-
-How to global search and replace in all buffers with one command?  You need
-the AllBuffers command:
-
-:call AllBuffers("%s/string1/string2/g")
-
-"put this in a file and source it function AllBuffers(cmnd)
-  let cmnd = a:cmnd let i = 1 while (i &lt;= bufnr("$"))
-    if bufexists(i)
-      execute "buffer" i execute cmnd
-    endif let i = i+1
-  endwhile
-endfun
-
-":call AllBuffers("%s/foo/bar/ge|update")
-
-Thanks Peter!
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Transfer
-text between two gvim sessions using clipboard</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=71">http://vim.sf.net/tip_view.php?tip_id=71</A><BR>
-
-If you use gvim, you can transfer text from one instance of gvim into another
-one using clipboard.  It is convenient to use * (star) register, like this:
-
-In one instance yank two lines into clipboard:
-    "*2yy
-Paste it in another instance in normal mode:
-    "*p
-or in insert mode:
-    &lt;Ctrl-R&gt;*
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Remove unwanted empty lines</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=72">http://vim.sf.net/tip_view.php?tip_id=72</A><BR>
-
-Sometimes to improve the readability of the document I insert empty lines,
-which will be later removed.  To get rid off them try: :%g/^$/d This will
-remove a l l  empty line in the document.  Some other tipps you can find
-under www.linuxclass.de/vim.phtml
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Using vim as calculator</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=73">http://vim.sf.net/tip_view.php?tip_id=73</A><BR>
-
-Basic calculations can done within vim easily by typing (insert-mode): STRG
-(=CTRL) + R followed by = then for example 2+2 and hit RETURN the result 4
-will be printed in the document.
-
-Some other tipps you can find under www.linuxclass.de/vim.phtml
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Using
-Vim as an outline processor</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=74">http://vim.sf.net/tip_view.php?tip_id=74</A><BR>
-
-With the addition of folding, Vim6 can function as a high performance outline
-processor. Simply :set ai and in insert mode use backspace to promote and
-tab to demote headlines.
-
-In command mode, &lt;&lt; promotes (n&lt;&lt; to promote multiple lines),
-and &gt;&gt; demotes. Also, highlight several headlines and &lt; or &gt;
-to promote or demote.
-
-:set foldmethod=indent, and then your z commands can expand or collapse
-headline trees, filewide or by the tree.
-
-The VimOutliner GPL distro contains the scripts and configs to easily
-configure Vim6 as an outliner, including scripts to create tag files enabling
-interoutline hyperlinking.
-
-The VimOutliner project is at <A
-HREF="http://www.troubleshooters.com/projects/vimoutliner/index.htm.">http://www.troubleshooters.com/projects/vimoutliner/index.htm.</A><BR>
-
-Steve (Litt) slitt@troubleshooters.com
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Remap
-CAPSLOCK key in Windows 2000 Professional and NT4.0</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=75">http://vim.sf.net/tip_view.php?tip_id=75</A><BR>
-
-If you're Windows 2000 Professional user and got tired to move your hands off
-basic row when hitting &lt;ESC&gt; key here the solution (not for Windows 9x.):
-remap CapsLock key as &lt;ESC&gt; key. It's located in useful position.  Put
-this lines into &lt;EscLock.reg&gt; file and start it in explorer.Reboot.Enjoy.
-
-REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
-"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,01,00,3a,00,00,00,00,00
-
-To restore you capslock back just delete this entry from Registry and reboot.
-And below is remapping &lt;capslock&gt; as &lt;Left Control&gt;:
-
-REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
-"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Folding for Quickfix</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=76">http://vim.sf.net/tip_view.php?tip_id=76</A><BR>
-
-The Quickfix mode aims to "speed up the edit-compile-edit cycle" according to
-':help quickfix'. After executing ':make' or ':grep' it is possible to skim
-through the list of errors/matches and the appropriate source code locations
-with, for instance, the ':cnext' command.  Another way to get a quick overview
-is to use VIMs folding mode, to fold away all the error-free/match-free
-regions.  The script at the end of this message can be used for this
-purpose. It is at the moment not elaborate enough to put it up as a 'script';
-but it might give someone inspiration to do so.  Big restrictions / bugs are
-as follows: 1. Vim Perl interface is required, i.e. the output of ':version'
-must contain '+perl' (People with Vim scripting knowledge might fix this)
-2. Works only for one file, i.e. the current buffer.  3. It's a quick hack.
-Sample usage: (a) edit a file, (b) do ':grep regexp %' to get a quickfix
-error list and (c) ':source foldqf.vim' will fold as described Increasing
-the value of $CONTEXT gives you more context around the error regions.
-
-Here comes it, it should be 7 lines: ---foldqf.vim cwindow perl $CONTEXT = 0;
-perl @A = map { m/\|(\d+)\|/; $1 +0 } $curbuf-&gt;Get(1..$curbuf-&gt;Count());
-close normal zD perl sub fold { VIM::DoCommand( $_[0] . ',' . ($_[1]) . "fold"
-) if( $_[0] &lt; $_[1] ); } perl $last = 0; for (@A) { fold( $last+1+$CONTEXT,
-$_-1-$CONTEXT ); $last = $_; }; VIM::DoCommand(($A[-1]+1+$CONTEXT )
-. ',$fold' );
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Displaying
-search results using folds</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=77">http://vim.sf.net/tip_view.php?tip_id=77</A><BR>
-
-A guy I work with told me about a function that an old IBM text editor had
-that he said was useful, and that is to create folds in the file after a
-search such that every line that is visible contains the search pattern(except
-possibly the first). All lines that do not contain the search pattern are
-folded up to the last occurence of the pattern or the top of the file.
-
-One use for such a function is to be able to make a quick and dirty api of
-a source file.	For example, if working in Java, you could run the function
-using the pattern "public|protected|private" and ithe results would be that
-only the method headers would be visible (well, close enough).
-
-function! Foldsearch(search)
-	normal zE	   "erase all folds to begin with normal G$
-	"move to the end of the file let folded = 0	"flag to set when
-	a fold is found let flags = "w"    "allow wrapping in the search let
-	line1 =  0     "set marker for beginning of fold while search(a:search,
-	flags) &gt; 0
-		let  line2 = line(".")	"echo "pattern found at line #
-		" line2 if (line2 -1 &gt; line1)
-			"echo line1 . ":" . (line2-1) "echo "A fold goes here."
-			execute ":" . line1 . "," . (line2-1) . "fold"
-						let folded = 1	     "at
-						least one fold has been found
-		endif let line1 = line2     "update marker let flags = "W"
-		"turn off wrapping
-	endwhile
-		" Now create the last fold which goes to the end of the file.
-	normal $G let  line2 = line(".")
-		"echo "end of file found at line # " line2
-	if (line2  &gt; line1 && folded == 1)
-		"echo line1 . ":" . line2 "echo "A fold goes here."
-		execute ":". line1 . "," . line2 . "fold"
-	endif
-endfunction
-
-" Command is executed as ':Fs pattern'" command! -nargs=+ -complete=command
-Fs call Foldsearch(&lt;q-args&gt;) " View the methods and variables in a
-java source file."  command! Japi Fs public\|protected\|private
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>rotating mail signatures</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=78">http://vim.sf.net/tip_view.php?tip_id=78</A><BR>
-
-For people using mutt and vim for mail, the following script will allow
-you to insert a new signature (and again and again if you don\'t like the
-current one) at the bottom of your mail. This is usefull eg when you don\'t
-want to send a potentially offensive quote to someone you don\'t know very
-well (or a mailing list), but are too lazy to delete the quote, open your
-quotes file, and cut and paste another one in. (I put it here in \'tips\'
-and not in \'scripts\' because it is imo too short to be a \'real\' script)
-
-" rotate_sig.vim " Maintainer:	Roel Vanhout &lt;roel@2e-systems.com&gt;
-" Version:     0.1 " Last Change: Tuesday, June 12, 2001 " Mapping I use:
-" nmap ,r :call RotateSig()&lt;CR&gt; " Usage: " -Make sure you delimit
-your sig with '-- ', or adjust the script " -Adjust the last execute to a
-command that prints a sig to stdout " Known problems: "   - You'll get an
-error message when you're below the last "     '^-- $' in your mail (nothing
-bad though - just an not- "	found marker)
-
-function! RotateSig()
-    normal mQG execute '?^-- $' execute ':nohl' normal o&lt;ESC&gt; normal
-    dG normal &lt;CR&gt; execute 'r !~/bin/autosig ~/.quotes \%' normal `Q
-endfunction
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>How to use
-:grep to get a clickable list of function names</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=79">http://vim.sf.net/tip_view.php?tip_id=79</A><BR>
-
-The following function will make a :cwindow window with a line per function
-in the current C source file. NOTE: It writes the file as a side effect.
-
-Invoke with ':call ShowFunc()' You may want to do :nmap &lt;somekey&gt;
-:call ShowFunc()&lt;CR&gt;
-
-function! ShowFunc()
-
-    let gf_s = &grepformat let gp_s = &grepprg
-
-    let &grepformat = '%*\k%*\sfunction%*\s%l%*\s%f %*\s%m' let &grepprg =
-    'ctags -x --c-types=f --sort=no -o -'
-
-    write silent! grep % cwindow
-
-    let &grepformat = gf_s let &grepprg = gp_s
-
-endfunc
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Restore
-cursor to file position in previous editing session</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=80">http://vim.sf.net/tip_view.php?tip_id=80</A><BR>
-
-Here's something for your &lt;.vimrc&gt; which will allow you to restore
-your cursor position in a file over several editing sessions.  This technique
-uses the viminfo option:
-
-Ex. set viminfo='10,\"100,:20,%,n~/.viminfo
-    au BufReadPost * if line("'\"") &gt; 0|if line("'\"") &lt;=
-    line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
-
-If you're on Unix, the viminfo is probably fine as is (but check up on Vim's
-help for viminfo to see if you like the settings above).  For Windows you'll
-need to change the "n" suboption to something like
-
-Ex. set viminfo='10,\"100,:20,%,nc:\\some\\place\\under\\Windoz\\_viminfo
-
-This tip is a somewhat improved version of the example given for :he line()
-in the Vim on-line documentation.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Substitution of characters and lines in VIM is
-made far easier with the s and S commands</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=81">http://vim.sf.net/tip_view.php?tip_id=81</A><BR>
-
-Substitute  Characters ----------------------------------- I was just editing
-a file that contained the same leading string on many lines.
-
-example:
-
-foo_bar_baz1=a foo_bar_baz1=abc674 foo_bar_baz1=qrs foo_bar_baz1=m1
-foo_bar_baz1=bz90 foo_bar_baz1=bc ...
-
-Needing to only substitute a portion of the string, I referred to a VIM
-reference card and discovered a command answering my need exactly. The s
-command is used to subsitute a certain number of characters. In my example
-file above, if I only needed to subsititute the characters foo_bar, I set
-the cursor on the first character where I'd like the subsitution to begin
-and type 7s. VIM drops the characters foo_bar and goes to insert mode,
-waiting for the substitution text.
-
-Substitute Lines ----------------------- After years of using vi and VIM and
-always deleting multiple lines in order to replace them, I just discovered
-the S command. If you need to subsitute three lines of text, simply type
-3S. VIM drops the three lines and goes into insert mode, waiting for the
-subsitution text.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>letting
-variable values be overwritten in a script</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=82">http://vim.sf.net/tip_view.php?tip_id=82</A><BR>
-
-this is a simple function i wrote to get the value of a variable from three
-different places (in that order):  the current buffer, the global setting
-or from the script itself.
-
-this allows me to set a default value for a configuration variable inside my
-script and the user to change it on a global level by setting the same variable
-with a g: prepended.  then, they can further set it on a per-buffer level by
-the the b: mechanism.  one of the examples for this might be my comments script
-(not uploaded).  i have a variable in there that determines whether comment
-characters (// for java, for example) are placed the beginning of the line or
-just before the first-non-blanks in the text.  i set up a default in my script:
-
-let s:comments_hug_start_of_line=0   " comments should hug the text
-
-that's fine as a default, but if i want to overwrite it for vim scripts,
-i just put the following in my ftplugin/vim.vim:
-
-let b:comments_hug_start_of_line=1   " vim comments should hug the first
-column, always
-
-" tries  to return  the buffer-specific  value of  a variable;	if not
-" found,  tries to  return the	global value  -- if  that's not  found "
-either, returns the value set in the script itself function! GetVar(varName)
-  if (exists ("b:" . a:varName))
-    exe "let retVal=b:" . a:varName
-  elseif (exists ("g:" . a:varName))
-    exe "let retVal=g:" . a:varName
-  elseif (exists ("s:" . a:varName))
-    exe "let retVal=s:" . a:varName
-  else
-    retVal=-1
-  endif return retVal
-endfunction
-
-personally, i never let it get to the -1 state by always having an s: set
-with SOME default value.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>how
-to indent (useful for source code)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=83">http://vim.sf.net/tip_view.php?tip_id=83</A><BR>
-
-Here is the most useful vim command that I know of and I'm surprised that
-it's not yet in the tips list.
-
-I use the indent features of vim all the time. Basically, it lets you indent
-your source code.
-
-SETUP: To make indentation work nicely I have the following in my .vimrc file:
-set et set sw=4 set smarttab
-
-these make vim behave nicely when indenting, giving 4 spaces (not tabs)
-for each "tabstop".
-
-HOW TO USE: in command mode, == will indent the current line selecting a range
-of lines (with shift-v) then == will indent your selection typing a number
-then == will indent that many lines, starting from your cursor (you get the
-idea, there are many other things you can do to select a range of lines)
-
-Tell me that isn't great?
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Changing
-the behaviour of . to include visual mode</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=84">http://vim.sf.net/tip_view.php?tip_id=84</A><BR>
-
-one of the things i do a lot in vim is to make a change to the beginning or
-end of	the line (such as adding  the text '// remove' at  the end of java
-debug code).  a quick way of doing  this is to use a  to append the text to
-the end of the first line  and then move down one, hit . (repeat last edit),
-move down, hit .  etc. etc. the following mapping allows one to  simply
-highlight the  region  in  question and  hit  .  -- it	will automatically
-execute the . once on each line:
-
-  " allow the . to execute once for each line of a visual selection vnoremap
-  . :normal .&lt;CR&gt;
-
-another thing i do a lot is to	record a quick macro in the "a" register
-and then play it back a number of  times. while @@ can be used to repeat the
-last register used, my recorded macros sometimes use other registers so @@
-doesn't necessarily  give me the same results as  @a. also, i have mapped '
-to `  because i like to go to the precise  location of my marks -- always --
-and never to the  beginning of the line. this  leaves my ` key unused. so:
-
-  " make ` execute the contents of the a register nnoremap ` @a
-
-then, in keeping with the visual . above, i did the same for the ` -- is
-thexecutes @a once on each highlighed line.
-
-  vnoremap ` :normal @a&lt;CR&gt;
-
-as an example, say i have the following lines of java code:
-
-      public String m_asdf; public String m_lkhj; public int m_hjkhjkh;
-
-and, for some reason, i need to get the following:
-
-      "asdf" "lkhj" "hjkhjkh"
-
-i record the following into a:
-
-  ^cf_"&lt;ESC&gt;$r"
-
-the ^  is because my  java code is  indented and i  don't want to  go to
-column 0 and the &lt;esc&gt; is an actual escape i hit to exit insert mode.
-
-then, i  simply select (visually) the  other lines (only two  in case --
-admittedly not an overly useful example) and just hit `.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>How to mimic
-the vim 6.0 plugin feature with older versions</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=85">http://vim.sf.net/tip_view.php?tip_id=85</A><BR>
-
-If you do not have vim 6.0, but would like to mimic the plugins directory
-feature then copy and paste this into your vimrc:
-
-exec "source " . substitute(glob($VIM."/plugins/*.vim"), "\n", "\nsource ",
-"g")
-
-It will automatically source every vim script file located in the vim/plugins
-directory.  Now, to add a new plugin, just drop the script in this directory
-and vim will automatically find it.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Helps
-undo 1 line when entered many</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=86">http://vim.sf.net/tip_view.php?tip_id=86</A><BR>
-
-When U entered text, U cannot undo only 1 line, for example, when U press
-"u", all entered in last "insert" text removed.
-
-If U add this line to .vimrc: inoremap &lt;Return&gt; &lt;Return&gt;^O^[
-where "^O" or "^[" is 1 char "u" will undo (remove) only 1 line.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Get
-vim 5.x window in vim 6.x</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=87">http://vim.sf.net/tip_view.php?tip_id=87</A><BR>
-
-The format of the window title in vim 5.x (well, at least for 5.7,.8, for
-Win32) used to be VIM - &lt;full filename with path&gt;.  It's not in the
-win32 binary of 6.0an that I found.  I want my old way back.
-
-Turns out, all that it takes to get it back is :set title titlestring=VIM\
--\ %F "make sure that the window caption setting is turned on and set caption
-to vim 5.x style
-
-Oh, however, one thing I did like about the 6.0 style is that it puts the
-word "help" in the title when the current buffer is a help file; so, I just
-tacked %h to my titlestring giving:
-
-:set title titlestring=VIM\ -\ %F\ %h "make sure that the window caption
-setting is turned on and set caption to vim 5.x style
-
-see also: :he 'titlestring' :he 'statusline'	"for the format for titlestring
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>How
-to maximize vim on entry (win32)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=88">http://vim.sf.net/tip_view.php?tip_id=88</A><BR>
-
-Maybe it's just because I have far too small of a monitor, because I can
-get distracted while coding if I have other stuff on the screen, or because I
-starting using vim on a console, but I definitely like my vim window maximized.
-Anyway, sticking the following in your vimrc will always maximize your vim
-window on startup.
-
-au GUIEnter * simalt ~x
-
-:he win16-maximized
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Get more
-screen real estate by hidding toolbar and/or menus</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=89">http://vim.sf.net/tip_view.php?tip_id=89</A><BR>
-
-I use gvim over console vim because gvim is much more readable (under Windows).
-However, that doesn't mean I want to dedicate screen space to things I'll
-never use (i.e. the toolbar and the menus).
-
-Anyway, you can give the following a try if you'd like.
-
-set guioptions-=T "get rid of toolbar set guioptions-=m "get rid of menu
-
-Oh, yeah.  If you decide that you don't really like being without your the
-toolbar or menus, issue the following:
-
-set guioptions+=T "bring back toolbar set guioptions+=m "bring back menu
-
-see also: :he 'guioptions
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Encryption</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=90">http://vim.sf.net/tip_view.php?tip_id=90</A><BR>
-
-You can encrypt your texts by using vim.  :X  prompts for an encryption key.
-After writing your key, if you save your document it will be encrypted
-and no one else (but you and vim) can read your documents.  If you reopen
-the file, VIM will ask for the key.  If you want to disable encryption,
-just type :set key= if you forget your key you will lose your document.
-So please DO NOT forget your key,
-
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Dictionary completions</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=91">http://vim.sf.net/tip_view.php?tip_id=91</A><BR>
-
-This tip will will explain how to use the dictionary completion facilities
-provided by vim.  This can be useful if you use vim to type your email,
-edit code, etc.
-
-Dictionary completion is one of many search facilites provided by Insert mode
-completion.  It allows the user to get a list of keywords, based off of the
-current word at the cursor.  This is useful if you are typing a long word
-(e.g. acknowledgeable) and don't want to finish typing or don't remember
-the spelling.
-
-To start, we must first tell vim where our dictionary is located.  This is done
-via the 'dictionary'  option.  Below is an example.  Your location may vary.
-See :help 'dictionary'	for hints as to where you should look.
-
-	:set dictionary-=/usr/share/dict/words
-	dictionary+=/usr/share/dict/words
-
-Now, to use this list we have to enter insert mode completion.	This is done
-by hitting CTRL-X while in insert mode.  Next, you have to specify what you
-want to complete.  For dictionaries use CTRL-K.  Once in this mode the keys
-CTRL-N and CTRL-P will cycle through the matches.  So, to complete the word
-"acknowledgeable" I would do the following in insert mode:
-
-	acknow&lt;CTRL-X&gt;&lt;CTRL-K&gt;&lt;CTRL-N&gt;
-
-It can be cumbersome to type CTRL-X CTRL-K for many different completions.
-So, vim gives us a shortcut.  While in insert mode CTRL-N and CTRL-P
-will cycle through a predetermined set of completion sources.  By default,
-dictionary completion is not a part of this set.  This set is defined by the
-'complete' option.  Therefore, we must add dictionary to this as shown below:
-
-	:set complete-=k complete+=k
-
-Now, while in insert mode we can type the following to complete our example:
-
-	acknow&lt;CTRL-N&gt;&lt;CTRL-N&gt;
-
-This shortcut may not save a whole lot of typing.  However, I find that it
-requires less hand movement to only worry myself with two key combinations,
-rather than 4.
-
-I find that the completion facilites provided by vim save me a *HUGE* amount
-of typing.  These savings can be realized in only a short amount of time if
-you are editing some code with functions and variables that have long names
-with underscores in them.
-
-For more help:
-	help ins-completion help compl-dictionary help 'complete' help
-	'dictionary' help :set+=
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Reducing 'doc' directory size</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=92">http://vim.sf.net/tip_view.php?tip_id=92</A><BR>
-
-As everyone knows, the $VIMRUNTIME/doc is increasing rapidly in size. The
-directory contained so many plain-text documents that I often compress
-them to save my diskspace. With the support of VIM's GZIP plugin,
-VIM will automatically uncompress the files when we need to read them.
-Here is my procedure: 1.  If you have the source, go to 'runtime/doc'
-and edit 'doctags.c', change	   printf("%s\t%s\t/*", p1, argv[0]);  to
-printf("%s\t%s.gz\t/*", p1, argv[0]);
-     then make. This is to modify the tag, or you'll have to change the
-     'tags' file by hand if you don't have doctags.c.
-2. Edit the new generated 'tags' file to rename 'help.txt.gz' back to
-'help.txt' because it's hard-written in VIM executable binary.
-     :% s/help\.txt\.gz/help\.txt/g
-3. Copy the new 'tags' to $VIMRNUTIME/doc and run 'gzip *.txt; gunzip help.txt'
-
-On VIM 6.0an, we can reduce the original size (3302k) to 1326k.  I don't
-know if this helps, but if someone likes to compress documents... this can
-be reffered :)
-
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>if you use
-'highlight search' feature, map a key to :noh</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=93">http://vim.sf.net/tip_view.php?tip_id=93</A><BR>
-
-It is very convenient to use 'hlsearch' option.  However it can be annoying
-to have the highlight stick longer than you want it.  In order to run it
-off you have to type at least 4 keystrokes, ":noh".  So, it's a good idea
-to map this to a key.  I like to map it to control-n.  This is the line I
-use in my .vimrc file to do it:
-
-nmap &lt;silent&gt; &lt;C-N&gt; :silent noh&lt;CR&gt;
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Questions
-& Answers about using tags with Vim</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=94">http://vim.sf.net/tip_view.php?tip_id=94</A><BR>
-
-Using tags file with Vim ------------------------ This document gives you
-a idea about the various facilities available in Vim for using a tags file
-to browse through program source files.  You can read the Vim online help,
-which explains in detail the tags support, using :help tagsearch.txt.  You can
-also use the help keywords mentioned in this document to read more about a
-particular command or option.  To read more about a particular command or
-option use, :help &lt;helpkeyword&gt; in Vim.
-
-1. How do I create a tags file?
-
-   You can create a tags file either using the ctags utility or using a
-   custom script or utility.
-
-   Help keyword(s): tag
-
-2. Where can I download the tools to generate the tags file?
-
-   There are several utilities available to generate the tags file.
-   Depending on the programming language, you can use any one of them.
-
-   1. Exuberant ctags generates tags for the following programming
-      language files:
-
-      Assembler, AWK, ASP, BETA, Bourne/Korn/Zsh Shell, C, C++, COBOL,
-      Eiffel, Fortran, Java, Lisp, Make, Pascal, Perl, PHP, Python, REXX,
-      Ruby, S-Lang, Scheme, Tcl, and Vim.
-
-      You can download exuberant ctags from <A
-      HREF="http://ctags.sourceforge.net/">http://ctags.sourceforge.net/</A><BR>
-
-   2. On Unix, you can use the /usr/bin/ctags utility.	This utility
-      is present in most of the Unix installations.
-
-   3. You can use jtags for generating tags file for java programs.
-      You can download jtags from: <A
-      HREF="http://www.fleiner.com/jtags/">http://www.fleiner.com/jtags/</A><BR>
-
-   4. You can use ptags for generating tags file for perl programs.
-      You can download ptags from: <A
-      HREF="http://www.eleves.ens.fr:8080/home/nthiery/Tags/">http://www.eleves.ens.fr:8080/home/nthiery/Tags/</A><BR>
-
-   5. You can download scripts from the following links for
-      generating tags file for verilog files:
-
-	    <A
-	    HREF="http://www.probo.com/vtags.htm">http://www.probo.com/vtags.htm</A><BR>
-	    <A
-	    HREF="http://www.cs.albany.edu/~mosh/Perl/veri-tags">http://www.cs.albany.edu/~mosh/Perl/veri-tags</A><BR>
-	    <A
-	    HREF="http://www.verilog.net/vrtags.txt">http://www.verilog.net/vrtags.txt</A><BR>
-
-   6. You can download Hdrtag from the following linke:
-
-	    <A
-	    HREF="http://www.erols.com/astronaut/vim/index.html#Tags">http://www.erols.com/astronaut/vim/index.html#Tags</A><BR>
-
-      This utility generates tags file for the following programming languages:
-      assembly, c/c++, header files, lex, yacc,LaTeX, vim, and Maple V.
-
-   7. You can also use the following scripts which are part of the Vim
-      runtime files:
-
-	  pltags.pl - Create tags file for perl code tcltags - Create tags
-	  file for TCL code shtags.pl - Create tags file for shell script
-
-   Help keyword(s): ctags
-
-3. How do I generate a tags file using ctags?
-
-   You can generate a tags file for all the C files in the current directory
-   using the following command:
-
-	$ ctags *.c
-
-   You can generate tags file for all the files in the current directory
-   and all the sub-directories using (this applies only to exuberant ctags):
-
-	$ ctags -R .
-
-   You can generate tags file for all the files listed in a text file named
-   flist using (this applies only to exuberant ctags)
-
-       $ ctags -L flist
-
-4. How do I configure Vim to locate a tags file?
-
-   You can set the 'tags' option in Vim to specify a particular tags file.
-
-	set tags=/my/dir/tags
-
-   Help keyword(s): 'tags', tags-option
-
-5. How do I configure Vim to use multiple tags files?
-
-   The 'tags' option can specify more than one tags file.  The tag filenames
-   are separated using either comma or spaces.
-
-	set tags=/my/dir1/tags, /my/dir2/tags
-
-6. How do I configure Vim to locate a tags file in a directory tree?
-
-   Note that the following will work only in Vim 6.0 and above.  You can set
-   the 'tags' option to make Vim search for the tags file in a directory tree.
-   For example, if the 'tags' option is set like this:
-
-	set tags=tags;/
-
-   Vim will search for the file named 'tags', starting with the current
-   directory and then going to the parent directory and then recursively to
-   the directory one level above, till it either locates the 'tags' file or
-   reaches the root '/' directory.
-
-   Help keyword(s): file-searching
-
-7. How do I jump to a tag?
-
-   There are several ways to jump to a tag location.
-	1. You can use the 'tag' ex command.  For example,
-
-	       :tag &lt;tagname&gt;
-
-	   will jump to the tag named &lt;tagname&gt;.
-	2. You can position the cursor over a tag name and then press
-	   Ctrl-].
-	3. You can visually select a text and then press Ctrl-] to
-	   jump to the tag matching the selected text.
-	4. You can click on the tag name using the left mouse button,
-	   while pressing the &lt;Ctrl&gt; key.
-	5. You can press the g key and then click on the tag name
-	   using the left mouse button.
-	6. You can use the 'stag' ex command, to open the tag in a new
-	   window.  For example,
-
-		:stag func1
-
-	   will open the func1 definition in a new window.
-	7. You can position the cursor over a tag name and then press
-	   Ctrl-W ].  This will open the tag location in a new window.
-
-   Help keyword(s): :tag, Ctrl-], v_CTRL_], &lt;C-LeftMouse&gt;,
-		    g&lt;LeftMouse&gt;, :stag, Ctrl-W_]
-
-8. How do I come back from a tag jump?
-
-   There are several ways to come back to the old location from a tag jump.
-	1. You can use the 'pop' ex command.  2. You can press Ctrl-t.
-	3. You can click the right mouse button, while pressing the
-	   &lt;Ctrl&gt; key.
-	4. You can press the g key and then click the right mouse
-	   button.
-
-   Help keyword(s): :pop, Ctrl-T, &lt;C-RightMouse&gt;, g&lt;RightMouse&gt;
-
-9. How do I jump again to a previously jumped tag location?
-
-   You can use the 'tag' ex command to jump to a previously jumped tag
-   location, which is stored in the tag stack.
-
-   Help keyword(s): tag
-
-10. How do I list the contents of the tag stack?
-
-   Vim remembers the location from which you jumped to a tag in the tag stack.
-   You can list the current tag stack using the 'tags' ex command.
-
-   Help keyword(s): :tags, tagstack
-
-11. How do I jump to a particular tag match, if there are multiple
-    matching tags?
-
-    In some situations, there can be more than one match for a tag.
-    For example, a C function or definition may be present in more than one
-    file in a source tree.  There are several ways to jump to a specific
-    tag from a list of matching tags.
-
-	1. You can use the 'tselect' ex command to list all the tag
-	   matches.  For example,
-
-		:tselect func1
-
-	  will list all the locations where func1 is defined.  You can then
-	  enter the number of a tag match to jump to that location.
-	2. You can position the cursor over the tag name and press g]
-	   to get a list of matching tags.
-	3. You can visually select a text and press g] to get a list
-	   of matching tags.
-	4. You can use the 'stselect' ex command.  This will open the
-	   selected tag from the tag list in a new window.
-	5. You can position the cursor over the tag name and press
-	   Ctrl-W g] to do a :stselect.
-
-    Help keyword(s): tag-matchlist, :tselect, g], v_g], :stselect,
-		     Ctrl-W_g]
-
-12. I want to jump to a tag, if there is only one matching tag,
-    otherwise a list of matching tags should be displayed.  How do I do this?
-
-    There are several ways to make Vim to jump to a tag directly, if there
-    is only one tag match, otherwise present a list of tag matches.
-
-	1. You can use the 'tjump' ex command.	For example,
-
-		:tjump func1
-
-	   will jump to the definition func1, if it is defined only once.
-	   If func1 is defined multiple times, a list of matching tags will
-	   be presented.
-	2. You can position the cursor over the tag and press g
-	   Ctrl-].
-	3. You can visually select a text and press g Ctrl-] to jump
-	   or list the matching tags.
-	4. You can use the 'stjump' ex command.  This will open the
-	   matching or selected tag from the tag list in a new window.
-	5. You can press Ctrl-W g Ctrl-] to do a :stjump.
-
-    Help keyword(s): :tjump, g_Ctrl-], v_g_CTRL-], :stjump,
-		     Ctrl-W_g_Ctrl-]
-
-13. How do browse through a list of multiple tag matches?
-
-    If there are multiple tag matches, you can browse through all of them
-    using several of the Vim ex commands.
-
-    1. To go to the first tag in the list, use the 'tfirst' or
-       'trewind' ex command.
-    2. To go to the last tag in the list, use the 'tlast' ex command.
-    3. To go to the next matching tag in the list, use the 'tnext' ex
-       command.
-    4. To go to the previous matching tag in the list, use the
-       'tprevious' or 'tNext' ex command.
-
-    Help keyword(s): :tfirst, :trewind, :tlast, :tnext, :tprevious,
-		     :tNext
-
-14. How do I preview a tag?
-
-    You can use the preview window to preview a tag, without leaving the
-    original window.  There are several ways to preview a tag:
-
-	1. You can use the 'ptag' ex command to open a tag in the
-	   preview window.
-	2. You can position the cursor on a tag name and press Ctrl-W
-	   } to open the tag in the preview window.
-	3. You can use the 'ptselect' ex command to do the equivalent
-	   of the 'tselect' ex command in the preview window.
-	4. You can use the 'ptjump' ex command to do the equivalent of
-	   the 'tjump' ex command in the preview window.
-	5. You can position the cursor on the tag and press Ctrl-W g}
-	   to do a :ptjump on the tag.
-
-    Help keyword(s): :preview-window, :ptag, Ctrl-W_}, :ptselect,
-		     :ptjump, Ctrl-W_g}
-
-15. How do I browse through the tag list in a preview window?
-
-    If there are multiple tag matches, you can browse through all of them
-    in the preview window using several of the Vim ex commands.
-
-    1. To go to the first tag in the list, use the 'ptfirst' or
-       'ptrewind' ex command.
-    2. To go to the last tag in the list, use the 'ptlast' ex command.
-    3. To go to the next matching tag in the list, use the 'ptnext' ex
-       command.
-    4. To go to the previous matching tag in the list, use the
-       'ptprevious' or 'ptNext' ex command.
-
-    Help keyword(s): :ptfirst, :ptrewind, :ptlast, :ptnext,
-		     :ptprevious, :ptNext
-
-16. How do I start Vim to start editing a file at a given tag match?
-
-    While starting Vim, you can use the command line option '-t' to supply
-    a tag name.  Vim will directly jump to the supplied tag location.
-
-    Help keyword(s): -t
-
-17. How do I list all the tags matching a search pattern?
-
-    There are several ways to go through a list of all tags matching a pattern.
-
-	1. You can list all the tags matching a particular regular
-	   expression pattern by prepending the tag name with the '/'
-	   search character.  For example,
-
-		:tag /&lt;pattern&gt; :stag /&lt;pattern&gt; :ptag
-		/&lt;pattern&gt; :tselect /&lt;pattern&gt; :tjump
-		/&lt;pattern&gt; :ptselect /&lt;pattern&gt; :ptjump
-		/&lt;pattern&gt;
-
-	 2. If you have the 'wildmenu' option set, then you can press
-	    the &lt;Tab&gt; key to display a list of all the matching tags
-	    in the status bar.	You can use the arrow keys to move between
-	    the tags and then use the &lt;Enter&gt; key to select a tag.
-
-	 3. If you don't have the 'wildmenu' option set, you can still
-	    use the &lt;Tab&gt; key to browse through the list of matching
-	    tags.
-
-    Help keyword(s): tag-regexp, wildmenu
-
-18. What options are available to control how Vim handles the tags
-    file?
-
-    You can use the following options to control the handling of tags file
-    by Vim:
-
-    1. 'tagrelative' - Controls how the file names in the tags file
-		       are treated.  When on, the filenames are relative to
-		       the directory where the tags file is present.
-
-    2. 'taglength' -  Controls the number of significant characters
-		      used for recognizing a tag.
-
-    3. 'tagbsearch' - Controls the method used to search the tags file
-		      for a tag.  If this option is on, binary search is
-		      used to search the tags file.  Otherwise, linear search
-		      is used.
-
-    4. 'tagstack' - Controls how the tag stack is used.
-
-    Help keyword(s): 'tagrelative', 'taglength', 'tagbsearch',
-		     'tagstack'
-
-19. Is it possible to highlight all the tags in the current file?
-
-    Yes.  Read the Vim online help on "tag-highlight".
-
-20. Is it possible to create a menu with all the tags in the current
-    file?
-
-    Yes.  It is possible to create a menu with all the tags in the current
-    file using a Vim script.  Download the TagsMenu.vim script from the
-    following link:
-
-    <A
-    HREF="http://members.home.net/jayglanville/tagsmenu/TagsMenu.html">http://members.home.net/jayglanville/tagsmenu/TagsMenu.html</A><BR>
-
-21. Is there a workaround to make the Ctrl-] key not to be treated as
-    the telnet escape character?
-
-    The default escape characters for telnet in Unix systems is Ctrl-].
-    While using Vim in a telnet session, if you use Ctrl-] to jump to a tag,
-    you will get the telnet prompt.  There are two ways to avoid this problem:
-
-    1. Map the telnet escape character to some other character using
-       the "-e &lt;escape character&gt;" telnet command line option
-
-    2. Disable the telnet escape character using the "-E" telnet
-       command line option.
-
-    Help keyword(s): telnet-CTRL-]
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>How do I pipe
-the output from ex commands into the text buffer?</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=95">http://vim.sf.net/tip_view.php?tip_id=95</A><BR>
-
-This is a *request* for a tip.	I need to be able to pipe the output of a
-:blah ex command into the vim text buffer for editing.	I wanted to do this
-many times for different reasons and could never find a way!
-
-I would just love to be able to do :hi --&gt; textBuffer and examine the output
-at my own leasure scrolling up and down and using vim search commands on it.
-Same thing for :set all, and other things.  Considering that cut and paste
-is horrible in windows, I can't for example do :set guioptions? then cut
-and paste!  So I have to retype it, or cut and paste from the help manual.
-I really want to be able to pipe the output of ex commands into the text
-buffer.  Can someone help me?
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Cooperation
-of Gvim and AutoCad [MTEXT]</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=96">http://vim.sf.net/tip_view.php?tip_id=96</A><BR>
-
-You can - like me :o)  - use gvim, like replacement of internal AutoCad
-MTEXT editor. You need switch variable MTEXTED to "gvim" (or maybe fullpath,
-something like "c:\vim\vim60aq\gvim" ), and to your _vimrc you can put line:
-
-autocmd BufRead,BufNewFile *.tmp source c:\vim\aacad.vim
-
-And when you edit MTEXT in acad, menu AutoCad will be for your use in gvim
-(only in INSERT and VISUAL mode)
-
-[NOTE: Only I can't start gvim like gvim -y (for any other person, not so
-accustomed vith gvim) or start gvim from gvim.lnk or gvim.bat (I'am using
-windows95) and automatic skip to INSERT mode -latest word star, on end of
-script- is without functionality(?) Maybe someone advise me?? ]
-
-Well, script aacad.vim is listed here:
-
-"VIM menu for AutoCad's MTEXT editation "brz;
-mailto:brz@centrum.cz;	8. 8. 2001 " Version Mk.I
-"--------------------------------------------------------------------------
-
-imenu &AutoCad.Insert.Space \~ vmenu &AutoCad.Insert.Space
-&lt;Esc&gt;`&lt;i\~&lt;Esc&gt;% imenu &AutoCad.Insert.Backslash \\
-vmenu &AutoCad.Insert.Backslash &lt;Esc&gt;`&lt;i\\&lt;Esc&gt;% imenu
-&AutoCad.Insert.Brackets \{\}&lt;Esc&gt;F\i vmenu &AutoCad.Insert.Brackets
-&lt;Esc&gt;`&gt;a\}&lt;Esc&gt;`&lt;i\{&lt;Esc&gt;% imenu
-&AutoCad.Insert.Paragraph \P vmenu &AutoCad.Insert.Paragraph
-&lt;Esc&gt;`&gt;a\P&lt;Esc&gt;%
-
-imenu &AutoCad.-SEP1- :
-
-imenu &AutoCad.Colour.Red \C1; vmenu &AutoCad.Colour.Red
-&lt;Esc&gt;`&gt;a\C7;&lt;Esc&gt;`&lt;i\C1;&lt;Esc&gt;% imenu
-&AutoCad.Colour.Yellow \C2; vmenu &AutoCad.Colour.Yellow
-&lt;Esc&gt;`&gt;a\C7;&lt;Esc&gt;`&lt;i\C2;&lt;Esc&gt;% imenu
-&AutoCad.Colour.Green \C3; vmenu &AutoCad.Colour.Green
-&lt;Esc&gt;`&gt;a\C7;&lt;Esc&gt;`&lt;i\C3;&lt;Esc&gt;%
-imenu &AutoCad.Colour.Cyan \C4; vmenu &AutoCad.Colour.Cyan
-&lt;Esc&gt;`&gt;a\C7;&lt;Esc&gt;`&lt;i\C4;&lt;Esc&gt;%
-imenu &AutoCad.Colour.Blue \C5; vmenu &AutoCad.Colour.Blue
-&lt;Esc&gt;`&gt;a\C7;&lt;Esc&gt;`&lt;i\C5;&lt;Esc&gt;% imenu
-&AutoCad.Colour.Violet \C6; vmenu &AutoCad.Colour.Violet
-&lt;Esc&gt;`&gt;a\C7;&lt;Esc&gt;`&lt;i\C6;&lt;Esc&gt;%
-imenu &AutoCad.Colour.Black \C7; vmenu &AutoCad.Colour.Black
-&lt;Esc&gt;`&gt;a\C7;&lt;Esc&gt;`&lt;i\C7;&lt;Esc&gt;% imenu
-&AutoCad.Colour.D_Grey \C8; vmenu &AutoCad.Colour.D_Grey
-&lt;Esc&gt;`&gt;a\C7;&lt;Esc&gt;`&lt;i\C8;&lt;Esc&gt;% imenu
-&AutoCad.Colour.L_Grey \C9; vmenu &AutoCad.Colour.L_Grey
-&lt;Esc&gt;`&gt;a\C7;&lt;Esc&gt;`&lt;i\C9;&lt;Esc&gt;%
-
-imenu &AutoCad.Font.Arial \fArial; vmenu &AutoCad.Font.Arial
-&lt;Esc&gt;`&lt;i\fArial;&lt;Esc&gt;% imenu &AutoCad.Font.Symbol \Fsymbol;
-vmenu &AutoCad.Font.Symbol &lt;Esc&gt;`&lt;i\Fsymbol;&lt;Esc&gt;%
-imenu &AutoCad.Font.RomanC \Fromanc; imenu &AutoCad.Font.RomanC
-&lt;Esc&gt;`&lt;i\Fromanc;&lt;Esc&gt;% imenu &AutoCad.Font.RomanS \Fromans;
-vmenu &AutoCad.Font.RomanS &lt;Esc&gt;`&lt;i\Fromans;&lt;Esc&gt;%
-imenu &AutoCad.Font.RomanD \Fromand; vmenu &AutoCad.Font.RomanD
-&lt;Esc&gt;`&lt;i\Fromand;&lt;Esc&gt;% imenu &AutoCad.Font.RomanT \Fromant;
-vmenu &AutoCad.Font.RomanT &lt;Esc&gt;`&lt;i\Fromant;&lt;Esc&gt;%
-
-imenu &AutoCad.Size.0_5x \H0.5x; vmenu &AutoCad.Size.0_5x
-&lt;Esc&gt;`&lt;i\H0.5x;&lt;Esc&gt;% imenu &AutoCad.Size.1_5x \H1.5x; vmenu
-&AutoCad.Size.1_5x &lt;Esc&gt;`&lt;i\H1.5x;&lt;Esc&gt;% imenu &AutoCad.Size.2x
-\H2x; vmenu &AutoCad.Size.2x &lt;Esc&gt;`&lt;i\H2x;&lt;Esc&gt;%
-imenu &AutoCad.Size.3x \H3x; vmenu &AutoCad.Size.3x
-&lt;Esc&gt;`&lt;i\H3x;&lt;Esc&gt;%
-
-imenu &AutoCad.Effects.Set_Out_1_5 \T1.5; vmenu &AutoCad.Effects.Set_Out_1_5
-&lt;Esc&gt;`&gt;a\T1;&lt;Esc&gt;`&lt;i\T1.5;&lt;Esc&gt;% imenu
-&AutoCad.Effects.Set_Out_2 \T2; vmenu &AutoCad.Effects.Set_Out_2
-&lt;Esc&gt;`&gt;a\T1;&lt;Esc&gt;`&lt;i\T2;&lt;Esc&gt;%
-
-imenu &AutoCad.Effects.-SEP3- : imenu
-&AutoCad.Effects.Tilt_15deg \Q15; vmenu &AutoCad.Effects.Tilt_15deg
-&lt;Esc&gt;`&gt;a\Q0;&lt;Esc&gt;`&lt;i\Q10;&lt;Esc&gt;% imenu
-&AutoCad.Effects.Tilt_20deg \Q20; vmenu &AutoCad.Effects.Tilt_20deg
-&lt;Esc&gt;`&gt;a\Q0;&lt;Esc&gt;`&lt;i\Q20;&lt;Esc&gt;% imenu
-&AutoCad.Effects.Tilt_30deg \Q30; vmenu &AutoCad.Effects.Tilt_30deg
-&lt;Esc&gt;`&gt;a\Q0;&lt;Esc&gt;`&lt;i\Q30;&lt;Esc&gt;%
-
-imenu &AutoCad.Effects.-SEP4- : imenu &AutoCad.Effects.Change_Width_0_5x
-\W0.5; vmenu &AutoCad.Effects.Change_Width_0_5x
-&lt;Esc&gt;`&gt;a\W1;&lt;Esc&gt;`&lt;i\W0.5;&lt;Esc&gt;% imenu
-&AutoCad.Effects.Change_Width_2x \W2; vmenu &AutoCad.Effects.Change_Width_2x
-&lt;Esc&gt;`&gt;a\W1;&lt;Esc&gt;`&lt;i\W2;&lt;Esc&gt;%
-
-imenu &AutoCad.Effects.-SEP5- : imenu &AutoCad.Effects.Justify_Down \A0;
-vmenu &AutoCad.Effects.Justify_Down &lt;Esc&gt;`&lt;i\A0;&lt;Esc&gt;%
-imenu &AutoCad.Effects.Justify_Middle \A1; vmenu
-&AutoCad.Effects.Justify_Middle &lt;Esc&gt;`&lt;i\A1;&lt;Esc&gt;%
-imenu &AutoCad.Effects.Justify_Up \A2; vmenu &AutoCad.Effects.Justify_Up
-&lt;Esc&gt;`&lt;i\A2;&lt;Esc&gt;% imenu &AutoCad.Effects.Overlined_Characters
-\O\o&lt;Esc&gt;F\i vmenu &AutoCad.Effects.Overlined_Characters
-&lt;Esc&gt;`&gt;a\O&lt;Esc&gt;`&lt;i\o&lt;Esc&gt;% imenu
-&AutoCad.Effects.Underlined_Characters \L\l&lt;Esc&gt;F\i
-vmenu &AutoCad.Effects.Underlined_Characters
-&lt;Esc&gt;`&gt;a\l&lt;Esc&gt;`&lt;i\L&lt;Esc&gt;% imenu
-&AutoCad.Effects.Index_Top \S^;
-
-imenu &AutoCad.-SEP6- : imenu &AutoCad.Help &lt;CR&gt;&lt;CR&gt;***Quit
-Editor: press Alt-F4 and 'No' ***&lt;CR&gt;&lt;CR&gt;
-
-star
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>How
-do I add a current time string inside Vim?</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=97">http://vim.sf.net/tip_view.php?tip_id=97</A><BR>
-
-This is a *request* for a tip.	Sometimes (eg. editing HTML pages) I need
-to add a timestamp string to my editing buffer.  On UNIX systems, I can use
-  :r!date
-to get a localized date time string; but on Windows ('date' on Windows will
-query the user to input new date) or other platforms which does not have
-'date' command, how do I get a timestamp easily?
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Getting
-vim help from mailing lists and newsgroups.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=98">http://vim.sf.net/tip_view.php?tip_id=98</A><BR>
-
-There have been a few "requests for tips" entered into the tips database
-lately.  If you have specific questions that aren't answered by the existing
-tips, there are a couple of resources that may be more appropriate:
-
-The mailing list vim@vim.org is for vim users.	If you send an email
-to vim-help@vim.org, you'll get a message back telling you how
-to subscribe, as well as how to request old messages and contact
-the list maintainer.  This mailing list is also archived at <A
-HREF="http://groups.yahoo.com/group/vim.">http://groups.yahoo.com/group/vim.</A><BR>
-
-The newsgroup comp.editors discusses many different editors, but most of
-the traffic is about vim.  When posting, it is appreciated if you include
-"vim" in the subject line.  The comp.editors newsgroup is archived at <A
-HREF="http://groups.google.com/groups?hl=en&safe=off&group=comp.editors.">http://groups.google.com/groups?hl=en&safe=off&group=comp.editors.</A><BR>
-
-Using the tips database for asking questions is not likely to work well.
-For example, if you ask a question titled "Searching for strings in a file"
-and I read this site and see that tip, I'm not going to read it if I already
-know how to search for strings in a file.  In comp.editors and vim@vim.org,
-people expect to find questions from others and are therefore more likely
-to see your questions.
-
-After finding the answer to your question, please consider whether it would
-make an appropriate tip, and if so, add it to the tips database.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>How to
-tell what syntax highlighting group *that* is!</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=99">http://vim.sf.net/tip_view.php?tip_id=99</A><BR>
-
-Here's a (what should be a one-line) map to help you tell just what syntax
-highlighting groups the item under the cursor actually is:
-
-map  &lt;F10&gt;  :echo "hi&lt;"
-. synIDattr(synID(line("."),col("."),1),"name") . '&gt; trans&lt;'
-. synIDattr(synID(line("."),col("."),0),"name") . "&gt; lo&lt;"
-. synIDattr(synIDtrans(synID(line("."),col("."),1)),"name") . "&gt;"&lt;CR&gt;
-
-Once known you can override the current highlighting with whatever you want.
-If you're debugging a syntax highlighting file (a rare occupation), sometimes
-you'll wish to know the entire chain of syntax highlighting.  For that,
-check out
-
-<A
-HREF="http://www.erols.com/astronaut/vim/vimscript/hilinks.vim">http://www.erols.com/astronaut/vim/vimscript/hilinks.vim</A><BR>
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Jump to
-tag (e.g. help topic) with German keyboard (PC)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=100">http://vim.sf.net/tip_view.php?tip_id=100</A><BR>
-
-You're a newbie in vim and need some ":help"? Well, help.txt reads:
-
-"Jump to a subject:  Position the cursor on a tag between |bars| and hit
-CTRL-]."
-
-Unfortunately there is no "]" key on German keyboards. On Win32 try CTRL-+
-(Strg-+), on Linux console I use CTRL-AltGr-9 (Strg-AltGr-9).
-
-Kind regards
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Change automatically
-to the directory the file in the current buffer is in</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=101">http://vim.sf.net/tip_view.php?tip_id=101</A><BR>
-
-To change automatically to the directory the file in the current buffer is
-in add a line (below)  to the file .vimrc .  The file .vimrc should have
-the following if-statement to control the autocmd feature:
-
-  if has("autocmd")
-
-    &lt; ... lot of autocmd stuff ... &gt;
-
-    " Change to the directory the file in your current buffer is in autocmd
-    BufEnter * :cd %:p:h
-
-  endif " has("autocmd")
-
-Add the line above the endif and restart vim/gvim.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>smart
-mapping for tab completion</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=102">http://vim.sf.net/tip_view.php?tip_id=102</A><BR>
-
-I'm used to complete words with &lt;tab&gt;, however when editing source
-I can't just map that to vim keyword completion because I sometime need to
-insert real tabs, since it mostly happen when at the beginning of the line or
-after a ; and before a one line comma (java, c++ or perl anyone...) I've come
-to find the following really usefull This is how you can map the &lt;tab&gt;
-key in insert mode while still being able to use it when at the start of
-a line or when the preceding char is not a keyword character.  in a script
-file in a plugin directory or in your .vimrc file: first define a function
-which returns a &lt;tab&gt; or a &lt;C-N&gt; depending on the context:
-
-function InsertTabWrapper()
-      let col = col('.') - 1 if !col || getline('.')[col - 1] !~ '\k'
-	  return "\&lt;tab&gt;"
-      else
-	  return "\&lt;c-p&gt;"
-      endif
-endfunction
-
-then define the appropriate mapping: inoremap &lt;tab&gt;
-&lt;c-r&gt;=InsertTabWrapper()&lt;cr&gt;
-
-the trick here is the use of the &lt;c-r&gt;= in insert mode to be able to
-call your function without leaving insert mode.  :help i_CTRL-R Benoit
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Move
-to next/previous line with same indentation</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=103">http://vim.sf.net/tip_view.php?tip_id=103</A><BR>
-
-When working with Python and other languages which don't use braces, it's
-useful to be able to jump to and from lines which have the same indentation
-as the line you are currently on.
-
-nn &lt;M-,&gt; k:call search ("^". matchstr (getline (line (".")+ 1),
-'\(\s*\)') ."\\S", 'b')&lt;CR&gt;^ nn &lt;M-.&gt; :call search ("^". matchstr
-(getline (line (".")), '\(\s*\)') ."\\S")&lt;CR&gt;^
-
-will map Alt-&lt; and Alt-&gt; in Normal mode to upward and downward searching
-for lines with the same indent as the current line.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>using
-vim to complement Perl's DBI::Shell</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=104">http://vim.sf.net/tip_view.php?tip_id=104</A><BR>
-
-DBI::Shell is a Perl module that is used as a shell interface to Perl's
-popular DBI (database interface) package. Forget your favorite SQL navigation
-gui and give this method a shot. This has only been tested in UNIX.
-
-1. run dbish (runs DBI::Shell; installed with DBI::Shell) and connect to any
-database 2. in dbish, set /format box 3. enter your query 4. to execute query,
-type "/ | vim -"
-
-This runs the query and pipes the output to the standard input of vim. Here
-are some follow-up tips: -use gvim instead of vim so a new window will pop
-up -set nowrap once in vim -make a syntax highlighting file for me!
-
--Adam Monsen
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>combining move and scroll</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=105">http://vim.sf.net/tip_view.php?tip_id=105</A><BR>
-
-I sometimes found myself moving down a few lines with j, then scrolling
-down about the same number of lines with &lt;C-E&gt; to put the cursor in
-roughly the same place as it started.  I decided I wanted to map &lt;C-J&gt;
-(and &lt;C-K&gt;, respectively) to the move-and-scroll operation.  First, I did
-
-    :map &lt;C-J&gt; &lt;C-E&gt;j
-
-This was pretty good, but behaved funny at the beginning and end of files.
-Then, I realized that &lt;C-D&gt; already combined move and scroll, so I
-figured that giving &lt;C-D&gt; a count of 1 would do it:
-
-    :map &lt;C-J&gt; 1&lt;C-D&gt;
-
-Unfortunately, this permanently attaches a count to &lt;C-D&gt; (ugh!),
-so I have to undo that:
-
-    :map &lt;C-J&gt; 1&lt;C-D&gt;:set scroll=0&lt;CR&gt;
-
-This has the drawback of not necessarily resetting scroll to its original
-value, but since I never change scroll, it's good enough for me.  It would be
-nice if there were a version of &lt;C-D&gt; that did not have the side-affect
-of changing scroll.
-
-Happy vimming, Andrew
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Supersimple one-line solution</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=106">http://vim.sf.net/tip_view.php?tip_id=106</A><BR>
-
-Hallo, next solution for _most_simple_ signature rotater: You can
-only put one line to your .vimrc || _vimrc: map &lt;Leader&gt;ms :e
-c:\sign.txt&lt;CR&gt;ggV/--&lt;CR&gt;k"*xG$a&lt;C-R&gt;&lt;C-O&gt;*&lt;Esc&gt;:w&lt;CR&gt;:bd&lt;CR&gt;G$a&lt;C-M&gt;&lt;Esc&gt;"*P
-
-Must exist file (from eg above) c:\sign.txt, with content: -- first signature
--- second signature -- third signature --
-
-When You finished mail, only call shortcut \ms and 'first signature' will
-be insert in your mail. In c:\sign.txt will be first signature pushed
-to the end of this file. When You want use other signature, only press
-'u' and \ms again (Or You can change \ms to e.g. &lt;F12&gt;, indeed. )
-You can change this and append one part like 'basic' from command and
-append 'changing' part from .signature file, as you like...  Ok, one
-unpleasant thing is here: your signature must not contain '--' (signature
-separator)...  Anyhow, I find it useful brz* &lt;brz@centrum.cz&gt; <A
-HREF="http://brz.d2.cz/">http://brz.d2.cz/</A><BR>
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>convert enum to string table</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=107">http://vim.sf.net/tip_view.php?tip_id=107</A><BR>
-
-When testing your own C/C++ programs you sometimes wish to have a trace output,
-which shows you, which enum value is used.  You can do this by creating
-a string table for that enum type, which contains the enum identifyer as
-a string.  e.g.  printf ("%s", MyEnumStringTable [ MyEnumVal] );
-
-You can create the complete string table by - marking the lines containing
-the complete typedef enum - select menu C/C++.transform enum2Stringtab
-
-You can create string table entries by - marking the lines within the typedef
-enum - select menu C/C++.transform enum2String
-
-This makes it easy to keep the enum (on changes) consistent to the string
-table.
-
-Add the following lines to your _GVIMRC file: 31amenu C/C++.transform\
-enum2Stringtab	       :s#[    ]*\\(\\w\\+\\)#/* \\1   */
-"\\1"#&lt;CR&gt;o};&lt;ESC&gt;uOstatic const char* const Names[] =
-{&lt;ESC&gt;&lt;CR&gt;/sdfsdf&lt;CR&gt; 31vmenu C/C++.transform\ enum2Stringtab
-:s#[	]*\\(\\w\\+\\)#/* \\1	*/	"\\1"#&lt;CR&gt;o};&lt;ESC&gt;uOstatic
-const char* const Names[] = {&lt;ESC&gt;&lt;CR&gt;/sdfsdf&lt;CR&gt;
-
-31amenu C/C++.transform\ enum2String	:s#[	]*\\(\\w\\+\\)#/*
-\\1   */      "\\1"#&lt;CR&gt;o}&lt;ESC&gt;/sdfsdf&lt;CR&gt; 31vmenu
-C/C++.transform\ enum2String	:s#[	]*\\(\\w\\+\\)#/* \\1	*/
-"\\1"#&lt;CR&gt;o}&lt;ESC&gt;/sdfsdf&lt;CR&gt;
-
-hint: '/sdfsdf' is added for deactivating search highlighting, ok, you'll
-sure find a better way to do this.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Toggle
-a fold with a single keystroke</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=108">http://vim.sf.net/tip_view.php?tip_id=108</A><BR>
-
-When viewing/editing a folded file, it is often needed to inspect/close
-some fold.  To speed up these operation use the following (put in your
-$HOME/.vimrc):
-
-" Toggle fold state between closed and opened.	" " If there is no fold at
-current line, just moves forward.  " If it is present, reverse it's state.
-fun! ToggleFold()
-	if foldlevel('.') == 0
-		normal! l
-	else
-		if foldclosed('.') &lt; 0
-			. foldclose
-		else
-			. foldopen
-		endif
-	endif " Clear status line echo
-endfun
-
-" Map this function to Space key.  noremap &lt;space&gt; :call
-ToggleFold()&lt;CR&gt;
-
-See :help folding for more information about folding.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>jump between files</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=109">http://vim.sf.net/tip_view.php?tip_id=109</A><BR>
-
-Often I know I'm likely to edit many files. I run 'vim *.pl' and get a whole
-bunch of open files.
-
-To make jumping between files to a pleasure, I defined to mapss:
-
-map &lt;f1&gt; :previous&lt;cr&gt; map &lt;f2&gt; :next&lt;cr&gt;
-
-Press F1 to go back and F2 to go forward.
-
--- Kirill
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>text-&gt;html table converter.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=110">http://vim.sf.net/tip_view.php?tip_id=110</A><BR>
-
-Below are two functions and a mapping which will convert lines of plain
-text into HTML table code.  For example, you have several lines like:
------------------------------------------------ 1 2 3
-
-4 5 6 --------------------------------------------------- by visualizing
-all the 7 lines and press &lt;F5&gt;, you can change the text into
-&lt;table&gt;&lt;tr&gt;
-   &lt;td&gt;1&lt;/td&gt; &lt;td&gt;2&lt;/td&gt; &lt;td&gt;3&lt;/td&gt;
-&lt;/tr&gt;&lt;tr&gt;
-   &lt;td&gt;4&lt;/td&gt; &lt;td&gt;5&lt;/td&gt; &lt;td&gt;6&lt;/td&gt;
-&lt;/tr&gt;&lt;/table&gt; which will eventually render into a table.  So the
-rule is: Every line is a table item, every empty line means starting of a
-new table row.
-
-"A text-&gt;html table code converter "By: Wenzhi Liang wzhliang@yahoo.com
-"You can distribute/change this file freely as long as you keep the title
-area. Thanks
-
-func Table()
-	let end=line("'&gt;") let start=line("'&lt;") let i=start
-
-	wh i &lt;= end
-		exe ":" . i let e=Empty() if e == 1
-			exe "normal I&lt;/tr&gt;&lt;tr&gt;"
-		else
-			exe "normal I&lt;td&gt;A&lt;/td&gt;&gt;&gt;"
-		endif let i=i+1
-	endwh
-
-	exe "normal o&lt;/tr&gt;&lt;/table&gt;&lt;&lt;" exe ":" . start exe
-	"normal O&lt;table&gt;&lt;tr&gt;&lt;&lt;"
-endfunc
-
-vmap &lt;F5&gt; &lt;ESC&gt;:call Table()&lt;CR&gt;
-
-func Empty()
-	let line_nr= line (".")  let a=getline ( line_nr ) let m=match(a,
-	"\\S") if m == -1
-		return 1
-	else
-		return 0
-	endif
-endfunc
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Printing with
-syntax highlighting independent of your normal highlighting</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=111">http://vim.sf.net/tip_view.php?tip_id=111</A><BR>
-
-I have found it undesirable to use :hardcopy directly because it uses the
-current syntax highlighting to determine how to print the text.  For example,
-I like to print comments in italics, but I don't like italic fonts on the
-screen. This tip will show you how to set up a colorscheme for printing and
-use it only when you print.
-
-I copied an existing colorscheme to ~/.vim/colors/print.vim, and changed
-all the lines like this:
-
-  highlight Normal ctermbg=DarkGrey ctermfg=White guifg=White guibg=grey20
-to this:
-  highlight clear Normal
-
-Then I set the syntax groups how I wanted them to be printed on the printer:
-
-  highlight Comment	   term=italic	  cterm=italic	  gui=italic highlight
-  Constant	 term=bold	cterm=bold	gui=bold etc....
-
-I then defined the following command in my .vimrc file:
-
-command! -nargs=* Hardcopy call DoMyPrint("&lt;args&gt;")
-
-And, finally, I defined this function in my .vimrc:
-
-function DoMyPrint(args)
-    let colorsave=g:colors_name color print exec "hardcopy ".a:args exec
-    'color '.colorsave
-endfunction
-
-After this is complete, you can do:
-   :Hardcopy &gt; /tmp/out.ps
-or just
-   :Hardcopy
-(Note the capital H)
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Back
-and forth between indented lines again</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=112">http://vim.sf.net/tip_view.php?tip_id=112</A><BR>
-
-Paul Wright posted a tip which explained how to jump back and forth between
-lines with the same indentation level. I do this a lot, so I came up with
-this slightly more comprehensive solution.
-
-The example mappings below work as follows:
-
-[l and ]l jump to the previous or the next line with the same indentation
-level as the one you're currently on.
-
-[L and ]L jump to the previous or the next line with an indentation level
-lower than the line you're currently on.
-
-These movements also work in visual mode and (only as of one of the 6.0 alpha
-versions) in operator pending mode, meaning that you can do a d]l. The motion
-is specified as being exclusive when in operator pending mode.
-
-When might you use this? If you're writing programs in Python, Haskell,
-or editing XML files, they will be very useful. E.g. in XML you can jump to
-the outer enclosing tag, or the next matching tag. I use it for practically
-anything I edit, so it's not limited to this.
-
-" " NextIndent() " " Jump to the next or previous line that has the same level
-or a lower " level of indentation than the current line.  " " exclusive (bool):
-true:  Motion is exclusive "			 false: Motion is inclusive "
-fwd (bool):	    true:  Go to next line "			 false: Go to
-previous line " lowerlevel (bool):  true:  Go to line with lower indentation
-level "			    false: Go to line with the same indentation level
-" skipblanks (bool):  true:  Skip blank lines "			    false:
-Don't skip blank lines
-
-function! NextIndent(exclusive, fwd, lowerlevel, skipblanks)
-	let line = line('.')  let column = col('.')  let lastline = line('$')
-	let indent = indent(line) let stepvalue = a:fwd ? 1 : -1
-
-	while (line &gt; 0 && line &lt;= lastline)
-		let line = line + stepvalue if (    ! a:lowerlevel &&
-		indent(line) == indent ||
-				\ a:lowerlevel && indent(line) &lt; indent)
-			if (! a:skipblanks || strlen(getline(line)) &gt; 0)
-				if (a:exclusive)
-					let line = line - stepvalue
-				endif exe line exe "normal " column . "|"
-				return
-			endif
-		endif
-	endwhile
-endfunc
-
-" Moving back and forth between lines of same or lower indentation.
-nnoremap &lt;silent&gt; [l :call NextIndent(0, 0, 0, 1)&lt;cr&gt;
-nnoremap &lt;silent&gt; ]l :call NextIndent(0, 1, 0, 1)&lt;cr&gt;
-nnoremap &lt;silent&gt; [L :call NextIndent(0, 0, 1, 1)&lt;cr&gt;
-nnoremap &lt;silent&gt; ]L :call NextIndent(0, 1, 1, 1)&lt;cr&gt; vnoremap
-&lt;silent&gt; [l &lt;esc&gt;:call NextIndent(0, 0, 0, 1)&lt;cr&gt;m'gv''
-vnoremap &lt;silent&gt; ]l &lt;esc&gt;:call NextIndent(0, 1, 0,
-1)&lt;cr&gt;m'gv'' vnoremap &lt;silent&gt; [L &lt;esc&gt;:call NextIndent(0, 0,
-1, 1)&lt;cr&gt;m'gv'' vnoremap &lt;silent&gt; ]L &lt;esc&gt;:call NextIndent(0,
-1, 1, 1)&lt;cr&gt;m'gv'' onoremap &lt;silent&gt; [l :call NextIndent(0, 0, 0,
-1)&lt;cr&gt; onoremap &lt;silent&gt; ]l :call NextIndent(0, 1, 0, 1)&lt;cr&gt;
-onoremap &lt;silent&gt; [L :call NextIndent(1, 0, 1, 1)&lt;cr&gt; onoremap
-&lt;silent&gt; ]L :call NextIndent(1, 1, 1, 1)&lt;cr&gt;
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Translator
-in vim (Windows solution)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=113">http://vim.sf.net/tip_view.php?tip_id=113</A><BR>
-
-Hallo, today I found script "translate.vim", but on Windows this will be
-probably difficult to run it (maybe with Cygwin is it possible). I've simpler
-solution of keymap for vim interlacing to dictionary: Must exist file with
-vocabulary (e.g. "an-cs.txt"), which is called for word under cursor. In
-'normal' is only displayed window with translations, in 'insert' is word
-under cursor deleted and is insert selected form of word from translantion
-window (select it by mouse and than press right button: It works fine on
-W2k). Key _F12_ is looking for "word", shifted _S-F12_ is looking for
-"pattern".  For windows is needed agrep, which is localy placed on <A
-HREF="http://www.tgries.de/agrep/index.html">http://www.tgries.de/agrep/index.html</A><BR>
-
-map &lt;F12&gt; b"*yw&lt;Esc&gt;:! c:/bin/agrep -wih
-&lt;C-R&gt;* "c:/dict/an-cs.txt"&lt;CR&gt; imap &lt;F12&gt;
-&lt;Esc&gt;b"*yw&lt;Esc&gt;:! c:/bin/agrep -wih &lt;C-R&gt;*
-"c:/dict/an-cs.txt"&lt;CR&gt;dwi &lt;C-R&gt;* map &lt;S-F12&gt;
-b"*yw&lt;Esc&gt;:! c:/bin/agrep -ih &lt;C-R&gt;* "c:/dict/an-cs.txt"&lt;CR&gt;
-imap &lt;S-F12&gt; &lt;Esc&gt;b"*yw&lt;Esc&gt;:! c:/bin/agrep -ih &lt;C-R&gt;*
-"c:/dict/an-cs.txt"&lt;CR&gt;dwi &lt;C-R&gt;*
-
-brz* &lt;brz@centrum.cz&gt;
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Browsing by  paragraph</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=114">http://vim.sf.net/tip_view.php?tip_id=114</A><BR>
-
-It can be done by reaching the blank lines in up and down directions just
-by pressing
-
-{    ----  For going to the blank line above the paragraph }	----  For
-going to the blank line below the paragraph
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Browsing by  paragraph</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=115">http://vim.sf.net/tip_view.php?tip_id=115</A><BR>
-
-It can be done by reaching the blank lines in up and down directions just
-by pressing
-
-{    ----  For going to the blank line above the paragraph }	----  For
-going to the blank line below the paragraph
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Search all
-occurances of the word under cursor in all the open files</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=116">http://vim.sf.net/tip_view.php?tip_id=116</A><BR>
-
-Sometimes it is useful to know all the occurances of the word under cursor in
-all the open files. This can be done by pressing [I ( bracket and capital I )
-. it shows the results found in the command window.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>FAST
-SEARCH ACROSS THE PROJECT</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=117">http://vim.sf.net/tip_view.php?tip_id=117</A><BR>
-
-Searching for a word across the project wastes most of the
-developres time, which can be avoided by the use of GNU Id_utils
-with VIM.  The procedure needs to be followed is as follows:
-download GNU idutils 3.2d (mkid,lid,fid,fnid,xtokid) from <A
-HREF="http://www.mossbayeng.com/~ron/vim/builds.html">http://www.mossbayeng.com/~ron/vim/builds.html</A><BR>
-
-uncompress and store these files in the directory from where vim is running.
-
-goto the top level directory of the project, and run mkid, it will create ID
-file in that directory (As it is time consuming process, so be patient). copy
-this file ID to the directory from where vim is running.
-
-USAGE:
-
-Put these lines in your .vimrc:
-
-	map _u :call ID_search()&lt;Bar&gt;execute "/\\&lt;" . g:word
-	. "\\&gt;"&lt;CR&gt; map _n :n&lt;Bar&gt;execute "/\\&lt;" . g:word
-	. "\\&gt;"&lt;CR&gt;
-
-	function ID_search()
-	  let g:word = expand("&lt;cword&gt;") let x = system("lid --key=none
-	  ". g:word) let x = substitute(x, "\n", " ", "g") execute "next " . x
-	endfun
-
-To use it, place the cursor on a word, type "_u" and vim will load the file
-that contains the word.  Search for the next ocurance of the word in the
-same file with "n".  Go to the next file with "_n".
-
-The mapping of "_u" and "_n" can be done to some other key as per your
-preference but I use ^K and ^L for this purpose.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Configuring
-gVim as Internet Explorer 'View Source' editor</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=118">http://vim.sf.net/tip_view.php?tip_id=118</A><BR>
-
-Within the registry, you can specify the source editor to be used by Internet
-Explorer when {View|Source} is selected. Unfortunately, you can't specify a
-quoted filename argument here, i.e. "%1". The editor specified is supposed
-to handle filenames which contain spaces. This will cause problems for
-Vim because Vim treats each space as an argument separator. If an unquoted
-filename contains spaces, Vim treats the filename as multiple arguments and
-will open multiple files instead of one. To workaround this problem a quoted
-filename has to be passed to Vim. This can be done by creating the following
-Visual Basic Script file gVim.vbs:
-
-'--- gVim.vbs -----------------------------------------------------------------
-'function: Start gvim, combining multiple arguments to single file argument.
-'changes:  20010905: Quoted 'oWShell.Run' filename argument, allowing spaces.
-'	   20010518: Created.  'author:   Freddy Vulto &lt;fvu@fvu.myweb.nl&gt;
-
-  ' Making variable declaration mandatory
-option explicit
-
-dim oWShell, sArg, sFile
-
-  ' Create script object
-set oWShell = CreateObject("wscript.shell")
-  ' Loop through arguments
-for each sArg in wscript.arguments
-    ' Add argument to filename
-  sFile = sFile & sArg & " "
-next
-  ' Remove excess space
-sFile = Trim(sFile)
-  ' Run Vim with file argument.  Additional arguments: ' -R: View file
-  readonly ' -c "set syntax=html": Use HTML syntax-highlighting '    NOTE:
-  Use "-c ""set ft=html""" to make it work for Vim v6.
-oWShell.Run _
-  """D:\Programs\Vim\Vim58\gvim.exe """ & _ "-R """ & sFile & """ " & _
-  "-c ""set syntax=html"""
-
-  ' Destroy script object
-set oWShell = NOTHING
-
-The source editor now can be specified by adding the following key to the
-registry:
-
-HKEY_LOCAL_MACHINE |- Software
-   |- Microsoft
-      |- Internet Explorer
-	 |- View Source Editor
-	    |- Editor Name	 (Default) = D:\Programs\Vim\gvim.vbs
-
-Freddy Vulto &lt;fvu@fvu.myweb.nl&gt; <A
-HREF="http://fvu.myweb.nl/Projects/Vim/Web/vim.htm">http://fvu.myweb.nl/Projects/Vim/Web/vim.htm</A><BR>
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Explorer startup and shutdown</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=119">http://vim.sf.net/tip_view.php?tip_id=119</A><BR>
-
-I really like the new explorer window, but I wanted it to function a little
-more seemlessly in the editor.	The following code does two things.  First,
-the explorer is started when vim is started.   I also noticed and fixed
-that the explorers size is not equal to the window size, hence the strange
-behavior when popping between two windows.  The other major function of
-the code is to close the explorer when it's the only window that's left.
-I'd actually like to take this a step further and close the window if the
-last _document_ window is closed.  I'd prefer that multiple explorers or help
-windows don't keep the application running - only having a file open keeps the
-application running.  But I didn't see an easy way to do this... anyone else?
-
-BTW, thank you Bram for the help figuring this out.
-
-Code (which currently lives in my _vimrc):
-
-" FILE BROWSER STARTUP func OpenFileWindow()
-	" :runtime plugin/*.vim		" this would be useful if you were
-	calling this
-				"   function from the .vimrc directly
-	let g:explDetailedList=1	" show size and date by default let
-	g:explVertical=1	    " Split vertically let g:explStartRight=0
-	" Put new explorer window to the left of the current window :Sexplore
-	set nonu set winwidth=15	 " Make the width of the window match
-	the explorer setting "let g:explVertical=0	     " Split vertically
-	doautocmd fileExplorer BufEnter " Forces the directory refresh to
-	occur :winc l		      " change to the document window
-endfunc
-
-func CloseIfLast()
-	if exists("b:completePath")	" this is how I determine that I'm
-	in an explorer window
-		let n = winnr() wincmd p if n == winnr()
-			quit	" quit the window
-		endif wincmd p
-	endif
-endfunc
-
-if has("autocmd")
-	if !exists("rudyautocommands")
-		let rudyautocommands = 1 autocmd VimEnter * call
-		OpenFileWindow() autocmd WinEnter * call CloseIfLast()
-
-	endif
-endif
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Compiling
-Java with Sun JDK (javac) within VIM</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=120">http://vim.sf.net/tip_view.php?tip_id=120</A><BR>
-
-The $VIMRUNTIME/compiler has 'jikes.vim', but there's nothing for traditional
-Sun JDK(javac), so I tried (Only tested on Win 2000):
-
-" Vim Compiler File    javac.vim " Compiler:	 Sun/IBM JDK: Javac
-
-if exists("current_compiler")
-  finish
-endif let current_compiler = "javac"
-
-" Javac defaults to printing output on stderr and no options can convert,
-so we have to set 'shellpipe' setlocal shellpipe=2&gt; " 2&gt; works on Win
-NT and UNIX setlocal makeprg=javac\ #&lt;.java setlocal errorformat=%f:%l:%m
-" Sorry I'm not familiar with 'errorformat', so I set it very simple.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Using
-vim as a syntax-highlighting pager</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=121">http://vim.sf.net/tip_view.php?tip_id=121</A><BR>
-
-If you want to use Vim's syntax highlighting in a "more"-style pager, here's
-one way to set it up:
-
-First, create a vimrc like the following -- I called mine ~/.vimrc.more
-
----8&lt;---cut here---8&lt;--- " No compatibility -- necessary for mappings
-to work.  set nocompatible
-
-" Status line set laststatus=0 set cmdheight=1 set nomodifiable        "
-Only in version 6.0 set readonly
-
-" Syntax colouring -- lines taken from syntax.txt discussion on colour xterms.
-" See ':help color-xterm'. Use appropriate lines for your own set-up.
-if has("terminfo")
-    set t_Co=16 set t_Sf=[3%p1%dm set t_Sb=[4%p1%dm
-else
-    set t_Co=16 set t_Sf=[3%dm set t_Sb=[4%dm
-endif " My xterms have a navy-blue background, so I need this line too.
-set background=dark " Turn syntax on syntax on
-
-" Key bindings.  nmap b &lt;C-B&gt;&lt;C-G&gt; nmap q :q&lt;CR&gt; " To
-type the following line, type *two* C-V's followed by two spaces. This "
-is how you map the spacebar.  nmap ^V  &lt;C-F&gt;&lt;C-G&gt; ---8&lt;---cut
-here---8&lt;---
-
-Then, to use this .vimrc, add an alias. If you're using tcsh, the syntax
-will be something like:
-
-alias vmore "vim -u ~/.vimrc.more"
-
-Then you can type "vmore [filename]" to view a file in this "pager". Spacebar
-will move down, 'b' will move back up, and 'q' quits. You can add mappings
-for other keys if you want to, also.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Skip
-blank lines when folding text.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=122">http://vim.sf.net/tip_view.php?tip_id=122</A><BR>
-
-I love the text folding capabilities of vim.  I didn't like that it would
-display the first line of the range as the "title" for the fold.  I like
-to write my comments with the "/*" on a line by itself.  So I wrote this
-little function that will skip over anything that isn't a character, and
-then display whatever it finds after that character.
-
-Just include this in your ~/.vimrc (or ~/.gvimrc):
-
-function GetFirstLineWithChars()
-	let line_num = 0 let charline = matchstr(getline(v:foldstart),
-	'[a-zA-Z][a-zA-Z ]*') while strlen(charline) == 0
-		let line_num = line_num + 1 let charline =
-		matchstr(getline(v:foldstart + line_num), '[a-zA-Z][a-zA-Z ]*')
-	endw return charline
-endfunction set
-foldtext='+'.v:folddashes.substitute(GetFirstLineWithChars(),'\\\/\\\/\\\|\\*\\\|\\*\\\|{{{\\d\\=','','g')
-set fillchars=fold: hi folded guibg=black guifg=yellow gui=bold
-
-And as an added bonus, for those new to text folding, add this to your .vimrc
-file too:
-
-autocmd BufWinLeave *.* mkview autocmd BufWinEnter *.* silent loadview
-
-That way whatever folds you set won't get lost when you quit.  I had that
-happen after spending 15 minutes folding up a 3000+ line file.	Happy vimming!
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>use
-functionality similar to the * search on multiple files</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=123">http://vim.sf.net/tip_view.php?tip_id=123</A><BR>
-
-The use of star as in vimtip#1 and vimtip#5 is great, here is how to use
-this type of search accross a whole directory: Just add the mappings (or
-choose different letter combinations): map gr :grep &lt;cword&gt; *&lt;cr&gt;
-map gr :grep &lt;cword&gt; %:p:h/*&lt;cr&gt; map gR :grep \b&lt;cword&gt;\b
-*&lt;cr&gt; map GR :grep \b&lt;cword&gt;\b %:p:h/*&lt;cr&gt;
-
-mapping one will search for the word under the cursor (like g*) in any of
-the files in the current directory mapping two will search for the word
-under the cursor (like g*) in any of the files in the same directory as the
-current file mapping three will search for the word under the cursor by itself
-(i.e. surrounded by word boundary like *) in any of the files in the current
-directory mapping four will search for the word under the cursor by itself
-(i.e. surrounded by word boundary like *) in any of the files in the same
-directory as the current file
-
-Benoit
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Number a group of lines</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=124">http://vim.sf.net/tip_view.php?tip_id=124</A><BR>
-
-Below is a way to number a set of lines.  Here is an exaple before and
-after snapshot:
-
-apple bob pear tree
-
-1 apple 2 bob 3 pear 4 tree
-
-" Description: " This provides a command and a function.  They both can be
-called with or " without a range.  In addition, they can be called with or
-without " arguments.  Without a range they operate on the current line.  " "
-There are two supported arguments.  They are described below: "     arg1 -&gt;
-the number to start at.  The default is one.  This will "	      number
-your selected lines sequentially.  The start can be a "		    number,
-., $, or, 'x (like getline).  "     arg2 -&gt; Text to append after numbers.
-The default is a space.  " " Examples: "     To provide your functionality:
-"	  :%Nlist 20 "	       :%call Nlist(20) "     To make a list start at
-1: "	     :'&lt;,'&gt;Nlist "	 :'&lt;,'&gt;call Nlist() "	To
-number the whole buffer (with it's actual line number): "	  :%Nlist "
-:%call Nlist() "     To number a subset of lines with their line number (and
-put a '] ' in "     front of every number): "	      :'&lt;,'&gt;Nlist . ]\
-"	  :'&lt;,'&gt;call Nlist(".", "] ")
-
-command! -nargs=* -range Nlist &lt;line1&gt;,&lt;line2&gt;call
-Nlist(&lt;f-args&gt;) function! Nlist(...) range
-    if 2 == a:0
-	let start = a:1 let append = a:2
-    elseif 1 == a:0
-	let start = a:1 let append = " "
-    else
-	let start = 1 let append = " "
-    endif
-
-    " try to work like getline (i.e. allow the user to pass in . $ or 'x)
-    if 0 == (start + 0)
-	let start = line(start)
-    endif
-
-    exe a:firstline . "," . a:lastline
-    . 's/^/\=line(".")-a:firstline+start.append/'
-endfunction
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Auto commenting for "}"</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=125">http://vim.sf.net/tip_view.php?tip_id=125</A><BR>
-
-I always wanted a script that would auto-comment the end of a conditional
-block.	So, I wrote one.  This function searches for the previous matching
-"{", grabs the line, and inserts it as a comment after the "}".  If there
-is no previous matching "{", it inserts nothing.
-
-So...
-
-    if (test){
-
-will generate:
-    } // if (test)
-
-This is obviously not work if you use a different style.  If you use
-
-   if (test) {
-
-then substituting 'getline(".")', use  'getline(line(".") - 1)' should work.
-
-Put the following in your .vimrc: au BufNewFile,BufRead *.c,*.cc,*.C,*.h
-imap } &lt;ESC&gt;:call CurlyBracket()&lt;CR&gt;a
-
-function CurlyBracket()
-  let l:my_linenum = line(".")	iunmap } sil exe "normal i}" imap }
-  &lt;ESC&gt;:call CurlyBracket()&lt;CR&gt; let l:result1 =  searchpair('{',
-  '', '}', 'bW') if (result1 &gt; 0)
-    let l:my_string = substitute(getline("."), '^\s*\(.*\){', '\1', "")
-    sil exe ":" . l:my_linenum sil exe "normal a //" . l:my_string
-  endif
-endfunction
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>how do
-I get rid of that bold stuff with my xterm?</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=126">http://vim.sf.net/tip_view.php?tip_id=126</A><BR>
-
-Having problems setting up your syntax highlighting because everything is
-coming up in bold?
-
-You're probably using an 8 color xterm and setting up highlighting lines such
-as  hi Normal ... ctermfg=green .  The solution: use numbers! 0=black, 1=red,
-2=green, 3=yellow, 4=blue, 5=magenta, 6=cyan, and 7=white.  Vim tries to use
-"bright" colors when its given names (because Windoz machines prefer to use
-dim text unless its been made bold).
-
-Read more about it under :help highlight-ctermfg .
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Preview HTML files quickly</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=127">http://vim.sf.net/tip_view.php?tip_id=127</A><BR>
-
-I've found while writing HTML files that it can become cumbersome when I have
-to switch to a web browser, load my page, and move back to VIM regularly to
-preview what I've written.  I've come up with the following tricks.
-
-The first one requires that you have lynx (the text-based browser) installed
-on your computer (available from <A HREF="http://lynx.isc.org/release/).
-If your HTML page is primarily text, with few (if any) images, you can
-set up the following function and mapping:">http://lynx.isc.org/release/).
-If your HTML page is primarily text, with few (if any) images, you can set
-up the following function and mapping:</A><BR>
-
-   function PreviewHTML_TextOnly()
-      let l:fname = expand("%:p" ) new set buftype=nofile nonumber exe "%!lynx
-      " . l:fname . " -dump -nolist -underscore -width " . winwidth( 0 )
-   endfunction
-
-   map &lt;Leader&gt;pt  :call PreviewHTML_TextOnly()&lt;CR&gt;
-
-This will open a new window and display your formatted HTML document in
-that window.  Note that bold-face, italics, links, etc. will be lost --
-all you will see is the text -- but the "-underscore" parameter to Lynx
-causes any text that would have been bold, italicized, or underlined to be
-displayed like _this_.
-
-The other trick requires that vim be running on your current machine, and that
-you be running a GUI of some sort (X-Windows, Windows, etc.).  You can cause
-vim to invoke your favorite browser and have it display the file, like this:
-   function PreviewHTML_External()
-      exe "silent !mozilla -remote \"openurl(file://" . expand( "%:p" ) . ")\""
-   endfunction
-
-   map &lt;Leader&gt;pp :call PreviewHTML_External()&lt;CR&gt;
-If you don't use mozilla, you will need to modify the function to use your
-preferred browser.
-
-Happy vimming!
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>grep,
-diff, patch, idutils, etc. for Windows systems</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=128">http://vim.sf.net/tip_view.php?tip_id=128</A><BR>
-
-     If you use Vim on Windows, and you wish you had some of those nifty
-     UNIX command-line tools,
-but do not feel like installing all of Cygwin, you
-can get many of the most-used tools from Ron Aaron's web site: <A
-HREF="http://www.mossbayeng.com/~ron/vim/builds.html">http://www.mossbayeng.com/~ron/vim/builds.html</A><BR>
-Since Ron is a big Vim fan (see <A
-HREF="http://www.mossbayeng.com/~ron/vim/vimrant.html ) you can count
-on">http://www.mossbayeng.com/~ron/vim/vimrant.html ) you can count on</A><BR>
-these tools' working well with Vim.  For some hints on how to use them,
-read :help :grep :help lid inside Vim.
-     Happy Vimming!
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Removing
-automatic comment leaders</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=129">http://vim.sf.net/tip_view.php?tip_id=129</A><BR>
-
-     If you include the "r" flag in the 'formatoptions' option (:help 'fo'
-     , :help fo-table ) then the comment leader is inserted
-automatically when you start a new line in a comment.  For example, in TeX
-the "%" character is the comment leader, and you might type
-
-% This is a tex file.  % The comment leaders on all lines but the first
-were generated automatically.  % This is the last line of the comment,
-but Vim will insert the comment leader on the next line.  %
-
-You can get rid of the comment leader (along with anything you may already
-have typed on the line) without affecting the indent, if any, by typing
-"&lt;C-U&gt;" while in Insert mode.
-
-     Related point:  if you want to adjust the indent while in Insert mode,
-     you can use "&lt;C-D&gt;" (to Decrease the indent)
-or "&lt;C-T&gt;" (to increase it).  In the docs for Vim 6.0, this is described
-in the users' manual, :help 30.4 .
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>disabling default ftplugins</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=130">http://vim.sf.net/tip_view.php?tip_id=130</A><BR>
-
-     For an overview of ftplugins (filetype plugins) see
-
-:help ftplugins
-
-If you want to disable all ftplugins, or disable a particular default
-ftplugin, see
-
-:help :filetype :help ftplugin-overrule
-
-If you have your own ftplugins, and you want to disable all the default
-ones, then do NOT include a check for b:did_ftplugin in your ftplugin files,
-and add the line
-
-:autocmd BufEnter * let b:did_ftplugin = 1
-
-to your VIMRC file, BEFORE the ":filetype ftplugin on" line.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Scroll alternate window</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=131">http://vim.sf.net/tip_view.php?tip_id=131</A><BR>
-
-This mapping allow you to quickly scroll inactive window when displaying
-several windows concurrently.
-
-nmap &lt;silent&gt; &lt;M-Down&gt; :call ScrollOtherWindow("down")&lt;CR&gt;
-nmap &lt;silent&gt; &lt;M-Up&gt; :call ScrollOtherWindow("up")&lt;CR&gt;
-
-fun! ScrollOtherWindow(dir)
-	if a:dir == "down"
-		let move = "\&lt;C-E&gt;"
-	elseif a:dir == "up"
-		let move = "\&lt;C-Y&gt;"
-	endif exec "normal \&lt;C-W&gt;p" . move . "\&lt;C-W&gt;p"
-endfun
-
-PS: Original idea and discussion of this tip appeared on vim@vim.org mailing
-list, I'm just prettified it a little.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>window zooming convenience</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=132">http://vim.sf.net/tip_view.php?tip_id=132</A><BR>
-
-i frequently have multiple windows open in vim -- this reduces the number
-of lines each window displays -- i almost always have my windows either all
-the same size or the current one as big as possible.
-
-the following function can be toggled on or off by typing &lt;Leader&gt;max
-(i can do this quite quickly); just change the mapping at the bottom to
-something else if you prefer.
-
-this causes the current window to be as big as possible (moving into another
-window causes that one to become big) and all the others get very small.
-i actually use this ALL the time.  turning it off (by typing the hotkey
-sequence again) will cause all windows to have the same height.
-
-"toggles whether or not the current window is automatically zoomed
-function! ToggleMaxWins ()
-  if exists ('g:windowMax')
-    au! maxCurrWin exe "normal \&lt;c-w&gt;=" unlet g:windowMax
-  else
-    augroup maxCurrWin " au BufEnter * exe "normal
-    \&lt;c-w&gt;_\&lt;c-w&gt;\&lt;bar&gt;" " " only max it vertically
-    au! BufEnter * exe "normal \&lt;c-w&gt;_" augroup END do maxCurrWin
-    BufEnter let g:windowMax=1
-  endif
-endfunction map &lt;Leader&gt;max :call ToggleMaxWins ()&lt;CR&gt;
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Windo and Bufdo</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=133">http://vim.sf.net/tip_view.php?tip_id=133</A><BR>
-
-i like bufdo and windo but i don't like the fact that the commands end in
-a different window/buffer than from where i executed them.  these versions
-(starts with a capital letter) will restore the current window or buffer
-when the command's done.
-
-for example, to turn on line numbers everywhere, i use :Windo set nu --
-:windo set nu does the trick also but leaves me in a different window than
-where i started.
-
-" just like windo but restores the current window when it's done
-function! WinDo(command)
-  let currwin=winnr() execute 'windo ' . a:command execute currwin . 'wincmd w'
-endfunction com! -nargs=+ -complete=command Windo call WinDo(&lt;q-args&gt;)
-
-" just like bufdo but restores the current buffer when it's done
-function! BufDo(command)
- let currBuff=bufnr("%") execute 'bufdo ' . a:command execute 'buffer '
- . currBuff
-endfunction com! -nargs=+ -complete=command Bufdo call BufDo(&lt;q-args&gt;)
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>View Source in IE6 using VIM</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=134">http://vim.sf.net/tip_view.php?tip_id=134</A><BR>
-
-You can change the "View Source" editor of IE6 by adding the following to
-the Windows Registry. Change the path in case you installed VIM in another
-location.
-
-[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source
-Editor\Editor Name] @="C:\\vim\\vim60\\gvim.exe"
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Vim buffer FAQ</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=135">http://vim.sf.net/tip_view.php?tip_id=135</A><BR>
-
-Vim provides various commands and options to support editing multiple buffers.
-This document covers some of the questions asked about using multiple buffers
-with Vim.  You can get more detailed information about Vim buffer support using
-":help windows.txt" in Vim.  You can also use the help keywords mentioned in
-this document to read more about a particular command or option.  To read more
-about a particular command or option use, ":help &lt;helpkeyword&gt;" in Vim.
-
-1. What is a Vim buffer?
-   A buffer is a file loaded into memory for editing.  All opened files
-   are associated with a buffer. There are also buffers not associated with
-   any file.
-
-   Help keyword(s): windows-intro
-
-2. How do I identify a buffer?
-   Vim buffers are identified using a name and a number.  The name of the
-   buffer is the name of the file associated with that buffer.	The buffer
-   number is a unique sequential number assigned by Vim.  This buffer number
-   will not change in a single Vim session.
-
-   Help keyword(s): :buffers
-
-3. How do I create a buffer?
-   When you open a file using any of the Vim commands, a buffer is
-   automatically created.  For example, if you use the ":edit file" command
-   to edit a file, a new buffer is automatically created.
-
-4. How do I add a new buffer for a file to the buffer list without opening
-   the file?  You can add a new buffer for a file without opening it, using
-   the ":badd" ex command.  For example,
-
-       :badd f1.txt :badd f2.txt
-
-   The above commands will add two new buffers for the files f1.txt and
-   f2.txt to the buffer list.
-
-   Help keyword(s): :badd
-
-5. How do I get a list of all the existing buffers?
-   You can get a list of all the existing buffers using the ":buffers" or
-   ":ls" or ":files" ex command.  This list is called the 'buffer list'.
-
-   In Vim 6.0, to display all the buffers including unlisted buffers, use the
-   ":buffers!" or ":ls!" or ":files!" ex command.
-
-   Help keyword(s): :buffers, :ls, :files
-
-6. How do I delete a buffer?
-   You can delete a buffer using the ":bdelete" ex command.  You can use either
-   the buffer name or the buffer number to specify a buffer.  For example,
-
-       :bdelete f1.txt :bdelete 4
-
-   The above commands will delete the buffer named "f1.txt" and the fourth
-   buffer in the buffer list.  The ":bdelete" command will remove the buffer
-   from the buffer list.
-
-   In Vim 6.0, when a buffer is deleted, the buffer becomes an unlisted-buffer
-   and is no longer included in the buffer list.  But the buffer name and other
-   information associated with the buffer is still remembered.	To completely
-   delete the buffer, use the ":bwipeout" ex command.  This command will remove
-   the buffer completely (i.e. the buffer will not become a unlisted buffer).
-
-   Help keyword(s): :bdelete, :bwipeout
-
-7. How do I delete multiple buffers?
-   You can delete multiple buffers in several ways:
-
-   1. Pass a range argument to the ":bdelete" command. For example,
-
-	   :3,5bdelete
-
-      This command will delete the buffers 3, 4 and 5.
-   2. Pass multiple buffer names to the ":bdelete" command.  For example,
-
-	   :bdelete buf1.txt buf2.c buf3.h
-
-      This command will delete buf1.txt, buf2.c and buf3.h buffers.  In this
-      example, after typing ":bdelete buf", you can press &lt;Ctrl-A&gt;
-      to expand all the buffer names starting with 'buf'.
-
-   Help keyword(s): :bdelete, :bwipeout
-
-8. How do I remove a buffer from a window?
-   You can remove a buffer displayed in a window in several ways:
-
-   1. Close the window or edit another buffer/file in that window.  2. Use
-   the ":bunload" ex command. This command will remove the buffer
-      from the window and unload the buffer contents from memory.  The buffer
-      will not be removed from the buffer list.
-
-   Help keyword(s): :bunload
-
-9. How do I edit an existing buffer from the buffer list?
-   You can edit or jump to a buffer in the buffer list in several ways:
-
-   1. Use the ":buffer" ex command passing the name of an existing buffer
-      or the buffer number.  Note that buffer name completion can be used
-      here by pressing the &lt;Tab&gt; key.
-   2. You can enter the buffer number you want to jump/edit and press the
-      Ctrl-^ key.
-   3. Use the ":sbuffer" ex command passing the name of the buffer or the
-      buffer number.  Vim will split open a new window and open the specified
-      buffer in that window.
-   4. You can enter the buffer number you want to jump/edit and press the
-      Ctrl-W ^ or Ctrl-W Ctrl-^ keys.  This will open the specified buffer
-      in a new window.
-
-   Help keyword(s): :buffer, :sbuffer, CTRL-W_^, CTRL-^
-
-10. How do I browse through all the available buffers?
-    You can browse through the buffers in the buffer list in several ways:
-
-    1. To jump to the first buffer in the buffer list, use the ":bfirst" or
-       ":brewind" ex command.
-    2. To jump to the first buffer in the buffer list in a new window, use
-       the ":sbfirst" or ":sbrewind" ex command.
-    3. To edit the next buffer in the buffer list, use the ":bnext" ex
-       command.
-    4. To open the next buffer in the buffer list in a new window, use the
-       ":sbnext" ex command.
-    5. To edit the previous buffer in the buffer list, use the ":bprevious"
-       or ":bNext" ex command.
-    6. To open the previous buffer in the buffer list in a new window, use
-       the ":sbprevious" or ":sbNext" ex command.
-    7. To open the last buffer in the buffer list, use the ":blast" ex
-       command.
-    8. To open the last buffer in the buffer list in a new window, use the
-       ":sblast" ex command.
-
-    Help keyword(s): :bfirst, :brewind, :sbfirst, :sbrewind, :bnext,
-		     :sbnext, :bprevious, :bNext, :sbprevious, :sbNext,
-		     :blast, :sblast
-
-11. How do I open all the buffers in the buffer list?
-    You can open all the buffers present in the buffer list using the ":ball"
-    or ":sball" ex commands.
-
-    Help keyword(s): :ball, :sball
-
-12. How do I open all the loaded buffers?
-    You can open all the loaded buffers in the buffer list using the ":unhide"
-    or ":sunhide" ex commands.	Each buffer will be loaded in a separate
-    new window.
-
-    Help keyword(s): :unhide, :sunhide
-
-13. How do I open the next modified buffer?
-    You can open the next or a specific modified buffer using the ":bmodified"
-    ex command.  You can open the next or a specific modified buffer in a
-    new window using the ":sbmodified" ex command.
-
-    Help keyword(s): :bmodified, :sbmodified
-
-14. I am using the GUI version of Vim (gvim), is there a simpler way for
-    using the buffers instead of the ex commands?  Yes.  In the GUI version of
-    Vim, you can use the 'Buffers' menu, which simplifies the use of buffers.
-    All the buffers in the buffer list are listed in this menu.  You can
-    select a buffer name from this menu to edit the buffer.  You can also
-    delete a buffer or browse the buffer list.
-
-    Help keyword(s): buffers-menu
-
-15. Is there a Vim script that simplifies using buffers with Vim?
-    Yes.  You can use the bufexplorer.vim script to simplify the process of
-    using buffers.  You can download the bufexplorer script from:
-
-	<A
-	HREF="http://lanzarotta.tripod.com/vim.html">http://lanzarotta.tripod.com/vim.html</A><BR>
-
-16. Is it possible to save and restore the buffer list across Vim sessions?
-    Yes.  To save and restore the buffer list across Vim session, include the
-    '%' flag in the 'viminfo' option.  Note that if Vim is invoked with a
-    filename argument, then the buffer list will not be restored from the
-    last session.  To use buffer lists across sessions, invoke Vim without
-    passing filename arguments.
-
-    Help keyword(s): 'viminfo', viminfo
-
-17. How do I remove all the entries from the buffer list?
-    You can remove all the entries in the buffer list by starting Vim with
-    a file argument.  You can also manually remove all the buffers using the
-    ":bdelete" ex command.
-
-18. What is a hidden buffer?
-    A hidden buffer is a buffer with some unsaved modifications and is not
-    displayed in a window.  Hidden buffers are useful, if you want to edit
-    multiple buffers without saving the modifications made to a buffer while
-    loading other buffers.
-
-    Help keyword(s): :buffer-!, 'hidden', hidden-buffer, buffer-hidden
-
-19. How do I load buffers in a window, which currently has a buffer with
-    unsaved modifications?  By setting the option 'hidden', you can load
-    buffers in a window that currently has a modified buffer.  Vim will
-    remember your modifications to the buffer.	When you quit Vim, you will be
-    asked to save the modified buffers.  It is important to note that, if you
-    have the 'hidden' option set, and you quit Vim forcibly, for example using
-    ":quit!", then you will lose all your modifications to the hidden buffers.
-
-    Help keyword(s): 'hidden'
-
-20. Is it possible to unload or delete a buffer when it becomes hidden?
-    The following works only in Vim 6.0 and above. By setting the 'bufhidden'
-    option to either 'hide' or 'unload' or 'delete', you can control what
-    happens to a buffer when it becomes hidden.  When 'bufhidden' is set to
-    'delete', the buffer is deleted when it becomes hidden. When 'bufhidden'
-    is set to 'unload', the buffer is unloaded when it becomes hidden.
-    When 'bufhidden' is set to 'hide', the buffer is hidden.
-
-    Help keyword(s): 'bufhidden'
-
-21. How do I execute a command on all the buffers in the buffer list?
-    In Vim 6.0, you can use the ":bufdo" ex command to execute an ex command
-    on all the buffers in the buffer list.
-
-    Help keyword(s): :bufdo
-
-22. When I open an existing buffer from the buffer list, if the buffer is
-    already displayed in one of the existing windows, I want Vim to jump to
-    that window instead of creating a new window for this buffer.  How do I
-    do this?  When opening a buffer using one of the split open buffer commands
-    (:sbuffer, :sbnext), Vim will open the specified buffer in a new window.
-    If the buffer is already opened in one of the existing windows, then
-    you will have two windows containing the same buffer.  You can change
-    this behavior by setting the 'switchbuf' option to 'useopen'.  With this
-    setting, if a buffer is already opened in one of the windows, Vim will
-    jump to that window, instead of creating a new window.
-
-    Help keyword(s): 'switchbuf'
-
-23. What information is stored as part of a buffer?
-    Every buffer in the buffer list contains information about the last
-    cursor position, marks, jump list, etc.
-
-24. What is the difference between deleting a buffer and unloading a
-    buffer?  When a buffer is unloaded, it is not removed from the buffer list.
-    Only the file contents associated with the buffer are removed from memory.
-    When a buffer is deleted, it is unloaded and removed from the buffer list.
-    In Vim 6, a deleted buffer becomes an 'unlisted' buffer.
-
-    Help keyword(s): :bunload, :bdelete, :bwipeout, unlisted-buffer
-
-25. Is it possible to configure Vim, by setting some option, to re-use the
-    number of a deleted buffer for a new buffer?  No.  Vim will not re-use the
-    buffer number of a deleted buffer for a new buffer.  Vim will always assign
-    the next sequential number for a new buffer.  The buffer number assignment
-    is implemented this way, so that you can always jump to a buffer using the
-    same buffer number.  One method to achieve buffer number reordering is to
-    restart Vim.  If you restart Vim, it will re-assign numbers sequentially
-    to all the buffers in the buffer list (assuming you have properly set
-    'viminfo' to save and restore the buffer list across vim sessions).
-
-    Help keyword(s): :buffers
-
-26. What options do I need to set for a scratch (temporary) buffer?
-    The following works only in Vim 6.0 and above.  You can set the the
-    following options to create a scratch (temporary) buffer:
-
-	:set buftype=nofile :set bufhidden=hide :setlocal noswapfile
-
-    This will create a buffer which is not associated with a file, which
-    does not have a associated swap file and will be hidden when removed
-    from a window.
-
-    Help keyword(s): special-buffers, 'buftype'
-
-27. How do I prevent a buffer from being added to the buffer list?
-    The following works only in Vim 6.0 and above. You can prevent a buffer
-    from being added to the buffer list by resetting the 'buflisted' option.
-
-	:set nobuflisted
-
-    Help keyword(s): 'buflisted'
-
-28. How do I determine whether a buffer is modified or not?
-    There are several ways to find out whether a buffer is modified or not.
-    The simplest way is to look at the status line or the title bar.  If the
-    displayed string contains a '+' character, then the buffer is modified.
-    Another way is to check whether the 'modified' option is set or not.
-    If 'modified' is set, then the buffer is modified.	To check the value
-    of modified, use
-
-	:set modified?
-
-    You can also explicitly set the 'modified' option to mark the buffer as
-    modified like this:
-
-	:set modified
-
-    Help keyword(s): 'modified'
-
-29. How can I prevent modifications to a buffer?
-    The following works only in Vim 6.0 and above. You can prevent any
-    modification to a buffer by re-setting the 'modifiable' option.  To reset
-    this option, use
-
-	:set nomodifiable
-
-    To again allow modifications to the buffer, use:
-
-	:set modifiable
-
-    Help keyword(s): 'modifiable'
-
-30. How do I set options specific to the current buffer?
-    The following works only in Vim 6.0 and above.  You can set Vim options
-    which are specific to a buffer using the "setlocal" command.  For example,
-
-	:setlocal textwidth=70
-
-    This will set the 'textwidth' option to 70 only for the current buffer.
-    All other buffers will have the default or the previous 'textwidth' value.
-
-    Help keyword(s): 'setlocal', local-options
-
-31. How do I define mappings specific to the current buffer?
-    The following works only in Vim 6.0 and above.  You can define mappings
-    specific to the current buffer by using the keyword "&lt;buffer&gt;"
-    in the map command.  For example,
-
-	:map &lt;buffer&gt;  ,w  /[.,;]&lt;CR&gt;
-
-    Help keyword(s): :map-local
-
-32. How do I define abbreviations specific to the current buffer?
-    The following works only in Vim 6.0 and above.  You can define
-    abbreviations specific to the current buffer by using the keyword
-    "&lt;buffer&gt;" in the :abbreviate command.  For example,
-
-	:abb &lt;buffer&gt; FF	for (i = 0; i &lt; ; ++i)
-
-    Help keyword(s): :abbreviate-local
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Remapping
-Alt, Ctrl and Caps in Win2k</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=136">http://vim.sf.net/tip_view.php?tip_id=136</A><BR>
-
-Since I installed Win2K on my laptop, I had been unable to locate a utilitie
-that would simply enable me to remap my Crtl Alt and Caps the way I think they
-should be and the way they were until MS kill all competition in computing,
-that is Crtl on the left of the letter A, Alt to the left bottom of the
-letter Z and Caps approximately until the C.
-
-After some research, I came across a tip posted here by juano@mindspring.com. I
-tried to make sense of it and then downloaded the MS scan keys map at the
-URL he mentionned.
-
-Extrapolating his tip, I wrote this ASCI file that I named keys2000.reg :
-
-Regedit4 [HKey_Local_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard
-Layout] "Scancode
-Map"=hex:00,00,00,00,00,00,00,00,04,00,00,00,3A,00,38,00,38,00,1D,00,1D,00,3A,00,00,00,00
-
-Once you have saved this file, left click on it from Explorer and answer
-yes to the prompt "do you want to enter this into the registry".
-
-Reboot and you are done.
-
-A few explanations :04 stands for 3 remappings (Caps lock to Control, Control
-to Alt and Alt to Caps Lock) plus the closing one which is always required
-(1 remapping would require 02, 2 would require 03, and so on). 3A,00,38
-remaps Caps to Left Alt, 38,00,1D remaps Left Alt to Left Ctrl and 1D,00,3A
-remaps Left Ctrl to Caps Lock since 3A=Caps, 1D=Left Ctrl and 38=Left Alt.
-
-Based on Juano tip and on this one, I believe a lot of remapping can be done
-as long as you keep the separators 00 and remember to add one to the number
-of remappings. What I do not know is how far you can extend this instruction
-without getting into trouble with the registry. At worst, if you keyboard does
-not behave as expected, go into the registry and delete this instruction (be
-careful here since it is easy to confuse this instruction with the Keyboard
-LayoutS (S for emphasis) which must not be deleted.
-
-Again, thanks to Juano@mindspring.com who got me going and suggested I
-post my tip. Took me some time to retrieve the VIM Url but fortunately,
-I had printed his tip.
-
-Regards
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>automatically wrap left and right</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=137">http://vim.sf.net/tip_view.php?tip_id=137</A><BR>
-
-I hate it when I hit left (or h) and my screen flickers.  I want it to go up
-to the next line.  Ditto fir right (or l).  Below are two functions / mappings
-to help with that.  I'm pretty sure that if you remove the &lt;silent&gt;,
-then it will work in 5.x...
-
-nnoremap &lt;silent&gt; &lt;Left&gt;  :call WrapLeft()&lt;cr&gt; nnoremap
-&lt;silent&gt; &lt;Right&gt; :call WrapRight()&lt;cr&gt;
-
-nnoremap &lt;silent&gt; h	:call WrapLeft()&lt;cr&gt; nnoremap
-&lt;silent&gt; l       :call WrapRight()&lt;cr&gt;
-
-function! WrapLeft()
-    let col = col(".")
-
-    if 1 == col
-	" don't wrap if we're on the first line if 1 == line(".")
-	    return
-	endif normal! k$
-    else
-	normal! h
-    endif
-endfunction
-
-function! WrapRight()
-    let col = col(".")	if 1 != col("$")
-	let col = col + 1
-    endif
-
-    if col("$") == col
-	" don't wrap if we're on the last line if line("$") == line(".")
-	    return
-	endif normal! j1|
-    else
-	normal! l
-    endif
-endfunction
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Getting name of the function</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=138">http://vim.sf.net/tip_view.php?tip_id=138</A><BR>
-
-Hi All,
-
-While browsing code one always needs to know which function you are currently
-looking. Getting the name is very painful when the functions are lengthy
-and you are currently browsing NOT near to the start of the function. You
-can get the function's name by using this simple mapping.
-
-Just place this in your .vimrc.
-
-map _F ma[[k"xyy`a:echo @x&lt;CR&gt;
-
-now _F will display which function you are currently in.
-
-Enjoy the power of Vim -Nitin Raut
-
-PS: The working is as follows, mark the current line with a, jump to the
-previous '{' in the first column, go one line up, yank the line in register
-x, return to the mark a, echo the value of register x, which is the wanted
-function name.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>=,
-LaTeX tables, declarations, etc</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=139">http://vim.sf.net/tip_view.php?tip_id=139</A><BR>
-
-Check out
-
-<A
-HREF="http://www.erols.com/astronaut/vim/textab.html">http://www.erols.com/astronaut/vim/textab.html</A><BR>
-
-and see some examples of text alignment (its hopeless to do it here with
-proportional fonts).  You'll be able to download textab source, a Windows-based
-textab executable, and a scriptfile containing a convenient interface
-(ttalign.vim).	The textab program coupled with &lt;ttalign.vim&gt; lets you:
-
-1. align C language statements on their = += -= /= etc symbols 2. align C
-language declararations: separate columns for types, *[, variable
-   names, initializations (=), and comments (// or /* .. */)
-3. align C/C++ language comments (//, /* .. */) 4. align C/C++ language
-(ansi) function argument lists 5. align LaTeX tables on their && separators
-6. align HTML tables with &lt;/TD&gt;&lt;TD&gt; separators 7. align on
-several characters: &lt; ? : | @ ;  (or modify them to handle whatever
-   alignment characters you want)
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>tip
-using embedded perl interpreter</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=140">http://vim.sf.net/tip_view.php?tip_id=140</A><BR>
-
-When writing scripts using the embedded interpreter available if vim has the
-+perl ore +perl/dyn on gives you access to this powerfull and FAST scripting
-language (especially fast compared to vim scripts)  there are some gotchas.
-
-First: never embed complex perl command in the body of a vim function this
-will be recompiled and evaled each time for a tremendous loss of time.instead
-to it like this
-
-perl &lt;&lt; EOF sub mySub {
-  #some usefull perl stuff
-} EOF
-
-function! MyFunction perl mySub "an argument", "another" endfunction
-
-to pass computed argument to your perl sub use the vim exec command
-function! MyFunction exec "perl mySub " . aLocalVar . ", " b:aBufferLocalVar
-endfunction
-
-It may be very hard to debug your perl sub since the output of the perl
-compiler is somehow lost in the middle of nowhere and the debugger is not
-available.  When a compilation error occurs in your sub definition you'll get
-an error message when you try to call it saying that the sub does not exists.
-One thing which I have found very usefull is to write a fake VIM module with
-stub methods which will allow you to use the command line perl interpretor
-to at least compile your program.  You could make your stub smart enough to
-fake a vim and use the debugger.  Here is a sample for such a fake module
-defining just those method which I was using.
-
-package VIM; use diagnostics; use strict; sub VIM::Eval {
-	$_ = shift;
-
-	print "Eval $_\n";
-
-	{
-		  return
-		  '^(?!!)([^\t]*)\t[^\t]*\t(.*);"\t([^\t]*)\tline:(\d*).*$'
-		  if (/g:TagsBase_pattern/); return $ARGV[0] if
-		  (/b:fileName/); return '$3' if (/g:TagsBase_typePar/);
-		  return '$1' if (/g:TagsBase_namePar/); return '$4' if
-		  (/g:TagsBase_linePar/); return 'Ta&gs' if (/s:menu_name/);
-		  return $ARGV[1] if (/g:TagsBase_groupByType/);
-		die "unknown eval $_";
-	}
-} sub VIM::Msg {
-	my $msg = shift; print "MSG $msg\n";
-} sub VIM::DoCommand {
-	my $package; my $filename; my $line;
-    ($package, $filename, $line) = caller;
-
-	my $command = shift; print "at $filename $line\n"; print "DoCommand
-	$command\n";
-} 1;
-
-Then you can copy other your perl code in a separate file and add a use VIM;
-at the top and your set to debug.
-
-Good Vimming good perling.  Benoit PS: this tips are probably true for other
-scripting languages
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Add
-your function heading with a keystroke</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=141">http://vim.sf.net/tip_view.php?tip_id=141</A><BR>
-
-Below is a tip that the C/C++ Newbies may find interesting and handy to use.
-The following code will add a function heading and position your cursor just
-after Description so that one can document as one proceeds with code.
-
-function FileHeading()
-	let s:line=line(".")  call
-	setline(s:line,"/***************************************************")
-	call append(s:line,"* Description - ") call append(s:line+1,"*
-	Author -      Mohit Kalra") call append(s:line+2,"* Date
-	-	 ".strftime("%b %d %Y")) call append(s:line+3,"*
-	*************************************************/") unlet s:line
-endfunction
-
-imap &lt;F4&gt;  &lt;esc&gt;mz:execute FileHeading()&lt;RET&gt;`zjA
-
-Where &lt;esc&gt; stands for ^V+ESC and &lt;RET&gt; for ^V+ENTER
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Automatic
-function end commenting for C++ and Java</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=142">http://vim.sf.net/tip_view.php?tip_id=142</A><BR>
-
-Some people have a habit of adding the function name as a comment to the
-end of that function, if it is long, so that he/she knows which function the
-'}' ends. Here's a way to automate the process.
-
-Use the following abbreviation: iab }// } // END:
-&lt;esc&gt;10h%$?\w\+\s*(&lt;cr&gt;"xy/\s*(&lt;cr&gt;/{&lt;cr&gt;:nohl&lt;cr&gt;%$"xpa
-
-If you now end the function with '}//', the follwoing string will be
-automatically generated: '} //END: functionname'
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Use
-of Vim folds for javadocs</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=143">http://vim.sf.net/tip_view.php?tip_id=143</A><BR>
-
-Hi,
-
-The fold-method marker can be effectively use to set the folds in your
-Java source.  Define some marker and place it inside HTML comments &lt;!--
-xx --&gt;.  This way, it does not affect the Javadocs generated without the
-necessity of a seprate comment line.  e.g.
-
-/**
- * &lt;!-- zz.FOLDSTART class AbcClass --&gt; * The class description.
- * ...	*/
-public class AbcClass {
-
-    /**
-     * &lt;!-- method zz.FOLDSTART someMethod() --&gt; * Method description.
-     */
-    public void someMethod();
-
-    ...
-
-} /* zz.END: AbcClass */
-
-/* Put this at the end of your file */ /* vim:fdm=marker
-fmr=zz.FOLDSTART,zz.END fdl=2 fdc=2: */
-
-Now, the files will be opened with the methods neatly folded.  You can use
-"zR" to open all folds (or click on the "+" at the left column).
-
-Sameer.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>recording
-keystrokes by "q" for repested jobs</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=144">http://vim.sf.net/tip_view.php?tip_id=144</A><BR>
-
-The most useful feature that I find in VIM is the "recording" feature (:help
-recording).  I have used this to automatically insert function headers,
-re-indent lines, and convert some 34 source files into HTML.
-
-This feature is most useful when you want to do some repeated jobs, which
-you cant do easily using ".".  You can set about writing a function, define
-a mapping, etc, but then these things might take time.	By recording, you
-can try out and find the actual keystrokes that does the job.
-
-To start recording, press "q" in normal mode followed by any of "0-9a-z".
-This will start recording the keystrokes to the register you choose.  You can
-also see the word "recording" in the status(?) line.  You can start the key
-sequences that you want to record.  You can go to insert mode and type if
-you want.
-
-To stop recording, press "q" in the normal mode.
-
-To playback your keystrokes, press "@" followed by the character you choose.
-Pressing "@@" will repeat the same again.
-
-Sameer.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Changing
-DOS style end of line to UNIX, or vise-versa</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=145">http://vim.sf.net/tip_view.php?tip_id=145</A><BR>
-
-Those of us doomed to work in both the Unix and Windows world have many times
-encountered files that were create/editted on systems other that the one
-we are on at the time of our edits.  We can easily correct the dreaded '^M'
-at the end of our Unix lines, or make files have more than one line in DOS by:
-
-To change from &lt;CR&gt;&lt;LF&gt; (DOS) to just &lt;LF&gt; (Unix): :set
-fileformat=unix :w
-
-Or to change back the other way: :set fileformat=dos :w
-
-It also works for Apple land: :set fileformat=mac :w
-
-And to tell the difference: set statusline=%&lt;%f%h%m%r%=%{&ff}\ %l,%c%V\ %P
-					      ^^^^^  This shows what the
-					      current file's format is.
-
-Happy Vimming!
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>opening
-multiple files from a single command-line</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=146">http://vim.sf.net/tip_view.php?tip_id=146</A><BR>
-
-i use the :split command a lot -- both to open a second window containing
-the currently edited file and to edit a new file altogether (with the :split
-&lt;filename&gt; option).  however, i also like to be able to edit more than
-one file and calling :sp multiple times is inconvenient.  so, i created the
-following command, function and abbreviation:
-
-function! Sp(...)
-  if(a:0 == 0)
-    sp
-  else
-    let i = a:0 while(i &gt; 0)
-      execute 'let file = a:' . i execute 'sp ' . file
-
-      let i = i - 1
-    endwhile
-  endif
-endfunction com! -nargs=* -complete=file Sp call Sp(&lt;f-args&gt;) cab sp Sp
-
-this retains the behaviour of :sp in that i can still type :sp (the
-abbreviation takes care of that).  :Sp takes any number of files and opens
-them all up, one after the other.
-
-the things i have noticed are that this causes 'sp' to be expanded to 'Sp'
-everywhere, even in search patterns.  also, prepending 'vert' doesn't work.
-if there is interest, i'll do that.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>How to write a plugin</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=147">http://vim.sf.net/tip_view.php?tip_id=147</A><BR>
-
-This tip gives a skeleton for writing a plugin; Vim's help files have plenty
-of details (:he plugin, :he write-plugin, :he plugin-details).
-
-#
-------------------------------------------------------------------------------
-# Exit when your app has already been loaded (or "compatible" mode set)
-if exists("loaded_YourAppName") || &cp
-  finish
-endif
-
-# Public Interface: #  AppFunction: is a function you expect your users to
-call #	PickAMap: some sequence of characters that will run your AppFunction #
-Repeat these three lines as needed for multiple functions which will # be used
-to provide an interface for the user if !hasmapto('&lt;Plug&gt;AppFunction')
-  map &lt;unique&gt; &lt;Leader&gt;PickAMap &lt;Plug&gt;AppFunction
-endif
-
-# Global Maps: # map &lt;silent&gt; &lt;unique&gt;
-&lt;script&gt; &lt;Plug&gt;AppFunction \ :set lz&lt;CR&gt;:call
-&lt;SID&gt;AppFunc&lt;CR&gt;:set nolz&lt;CR&gt;
-
-#
-------------------------------------------------------------------------------
-
-# AppFunction: this function is available vi the &lt;Plug&gt;/&lt;script&gt;
-interface above fu! &lt;SID&gt;AppFunction() ..whatever..
-
-# your script function can set up maps to internal functions
-nmap &lt;silent&gt; &lt;left&gt; :set lz&lt;CR&gt;:silent! call
-&lt;SID&gt;AppFunction2&lt;CR&gt;:set nolz&lt;CR&gt;
-
-# your app can call functions in its own script and not worry about
-name # clashes by preceding those function names with &lt;SID&gt; call
-&lt;SID&gt;InternalAppFunction(...)
-
-# or you could call it with call s:InternalAppFunction(...)  endf #
-------------------------------------------------------------------------------
-
-# InternalAppFunction: this function cannot be called from outside the #
-script, and its name won't clash with whatever else the user has loaded
-fu! &lt;SID&gt;InternalAppFunction(...)  ..whatever..  endf
-
-#
-------------------------------------------------------------------------------
-
-Plugins are intended to be "drop into &lt;.vim/plugin&gt;" and work.
-The problem that the &lt;Plug&gt;, &lt;SID&gt;, etc stuff is intended to
-resolve: what to do about functions that have the same names in different
-plugins, and what to do about maps that use the same sequence of characters?
-The first problem is solved with &lt;SID&gt; (a script identifier number)
-that vim assigns: program with it and your users will be happier when your
-stuff works with all their other stuff.  The second problem: what to about
-those maps is addressed with &lt;Plug&gt;, &lt;unique&gt;, etc.  Basically
-the idea is: let the user know that there are clashes and don't overwrite
-previously existing maps.  Use the user's preferred map-introducer sequence
-(I like the backslash, but there are many keyboards which make producing
-backslashes unpleasant, and those users usually prefer something else).
-
-What I like to do is to have a pair of start/stop maps to reduce my impact
-on the namespace.  When the starting map is used, it kicks off a starting
-function that introduces all the maps needed.  When the stopping map is
-used, it not only removes the maps the starter made but restores any maps
-the user had had that would have clashed.  I also use the start/stop pair
-of functions to set and restore options that cause my scripts difficulties.
-
-Check out DrawIt.vim's SaveMap() function for a way to save user maps.
-Restoring maps with it is easy:
-
-if b:restoremap != ""
- exe b:restoremap unlet b:restoremap
-endif
-
-So you can see it sets up a string variable with all the maps that the user
-had that would have clashed with my application.
-
-One final thing: if your application needs to share information between
-its various functions, see if you can use s:varname (a variable that only
-your script's functions can access) or b:varname (a variable that anything
-associated with the buffer your application is running with can access)
-instead of using global variables.
-
-Good luck and happy Vimming!
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Make
-great use of those homemade menus</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=148">http://vim.sf.net/tip_view.php?tip_id=148</A><BR>
-
-Accidently discovered that using &lt;alt&gt;&lt;Menu Hotletter&gt;&lt;cr&gt;
-(e.g &lt;alt&gt;b&lt;cr&gt; - for the buffer menu) causes the menu to break
-out in a seperate window.  Selecting the menu with the mouse and then hitting
-enter does not seem to do it.
-
-I will have to learn to add hotletters to my menus now so that the mouse
-can take a break.
-
-I am a total newbie with vim, but constantly amazed....
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Automatically
-update your diff upon writing.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=149">http://vim.sf.net/tip_view.php?tip_id=149</A><BR>
-
-When trying to reconcile differences between files, and using the new 'diff'
-functionality in Vim 6.0 you may want to automatically update the differences
-as you are working along.  A convienent time is when you write out either of
-the files you are diff'ing.  This autocmd will take care of doing that for you.
-
-" If doing a diff.  Upon writing changes to file, automatically update the
-  " differences au BufWritePost			 *		if &diff ==
-  1 au BufWritePost		     *		    :diffupdate au BufWritePost
-  *		 endif
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Generating
-a column of increasing numbers</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=150">http://vim.sf.net/tip_view.php?tip_id=150</A><BR>
-
-You can use the "Visual Incrementing" script from
-
-  <A
-  HREF="http://www.erols.com/astronaut/vim/index.html#VimFuncs">http://www.erols.com/astronaut/vim/index.html#VimFuncs</A><BR>
-
-to convert a block of numbers selected via ctrl-v (visual block) into a
-column of increasing integers.	Select the column, press :I&lt;CR&gt;, and
-the first line's number will be used as a starting value.  Subsequent lines's
-numbers will be incremented by one.
-
-If the ctrl-v block is "ragged right", which can happen when "$" is used to
-select the right hand side, the block will have spaces appended as needed
-to straighten it out.  If the strlen of the count exceeds the visual-block
-allotment of spaces, then additional spaces will be inserted.
-
-Example:  Put cursor on topmost zero, select column with ctrl-v, then :I
-
-   vector[0]= 1;       vector[0]= 1; vector[0]= 1;	 vector[1]= 1;
-   vector[0]= 1;  --&gt;  vector[2]= 1; vector[0]= 1;	    vector[3]= 1;
-   vector[0]= 1;       vector[4]= 1;
-
-This script works with both vim 5.7 (:so visincr.vim) or vim 6.0 (source it
-as for vim 5.7 or drop it into the .vim/plugin directory).
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>an ascii table</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=151">http://vim.sf.net/tip_view.php?tip_id=151</A><BR>
-
-There is an ascii table in the vim-help files, but it's hard to find.  Thus,
-I shall give a pointer to it:
-
-:help digraph-table
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Dutch,
-English, German, Hungarian, and Yiddish</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=152">http://vim.sf.net/tip_view.php?tip_id=152</A><BR>
-
-Under <A
-HREF="http://www.erols.com/astronaut/vim/index.html#vimlinks_scripts">http://www.erols.com/astronaut/vim/index.html#vimlinks_scripts</A><BR>
-are links to spelling checkers for Dutch, English, German, Hungarian,
-and Yiddish, all based on the original engspchk.vim.  The spelling checker
-provides as-you-type spell checking; with vim6.0 it will avoid checking on
-partially typed words.
-
-Provided are several maps:
-
-  \et : add  word under cursor into database for just this file \es : save
-  word under cursor into database (permanently) \en : move cursor to the
-  next	   spelling error \ep : move cursor to the previous spelling error
-  \ea : look for alternative spellings of word under cursor
-
-To use \ea you will need agrep:
-
-  agrep source: <A
-  HREF="ftp://sunsite.unc.edu/pub/Linux/utils/text/agrep-2.04.tar.Z">ftp://sunsite.unc.edu/pub/Linux/utils/text/agrep-2.04.tar.Z</A><BR>
-  agrep Win exe: <A
-  HREF="http://www.tgries.de/agrep">http://www.tgries.de/agrep</A><BR>
-
-To use the spell checkers just source it in:
-
-  ex.  so engspchk.vim
-
-To read more about it see
-
-  <A
-  HREF="http://www.erols.com/astronaut/vim/index.html#Spelling">http://www.erols.com/astronaut/vim/index.html#Spelling</A><BR>
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Making
-Parenthesis And Brackets Handling Easier</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=153">http://vim.sf.net/tip_view.php?tip_id=153</A><BR>
-
-1) ++++++++++++++++++++++++++ "Automatic" bracket setting
-+++++++++++++++++++++++++++++ 2) +++++++++++++ Further improvement of
-parenthesis/bracket expanding +++++++++++++++++ 3) ++++++++++++++++++++++++++++
-"Late" bracketing of text +++++++++++++++++++++++++++++ 4)
-+++++++++++++++++++++++++++++ Conclusion ++++++++++++++++++++++++++++++++++++++
-++++
-
-=======================================================================================
-
-1) ++++++++++++++++++++++++++ "Automatic" bracket setting
-+++++++++++++++++++++++++++++
-
-To automatically insert a closing parenthesis when typing an opening
-parenthesis you can insert the following simple mapping to your vimrc:
-
-	:inoremap ( ()&lt;ESC&gt;i
-
-This ends up with the cursor between the opening and the closing parenthesis
-in insert mode.
-
-You can apply this and the following tips, of course, with the kind of
-parenthesis/bracket character you want to, i.e. (, {, [, &lt; ..... and,
-pretty useful as well, quotation marks ",',.... (to be continued)
-
-2) +++++++++++++++ Further improvement of parenthesis/bracket expanding
-++++++++++++++++++
-
-I you are ready with filling the parenthesis/brackets, you likely want to
-"escape" from the brackets again to continue coding.  To make this pretty
-comfortable, I invented the following kind of mappings, which get out of
-the last expanded parenthesis/bracket, regardless of the actual type of it,
-and enter append mode again.  I mapped this kind of "getaway" with CTRL_j,
-you may use your favorite keystroke with it.
-
-			...
-	:inoremap ( ()&lt;ESC&gt;:let leavechar=")"&lt;CR&gt;i :inoremap [
-	[]&lt;ESC&gt;:let leavechar="]"&lt;CR&gt;i
-			...
-	:imap &lt;C-j&gt; &lt;ESC&gt;:exec "normal f" . leavechar&lt;CR&gt;a
-
-Explanation: The variable "leavechar" contents the actual char which is to
-"escape" from.
-
-3) ++++++++++++++++++++++++++++ "Late" bracketing of text
-+++++++++++++++++++++++++++++
-
-Occasionally I later want already written text parts to put in parenthesis.
-
-I use the following macro, which brackets previously visually selected text.
-I mapped it with _(.
-
-	:vnoremap _( &lt;ESC&gt;`&gt;a)&lt;ESC&gt;`&lt;i(&lt;ESC&gt;
-
-Furthermore, a sort of mapping for bracketing a *single word* is conceivable.
-Because this is not as general like the kind of visual mode mapping, I use
-this kind of "word bracketing" only for surrounding the word right behind
-the cursor in insert mode with **.  I use the following macro to "emphasize"
-the word i just typed, for newsgroup articles.
-
-	:imap _* &lt;Esc&gt;bi*&lt;Esc&gt;ea*&lt;Space&gt;
-
-4) ++++++++++++++++++++++++++++++ Conclusion
-++++++++++++++++++++++++++++++++++++++++++
-
-Since I use these macros, I never caused a syntax error because of missing
-brackets, and furthermore I can quickly insert parenthesis and qutotes into
-code- and non-code files.
-
- JH 04.11.2001
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Mappings
-to facilitate the creation of text</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=154">http://vim.sf.net/tip_view.php?tip_id=154</A><BR>
-
-" " Mappings to facilitate the creation of text " " Author:  Suresh Govindachar
-sgovindachar@yahoo.com " Date:	   November 5, 2001 " " While typing text to
-create a document, I often end up hitting " &lt;Esc&gt;, issuing some commands
-(with or without ":") and getting back " to typing by issuing a command such
-as "i", "O", "s" etc.  " " I looked into using "set insertmode" to speed
-up such actions, but " found that too confusing.  " " I have come up with
-a set of mappings that have speeded up my process " of creating documents.
-I have saved these mappings in a file, named " FullScreenVI.vim, in vim's
-plugin directory.  " " Perhaps you will find these mappings helpful too.
-" " Please send me feedback.  "
-
-"To allow overriding the Alt key set winaltkeys=no "To enable viewing messages
-from commands issued using the mappings presented here set cmdheight=2
-
-"The fundamental mapping that makes full-screen editing possible imap
-&lt;A-o&gt;  &lt;C-o&gt; imap &lt;A-;&gt;  &lt;C-o&gt;:
-
-"Basic motions imap &lt;A-h&gt;  &lt;Left&gt; imap &lt;A-j&gt;	&lt;Down&gt;
-imap &lt;A-k&gt;  &lt;Up&gt; imap &lt;A-l&gt;  &lt;Right&gt; imap &lt;A-f&gt;
-&lt;PageDown&gt; imap &lt;A-b&gt;  &lt;PageUp&gt; imap &lt;A-^&gt;
-&lt;Home&gt; imap &lt;A-$&gt;  &lt;End&gt;
-
-"Numbers for repeats imap &lt;A-1&gt;  &lt;C-o&gt;1 imap &lt;A-2&gt;
-&lt;C-o&gt;2 imap &lt;A-3&gt;  &lt;C-o&gt;3 imap &lt;A-4&gt;  &lt;C-o&gt;4
-imap &lt;A-5&gt;  &lt;C-o&gt;5 imap &lt;A-6&gt;  &lt;C-o&gt;6 imap &lt;A-7&gt;
-&lt;C-o&gt;7 imap &lt;A-8&gt;  &lt;C-o&gt;8 imap &lt;A-9&gt;  &lt;C-o&gt;9
-
-"Basic searches imap &lt;A-/&gt;  &lt;C-o&gt;/ imap &lt;A-*&gt;  &lt;C-o&gt;*
-imap &lt;A-#&gt;  &lt;C-o&gt;# imap &lt;A-n&gt;  &lt;C-o&gt;n imap &lt;A-N&gt;
-&lt;C-o&gt;N
-
-"Deleting imap &lt;A-x&gt;  &lt;C-o&gt;x imap &lt;A-d&gt;  &lt;C-o&gt;d imap
-&lt;A-D&gt;  &lt;C-o&gt;D
-
-"Yanking and putting imap &lt;A-y&gt;  &lt;C-o&gt;y imap &lt;A-Y&gt;
-&lt;C-o&gt;Y imap &lt;A-p&gt;  &lt;C-o&gt;p imap &lt;A-P&gt;  &lt;C-o&gt;P
-
-"Common prefixes:  marking, matching etc.  imap &lt;A-~&gt;  &lt;C-o&gt;~
-imap &lt;A-m&gt;  &lt;C-o&gt;m imap &lt;A-`&gt;  &lt;C-o&gt;` imap &lt;A-"&gt;
-&lt;C-o&gt;" imap &lt;A-%&gt;  &lt;C-o&gt;% imap &lt;A-h&gt;  &lt;C-o&gt;:h
-imap &lt;A-s&gt;  &lt;C-o&gt;:s
-
-"Interacting with the 'outside' imap &lt;A-!&gt;  &lt;C-o&gt;:!  imap
-&lt;A-w&gt;  &lt;C-o&gt;:w&lt;CR&gt; imap &lt;A-e&gt;  &lt;C-o&gt;:e
-
-"Other commands imap &lt;A-u&gt;  &lt;C-o&gt;u imap &lt;A-.&gt;  &lt;C-o&gt;.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Decompile
-Java .class files automatically</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=155">http://vim.sf.net/tip_view.php?tip_id=155</A><BR>
-
-Here's a plugin to automatically decompile Java .class files as they're
-read in.  Tweak the javap flags for what you want to see.  I didn't post
-this as a script because it's too simple and it's really more useful for
-demonstrating how to read decompilable files (or other binary files that
-can be converted to text).
-
-function s:ReadClass(dir, classname)
-    execute "cd " . a:dir execute "0read !javap -c " . a:classname 1 setlocal
-    readonly setlocal nomodified
-endfunction
-
-autocmd BufReadCmd *.class
-    \ call &lt;SID&gt;ReadClass(expand("&lt;afile&gt;:p:h"),
-    expand("&lt;afile&gt;:t:r"))
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>describe
-&lt;table name&gt; from vim</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=156">http://vim.sf.net/tip_view.php?tip_id=156</A><BR>
-
-i had some trouble with the sqlplus scripts (probably my fault).  but it
-seemed a little heavy for what i need, usually all i want is a listing of
-the columns for a given table while i'm whipping on some sql inside vim.
-
-so i wrote a bash script (describe)...
-
-~~~~~~~~~~~~~~~begin describe script #!/usr/bin/bash
-
-f=aTempFile.sql u=&lt;uName&gt; p=&lt;pWord&gt; d=&lt;dBase&gt;
-
-echo "/* describe for $1" echo "describe $1;" &gt; $f; echo "quit;"
-&gt;&gt; $f;
-
-sqlplus -S $u/$p@$d @$f rm -f $f; echo " end describe for $1 */"
-~~~~~~~~~~~~~~~end describe script
-
-your path needs to include the script (as well as sqlplus), then from vim
-you can just type....
-
-:r !describe &lt;tableName&gt;
-
-and you get a listing of the table columns slammed into wherever your cursor
-was, complete with java/c comments
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Incredible new functionality</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=157">http://vim.sf.net/tip_view.php?tip_id=157</A><BR>
-
-if you get away from vim and get any other editor that was built *after*
-1970....
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Using
-Computer Modern TT as gvim font (Win32)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=158">http://vim.sf.net/tip_view.php?tip_id=158</A><BR>
-
-If you really like the Computer Modern typewriter font (as seen in most TeX
-distributions) you can use it as the font in gvim! (looks excellent with
-font smoothing turned on)
-
-First, get hold of the free Blue Sky Type 1 PS versions of the CM fonts from
-your local CTAN mirror. Unpack to a suitable directory.
-
-Next locate the cmtt8.pfb file and open it (in Vim, naturally ;) - find the
-line saying dup 32 /visiblespace put
-
-and change it to dup 32 /space	      put
-
-that is, inserting enough spaces to keep the file size exactly the same
-(IMPORTANT!)
-
-Save the file in Mac format (:set fileformat=mac).
-
-Now install the cmtt.pfm file - in Win9x/NT4, you'll need Adobe Type Manager
-(free download), but in Win2k, you can just drop the .pfm file into the
-Fonts folder.
-
-Now in your _gvimrc: set guifont=CMTT8:h11:cSYMBOL
-
-(use whatever height you like instead of h11)
-
-..and enjoy! It's the first scalable font I can bear to edit code in... %-)
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Keystroke
-Saving Substituting and Searching</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=159">http://vim.sf.net/tip_view.php?tip_id=159</A><BR>
-
-1) ++++++++++++++ Saving Keystrokes for common Searching
-and Substituting +++++++++++ --- a) Searching  b) Substituting
---------------------------------------------------- 2) ++++  Searching for
-resp. Substituting of the current word under the cursor ++++++ --- a) Searching
-b) Substituting ---------------------------------------------------
-3) ++ Searching and Substituting for an arbitrary visually
-selected part of text ++++ --- a) Searching  b) Substituting
----------------------------------------------------
-4) ++++++++++++++++++++++++++++++++  Conclusion
-+++++++++++++++++++++++++++++++++++++
-
-=====================================================================================
-
-1) ++++++++++++++ Saving Keystrokes for common Substituting and Searching
-+++++++++++
-
-a) Searching ............  Sorry, there is not much that can be saved for
-common Searching. It's just hitting /mypattern&lt;RETURN&gt;
-
-b) Substituting .........  I think, common substitution requires pretty many
-keystrokes. So I use the following macro with my favorite substitution options:
-
-:map &lt;F4&gt; :%s//gc&lt;Left&gt;&lt;Left&gt;&lt;Left&gt;
-
-This ends up with the cursor after the first '/' in the
-commandline. To complete it, you only have to enter -&gt;
-myoldpattern/mynewpattern&lt;RETURN&gt;
-
-Remark: I mapped it to &lt;F4&gt; (cause of tribute to the &lt;F4&gt; of
-the good old Norton Commander editor). You may map it where you want to.
-
-2) ++++  Searching for resp. Substituting of the current word under the
-cursor ++++++
-
-a) Searching ............  If you don't know how to look for the next
-occurence of the word under the cursor, you should *now* type :help * or
-:help star or refer to the tips vimtip #1 or vimtip #5 ((Tip within tip:
-To make your pattern more visible, look for :help hls))
-
-b) Substituting .........  The following macro extends the one above with
-automatically inserting the current word under the cursor into the from -
-pattern of the :s command.
-
-:map &lt;S-F4&gt;
-:%s/&lt;C-r&gt;&lt;C-w&gt;//gc&lt;Left&gt;&lt;Left&gt;&lt;Left&gt;
-
-To complete it, just enter -&gt;   mynewpattern&lt;RETURN&gt;
-
-I use this i.e. for reliable and quickly renaming a variable in the entire
-buffer.  I mapped it to Shift-&lt;F4&gt;. You may map it to the keystroke
-you want.
-
-Explanation: CTRL-v+CTRL-w expands to the word under the cursor.
-
-3) ++ Searching and Substituting for an arbitrary visually selected part of
-text ++++
-
-If you want to look or substitute (for) an *arbritary* pattern (which
-already exists at least once in your text), the following 2 mappings do it
-for you.  The advantage is that you dont have to type again or cut & paste
-the appropriate text but only have to visually select it.
-
-a) Searching ...........
-
-:vmap / y:execute "/".escape(@",'[]/\.*')&lt;CR&gt;
-
-This immediately finds to the next occurence of the previously visually
-selected text.
-
-b) Substituting .........
-
-:vmap &lt;F4&gt; y:execute
-"%s/".escape(@",'[]/\')."//gc"&lt;Left&gt;&lt;Left&gt;&lt;Left&gt;&lt;Left&gt;
-
-Again, as in the mapping in chapter 2), you just have to complete it by
-entering -&gt; mynewpattern&lt;RETURN&gt;
-
-Explanation/Discussion: What both Substituting and Searching in this way
-generally does is: - *y*anking the selected text - Inserting the visually
-selected via adressing the '"' register with '@"' as a
-  parameter of the escape() function going finally into the 'myoldpattern'
-  part.  The trickery problem is, if you have characters in your myoldpattern,
-  which are regular expression chars, they are recognized and threated
-  accordingly.	That is most likely not what you wanted.  To escape them, these
-  chars have to be declared by the second parameter of the excape() function,
-  which then escapes them with a backslash.  The few characters above work
-  for me. If you run into problems, you should check for additional regexp
-  chars in your text, and try to escape them by adding them to the escape()
-  function parameter.
-
-4) ++++++++++++++++++++++++++++++++  Conclusion
-+++++++++++++++++++++++++++++++++++++
-
-With the appropriate mappings in your vimrc you can save keystrokes when
-Searching or Substituting and avoid typing errors. That way, you can take
-lunch sooner
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Dutch spelling checker</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=161">http://vim.sf.net/tip_view.php?tip_id=161</A><BR>
-
-Download at <A
-HREF="http://www.thomer.com/thomer/vi/nlspchk.vim.gz.">http://www.thomer.com/thomer/vi/nlspchk.vim.gz.</A><BR>
-
-This sciript is based on Charles E. Campbell's English spelling checker script
-for ViM (<A HREF="http://users.erols.com/astronaut/vim/) and Piet Tutelaers'
-Dutch word list (http://www.ntg.nl/spell-nl-v5b/) using  Thomas Köhler's
-script (http://jeanluc-picard.de/vim/gerspchk/create). In other words, I
-didn't do much.">http://users.erols.com/astronaut/vim/) and Piet Tutelaers'
-Dutch word list (http://www.ntg.nl/spell-nl-v5b/) using  Thomas Köhler's
-script (http://jeanluc-picard.de/vim/gerspchk/create). In other words,
-I didn't do much.</A><BR>
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>write
-plugin with explorer like interfaces</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=162">http://vim.sf.net/tip_view.php?tip_id=162</A><BR>
-
-Several plugins use a text base interface based on a special buffer, this
-is the case of the standard explorer plugin, several bufexplorer plugins,
-the option buffer and others...  Here is a quick guide in how to do this
-
-Writing a special buf script
-	| using a special buffer is a common technic when writing
-	Vim scripts, it is used by | explorer, bufexplorer,
-	DirDiff...  | I'm currently writing one for TagsBase.vim | <A
-	HREF="http://vim.sourceforge.net/scripts/script.php?script_id=100
-	">http://vim.sourceforge.net/scripts/script.php?script_id=100 </A><BR>
-	| and I'll use this document to take notes on how to do it.  |
-
-Setting up the buffer
-	Opening the window TODO
-
-	Using a setup function
-		Principle
-			| we can use a specific function to open and setup
-			the special buffer. s:SetupBuf()
-		Setup Function advantage
-			| since the command will be defined in the main
-			script you | can use script local functions
-	Using a special filetype
-		Principle
-			| we can also use a new filetype and distribute a
-			syntax and an ftplugin for this | filetype, the only
-			thing needed in this case is to set the | filetype
-			after creating the buffer
-		Filetype advantage
-			| better separations of different parts of your
-			script. If | the main function of your plugin is
-			not to have this | special buffer then it is nice
-			to avoid clutering it.
-	Things which needs to be done to setup the buffer
-		The buffer should not be listed and does not correspond to
-		a file
-			* setlocal buftype=nofile -	  options always local
-			to buffer * set nobuflisted * set bufhidden=delete *
-			set nomodifiable
-		Setup the syntax for this buffer
-			| see :help syntax | This is usually done in two
-			steps, first describe the | syntax groups using :syn
-			commands then setup the | hilighting using :hi def
-			link commands.	Usually it is | best to link the
-			newly defined groups to predefine ones in | order
-			to make the coloring work fine with colorschemes.
-			| You'll find the list of predefined group by doing:
-			| :help group-name
-		Setup the special mappings
-			| since we have chosen to use the set nomodifiable
-			option | our buffer will never be in insert mode. All
-			our mapping | are in Normal, Visual or operator
-			pending, they should | therefore use the map, nmap,
-			vmap and omap mapping command | plus the associated
-			'nore' version.  I usually find it | better to use the
-			'nore' version to avoid surprises due to | mapping
-			in the user configuration.  | | We also want our
-			mappings to be local to the special | buffer so all
-			the commands will use the &lt;buffer&gt; modifier.
-			| | Finally we want our mappings not to polute the
-			status bar | so we use the &lt;silent&gt; modifier |
-			| Putting all this together we end up with mapping
-			commands | which look like: | noremap &lt;buffer&gt;
-			&lt;silent&gt; {lhs} {rhs}
-		Setup the special command
-			| we will then setup special commands for this buffer.
-			Like | for the mapping there are some precautions to
-			take: | we don't want an error message if the command
-			is defined | twice so we use the command! variant.  |
-			We want a command local to our buffer wo we use the |
-			-buffer attribute.  The rests of the command attributes
-			|  and options depend on the actual command.  |  So
-			our commands look like: |  command! -buffer {attr}
-			{cmd} {rep} |  where attr is optional.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Toggle Search Highlighting</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=163">http://vim.sf.net/tip_view.php?tip_id=163</A><BR>
-
-" Map H to toggle search highlighting map H :let &hlsearch =
-!&hlsearch&lt;CR&gt;
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Make
-non-ASCII characters displayed on console</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=164">http://vim.sf.net/tip_view.php?tip_id=164</A><BR>
-
-I had a problem with VIM on the FreeBSD console: it didn't display characters
-like German umlauts correctly, but escaped them with a tilde. The solution
-is to teach VIM about printable characters. I use the following on my .vimrc:
-
-set isprint=@,128-255
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Deleting
-a buffer without closing the window</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=165">http://vim.sf.net/tip_view.php?tip_id=165</A><BR>
-
-I'm not sure if this functionality is already within Vim, but I sometimes I
-find it useful to keep a split window from closing when deleting a buffer.
-This has already been discussed on the vim@vim.org mailing list.  However,
-I feel this solution is a little easier to use.
-
-" Put this into .vimrc or make it a plugin.  " Mapping :Bclose to some
-keystroke would probably be more useful.  " I like the way buflisted()
-behaves, but some may like the behavior " of other buffer testing functions.
-
-command! Bclose call &lt;SID&gt;BufcloseCloseIt()
-
-function! &lt;SID&gt;BufcloseCloseIt()
-	let l:currentBufNum = bufnr("%") let l:alternateBufNum = bufnr("#")
-
-	if buflisted(l:alternateBufNum)
-		buffer #
-	else
-		bnext
-	endif
-
-	if bufnr("%") == l:currentBufNum
-		new
-	endif
-
-	if buflisted(l:currentBufNum)
-		execute("bdelete ".l:currentBufNum)
-	endif
-endfunction
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Mapping
-caps lock to esc in XWindows</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=166">http://vim.sf.net/tip_view.php?tip_id=166</A><BR>
-
-(This originally appeared on the vim mailing list as post by Adam Monsen <A
-HREF="http://groups.yahoo.com/group/vim/message/19856)">http://groups.yahoo.com/group/vim/message/19856)</A><BR>
-
-If you want to completely swap caps lock and escape, you have to replace
-the "Lock" on caps lock. Drop this file in your home dir:&lt;br&gt;
------------start------------&lt;br&gt; ! Swap caps lock and escape&lt;br&gt;
-remove Lock = Caps_Lock&lt;br&gt; keysym Escape = Caps_Lock&lt;br&gt;
-keysym Caps_Lock = Escape&lt;br&gt; add Lock = Caps_Lock&lt;br&gt;
-------------end-------------&lt;br&gt; and call it ".speedswapper". Then
-open a terminal and type&lt;br&gt; $ xmodmap .speedswapper&lt;br&gt;
-and you'll be twice as efficient in vim. Who needs caps lock anyway? The
-swapping lasts for the duration of the X session, so you can put it in a
-.xinitrc or similar startup file. As far as other people using my laptop,
-I'd rather they didn't! Using a Dvorak layout might protect me even more... :)
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Using
-vim as a man-page viewer under Unix</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=167">http://vim.sf.net/tip_view.php?tip_id=167</A><BR>
-
-To use vim as a man-page viewer involves setting an environment variable:
-
-    sh, ksh:  export MANPAGER="col -b | view -c 'set ft=man nomod nolist'
-    -" csh    :  setenv MANPAGER "col -b | view -c 'set ft=man nomod nolist' -"
-
-Put one of the above two lines into your &lt;.profile&gt; or &lt;.login&gt;
-file as appropriate for your shell.
-
-The man pages will then be displayed with vim called as "view" and
-will use the &lt;man.vim&gt; syntax highlighting.  I myself use some
-additional highlighting which is enabled by putting the following file into
-&lt;.vim/after/syntax/man.vim&gt;.  I usually use the &lt;astronaut&gt;
-colorscheme (also available from this archive); those who use bright
-backgrounds may find the colors selected for manSubSectionStart and
-manSubSection something they'll want to change:
-
-  ---------------------------------------------------------------------
-" DrChip's additional &lt;man.vim&gt; stuff
-
-syn match  manSectionHeading	"^\s\+[0-9]\+\.[0-9.]*\s\+[A-Z].*$"
-contains=manSectionNumber syn match  manSectionNumber
-"^\s\+[0-9]\+\.[0-9]*"		    contained syn region manDQString
-start='[^a-zA-Z"]"[^", )]'lc=1	    end='"'	    contains=manSQString
-syn region manSQString		start="[ \t]'[^', )]"lc=1	    end="'"
-syn region manSQString		start="^'[^', )]"lc=1		    end="'"
-syn region manBQString		start="[^a-zA-Z`]`[^`, )]"lc=1	    end="[`']"
-syn region manBQSQString	start="``[^),']"		    end="''"
-syn match  manBulletZone	transparent "^\s\+o\s" contains=manBullet
-syn case    match syn keyword manBullet contained o syn match	manBullet
-contained "\[+*]" syn match   manSubSectionStart  "^\*"   skipwhite
-nextgroup=manSubSection syn match   manSubSection	".*$"	contained
-
-hi link manSectionNumber    Number hi link manDQString	       String hi
-link manSQString	 String hi link manBQString	    String hi
-link manBQSQString	 String hi link manBullet	    Special hi
-manSubSectionStart	 term=NONE cterm=NONE gui=NONE ctermfg=black
-ctermbg=black guifg=navyblue guibg=navyblue hi manSubSection
-term=underline cterm=underline gui=underline ctermfg=green guifg=green set ts=8
-  ---------------------------------------------------------------------
-
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Viewing
-the actual XPM data in GVIM</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=168">http://vim.sf.net/tip_view.php?tip_id=168</A><BR>
-
-GVIM has an excellent syntax highlighting for XPM images, but sometimes
-it's useful to view the actual data. This can be achieved by searching for
-everything, type in "/." and all characters will be highlighted and therefore
-the old colouring is lost. To regain the normal highlighting you can search
-for a non-existent sequence, like "/foo".
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>&lt;Tab&gt;
-= &lt;C-I&gt; and &lt;Esc&gt; = &lt;C-[&gt;</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=169">http://vim.sf.net/tip_view.php?tip_id=169</A><BR>
-
-     An FAQ on the vim users' mailing list is whether &lt;Tab&gt; and
-     &lt;C-I&gt;
-can be mapped to different things.  The answer is no.  As I understand it,
-this is a low level issue:  &lt;Tab&gt; and &lt;C-I&gt; are different names
-for the same ASCII code, and there is no way for vim to tell them apart.
-Similarly, &lt;Esc&gt; and &lt;C-[&gt; are the same thing.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Repeating
-a sequence of commands without defining a macro</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=170">http://vim.sf.net/tip_view.php?tip_id=170</A><BR>
-
-Imagine.
-
-You have just finished a complicated modification of a file, involving
-numerous replace commands :%s/xxx/yyyy/g, and other ex commands.
-
-Then you realize, you have done it a little bit wrong, and you have to begin
-all the operation again, just to change one replace string, or do one more
-operation "somewhere 10 commands ago".
-
-Or you realize, you will have to do the same stuff tomorrow with another file.
-
-or you realize, you want to perform the same sequence of commands, you have
-typed a few days ago
-
-You should have made it a macro (normal command q), but you haven't.
-
-Nothing is lost yet.
-
-You go to the command line (by typing :) and press Ctrl+F.  (Ctrl+F in other
-modes scrolls the screen)
-
-You get a temporary window, listing the history of command line.
-It is possible to yank appropriate lines here, make a new file called
-$VIMRUNTIME/macros/something.vim put those lines here, edit them and save
-
-see :help cedit
-
-Then you can call the macro using :source something.vim
-
-You might want to set variable 'history' to a higher number then default in
-your vimrc file like :set history=300 see :help history :help vimrc
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Do
-you know the "g/" and "g?" commands?</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=171">http://vim.sf.net/tip_view.php?tip_id=171</A><BR>
-
-Directly from the Vim Todo list:
-
-7   For Visual mode: Command to do a search for the string in the marked area.
-    Only when less than two lines. Use "g/" and "g?".
-
-In other words, a way to search for visually selected text !!  :-)
-
-"==== vsearch.vim ====
-
-" Visual mode search
-
-vmap g/ :call VsearchPatternSave()&lt;cr&gt;/&lt;c-r&gt;/&lt;cr&gt; vmap
-g? :call VsearchPatternSave()&lt;cr&gt;?&lt;c-r&gt;/&lt;cr&gt;
-
-function! VsearchPatternSave()
-  let l:temp = @@ normal gvy let @/ = substitute(escape(@@, '/\'), "\n",
-  "\\\\n", "g") let @@ = l:temp unlet l:temp
-endfunction
-
-"==== END ====
-
-Normally, this file should reside in the plugins directory and be
-automatically sourced. If not, you must manually source this file using
-':source vsearch.vim'.
-
-In Visual mode, highlight the text for searching.  Then you can use the
-default visual key mappings
-
-g/ - search forwards g? - search backwards
-
-Visual searches behave like normal searches.  The 'n' and 'N' commands
-work as they should, and the search history correctly records each search.
-Multi-line searches behave as they should (this corrects the 'yank-only'
-method mentioned in the Vim help files).  Block visual searches do not
-work yet.  Hopefully, someone can figure out a way to do this easily.
-
-I've only tested this on Win2000 and Redhat Linux 7.1.	I'm not really clear
-on how the carriage returns are dealt with on other systems.
-
-Anyway, enjoy!
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Using
-Ispell on a highlighted region</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=172">http://vim.sf.net/tip_view.php?tip_id=172</A><BR>
-
-Suppose you would like to use Ispell to check a word or region that you've
-visually highlighted.  The following macro will do the job.  Just type
-Shift-Insert while in visual mode.
-
-vnoremap &lt;S-Insert&gt; &lt;C-C&gt;`&lt;v`&gt;s&lt;Space&gt;&lt;Esc&gt;mq:e
-ispell.tmp&lt;CR&gt;i&lt;C-R&gt;"&lt;Esc&gt;:w&lt;CR&gt;:! xterm
--bg ivory -fn 10x20 -e ispell %&lt;CR&gt;&lt;CR&gt;:e
-%&lt;CR&gt;&lt;CR&gt;ggVG&lt;Esc&gt;`&lt;v`&gt;s&lt;Esc&gt;:bwipeout!&lt;CR&gt;:!rm
-ispell.tmp*&lt;CR&gt;`q"_s&lt;C-R&gt;"&lt;Esc&gt;
-
-This is based on Chip Campbell's macro which uses Ispell on the whole file
-(in normal mode).
-
-noremap &lt;S-Insert&gt; :w&lt;CR&gt;:! xterm -bg ivory -fn 10x20 -e ispell
-%&lt;CR&gt;&lt;Space&gt;:e %&lt;CR&gt;&lt;Space&gt;
-
-Carl Mueller
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Switch
-between splits very fast (for multi-file editing)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=173">http://vim.sf.net/tip_view.php?tip_id=173</A><BR>
-
-I am a Web developer and I use Vim as my primary editor.
-
-Most programming projects (and Web programming projects, in particular)
-are spread out over multiple files, which you often want to have open
-concurrently. If you don't already know, Vim supports this very well! Just use:
-
-:sp name-of-another-file-to-edit
-
-My problems were that (1) it took too long to move between files, and (2)
-the files were taking up too much room on the screen.
-
-(1) In order to move to the file in the split above my current window, I was
-typing Ctrl-W, Up (move up a window) Ctrl-W, _ (maximize the menu). That's
-four keystrokes (more if you count Ctrl and Shift), and they are all over
-the keyboard. To help avoid this problem, I created this mapping in my .vimrc:
-
-map &lt;C-J&gt; &lt;C-W&gt;j&lt;C-W&gt;_ map &lt;C-K&gt;
-&lt;C-W&gt;k&lt;C-W&gt;_
-
-Now I can hold down Ctrl and move between windows with the standard Vim
-movement keys. Much, much quicker!
-
-(2) By default, Vim displays the current line of each minimized file, which
-(to me) isn't much help and takes up too much screen real estate. I use this
-line in my .vimrc:
-
-set wmh=0
-
-This sets the minimum window height to 0, so you can stack many more files
-before things get crowded. Vim will only display the filename.
-
-Hope this helps those of you who are working on projects with large numbers
-of files you're constantly flipping through. Happy Vimming!
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Footnotes</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=174">http://vim.sf.net/tip_view.php?tip_id=174</A><BR>
-
-ab (1
-[1]&lt;esc&gt;:/^--\s/-1/&lt;cr&gt;o&lt;insert&gt;&lt;cr&gt;Footnotes:&lt;cr&gt;----------&lt;cr&gt;[1]
-ab (2 [2]&lt;esc&gt;:/^Footnotes\:/+2/&lt;cr&gt;o&lt;insert&gt;[2]
-ab (3 [3]&lt;esc&gt;:/^Footnotes\:/+3/&lt;cr&gt;o&lt;insert&gt;[3] ab
-(4 [4]&lt;esc&gt;:/^Footnotes\:/+4/&lt;cr&gt;o&lt;insert&gt;[4] ab (5
-[5]&lt;esc&gt;:/^Footnotes\:/+5/&lt;cr&gt;o&lt;insert&gt;[5]
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>how to make
-VIM as ur default editor even without root ac.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=175">http://vim.sf.net/tip_view.php?tip_id=175</A><BR>
-
-hi, if u have installed vim in your home directory somewhere and u don't have a
-root account, and you want to make VIM the default editor for anything u do.
-i.e if ur using SQLplus and want to edit a sql command.  normally typing
-edit brings up the vi editor and not vim editor.  to solve this problem.
-define these three variables in your .profile VIM=&lt;base directory where
-vim executable is placed&gt; VIMRUNTIME=&lt;base direcoty where vim runtimes
-are kept&gt; EDITOR=$VIM/vim
-
-note if u have installed vim with another name, say vim.exe then change
-EDITOR=$VIM/vim to EDITOR=$VIM/vim.exe
-
-source the .profile and viola. next time u start an editor from any program
-u have the vim editor.
-
-Njoy.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Autocheckout from perforce</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=176">http://vim.sf.net/tip_view.php?tip_id=176</A><BR>
-
-The following code automatically checks out files from perforce when the
-user modifies them. It first confirms the check-out with the user.
-
-(Perforce is a commercial version control system.  I imagine this could be
-modified for RCS, CVS, etc., but I don't use those.)
-
-I'm a vim newbie -- I've used vi since 1984, but just started with vim a couple
-days ago.  Color me impressed!	Please excuse any stupidity in the code..
-
-Note that this function needs the "P4HOME" environment variable to be set.
-I could extract it by invoking "p4 client", but I don't want to invoke p4
-every time I start vim.  So I assume the user sets it in the environment.
-
-" Set a buffer-local variable to the perforce path, if this file is under
-the perforce root.  function IsUnderPerforce()
-    if exists("$P4HOME")
-	if expand("%:p") =~ ("^" . $P4HOME)
-	    let b:p4path = substitute(expand("%:p"), $P4HOME, "//depot", "")
-	endif
-    endif
-endfunction " Confirm with the user, then checkout a file from perforce.
-function P4Checkout()
-   if exists("b:p4path")
-	if (confirm("Checkout from Perforce?", "&Yes\n&No", 1) == 1)
-	    call system("p4 edit " . b:p4path . " &gt; /dev/null") if
-	    v:shell_error == 0
-		set noreadonly
-	    endif
-	endif
-    endif
-endfunction
-
-if !exists("au_p4_cmd")
-    let au_p4_cmd=1
-
-    au BufEnter * call IsUnderPerforce() au FileChangedRO * call P4Checkout()
-endif
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Highlight
-matching brackets as one moves in normal mode (plugin)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=177">http://vim.sf.net/tip_view.php?tip_id=177</A><BR>
-
-Check out <A HREF="http://www.erols.com/astronaut/vim/index.html#VimFuncs
-for">http://www.erols.com/astronaut/vim/index.html#VimFuncs for</A><BR>
-a plugin script which highlights matching brackets.  The script has two
-always-on maps:
-	\[i   : start [HiMtchBrkt] mode \[s   : stop [HiMtchBrkt] mode
-The plugin will save all user maps and options that the plugin uses and will
-restore them when the mode is stopped.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Making
-a "derived" colorscheme without copy & paste</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=178">http://vim.sf.net/tip_view.php?tip_id=178</A><BR>
-
-Suppose there's a colorscheme that you're pretty fond of, but hate one or
-two particular aspects about.  For example, I love the "blue" colorscheme
-that ships with vim, but I find it's colors for the non-active status line
-to be unreadable.  Here's how to create a colorscheme which extends "blue"
-without copying it to a new file and editing it.
-
-In my ~/.vim/colors, I created a "my-blue.vim" file with these contents:
-
-"these lines are suggested to be at the top of every colorscheme hi clear
-if exists("syntax_on")
-   syntax reset
-endif
-
-"Load the 'base' colorscheme - the one you want to alter runtime
-colors/blue.vim
-
-"Override the name of the base colorscheme with the name of this custom one
-let g:colors_name = "my-blue"
-
-"Clear the colors for any items that you don't like hi clear StatusLine hi
-clear StatusLineNC
-
-"Set up your new & improved colors hi StatusLine guifg=black guibg=white hi
-StatusLineNC guifg=LightCyan guibg=blue gui=bold
-
-That's all there is to it.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Simplify help buffer navigation</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=179">http://vim.sf.net/tip_view.php?tip_id=179</A><BR>
-
-Vim is distributed with comprehensive help system, which has basic hyperlink
-support - you can press &lt;C-]&gt; over |some subject| or 'some option'
-to read more about particular term.
-
-The following mappings simplify help buffer navigation: pressing s(or S)
-will find next(previous) subject from cursor position pressing o(or O) will
-find next(previous) option from cursor position pressing Enter will jump to
-subject under cursor pressing Backspace will return from the last jump
-
-Put them into help filetype plugin (like ~/.vim/ftplugin/help.vim on UNIX).
-
-nmap &lt;buffer&gt; &lt;CR&gt; &lt;C-]&gt; nmap &lt;buffer&gt; &lt;BS&gt;
-&lt;C-T&gt; nmap &lt;buffer&gt; o /'[a-z]\{2,\}'&lt;CR&gt; nmap &lt;buffer&gt;
-O ?'[a-z]\{2,\}'&lt;CR&gt; nmap &lt;buffer&gt; s /\|\S\+\|&lt;CR&gt; nmap
-&lt;buffer&gt; S ?\|\S\+\|&lt;CR&gt;
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Reload
-your filetype/syntax plugin</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=180">http://vim.sf.net/tip_view.php?tip_id=180</A><BR>
-
-Ever tried to write/debug your own  filetype/syntax plugin?
-
-It's an iterative process which involves editing plugin code and testing it
-on some sample file. To see changes you made in your plugin simply do :e
-on sample file.  This will force Vim to reload all buffer-specific files,
-including your plugin.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>get the vim patched source</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=181">http://vim.sf.net/tip_view.php?tip_id=181</A><BR>
-
-Hi, there has been a number of person (including) asking in the vim list how
-to keep up with Bram's incredible bug correction and patch writing skills, but
-there is a great way to do this!  Use the cvs source which is available at <A
-HREF="http://sourceforge.net/cvs/?group_id=8">http://sourceforge.net/cvs/?group_id=8</A><BR>
-it is kept up to date and its a lot easier than applying all the patch
-in order.  Benoit
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Keep
-your cursor centered vertically on the screen</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=182">http://vim.sf.net/tip_view.php?tip_id=182</A><BR>
-
-i hope i don't hear a collective 'DUH!' from around the world but i just
-did this and i think it's kinda cool.
-
-in your .vimrc add...
-
-map j jzz map k kzz
-
-so whenever you go up or down, vim does that and then re-centers.  obviously it
-doesn't work when you page up/ down.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Select
-a buffer from those matching a pattern</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=183">http://vim.sf.net/tip_view.php?tip_id=183</A><BR>
-
-The :bu command will take a pattern as an argument and jump to the matching
-buffer.  However, it's not very helpful if there is more than one buffer
-matching the pattern.  In that case, it will jump to the first match, which
-may not be what you want.  The following function and user-command will
-print a list of the matching buffers in the command-line area, and allow
-you to select one of the matching buffers by number.
-
-"Select from buffers matching a certain pattern "the 'pattern' argument
-shouldn't be prepended with a slash
-
-function! BufSel(pattern)
-   let bufcount = bufnr("$") let currbufnr = 1 while currbufnr &lt;= bufcount
-      if(bufexists(currbufnr))
-	 let currbufname = bufname(currbufnr) if(match(currbufname, a:pattern)
-	 &gt; -1)
-	       echo currbufnr . ":	". bufname(currbufnr)
-	 endif
-      endif let currbufnr = currbufnr + 1
-   endwhile let desiredbufnr = input("Enter buffer number: ")
-   if(strlen(desiredbufnr) != 0)
-      exe ":bu ". desiredbufnr
-   endif
-endfunction
-
-"Bind the BufSel() function to a user-command command! -nargs=1 Bs :call
-BufSel("&lt;args&gt;")
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>How
-to obscure text instantaneously</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=184">http://vim.sf.net/tip_view.php?tip_id=184</A><BR>
-
-Hi, Lets say your writing some imp. doc. and your colleague comes along. you
-don't wan't him to see what you are typing.  so u start fumbling to type
-:wq! or switch with Alt-TAB. etc.  but wouldn't it be nice to just obsucre the
-text temporarily, so that u don't have to quit or swith to another application
-using Alt-tab.	(and if u don;t have any other window open u can;t even use
-alt-tab) well rot-13 comes to help. vim has a built in rot-13 encoder.
-
-jut put the follwoing in your .vimrc
-
-map &lt;F3&gt; ggVGg?
-
-so next time some body comes along just press &lt;F3&gt; and all the buffer
-will be rot-13 encoded. to decode just press &lt;f3&gt; again.	Njoy
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Make vim the
-editor for files with unregistered extensions in Windows</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=185">http://vim.sf.net/tip_view.php?tip_id=185</A><BR>
-
-Normally in Windows, if you try to "launch" a file whose extension is not
-registered with the system, the OS will prompt you for what editor you would
-like to use to open the file.  A much more appealing solution, in my mind,
-is to make vim the default editor for any unregistered extension.
-
-To set vim up as the default editor for unregistered extensions, follow
-these steps: 1. Copy the following into a file named unregistered.reg
--------------begin unregistered.reg----------------- REGEDIT4
-[HKEY_CLASSES_ROOT\Unknown\shell\Open\Command] @="d:\\program
-files\\vim\\vim60\\gvim.exe \"%1\"" -------------end
-unregistered.reg-----------------
-
-2. Import unregistered into your registry.  This can be done in vim by
-executing the following :!regedit "unregistered.reg"
-
-Disclaimer: This has been tested only on NT4.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Making search powerful</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=186">http://vim.sf.net/tip_view.php?tip_id=186</A><BR>
-
-My tip is just a bunch of mappings that can be used while searching.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Making search powerful</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=187">http://vim.sf.net/tip_view.php?tip_id=187</A><BR>
-
-(Sorry, I think I accidentally added an incomplete tip)
-
-My tip is just a bunch of mappings that can be used while searching.
-What it does?
-  o. Extend your current search. (kinda emacs search where you can search
-  each occurences
-      one by one and go back to the cursor position.
-  o. Scroll/position during mapping.  o. Other miscellaneous stuffs ;) read on
-
-How to use?
-   o. copy and paste the mappings into a file o. open vim (like vim .profile)
-   o. :so &lt;saved-file&gt; o. start using the mappings
-
-Note:
-   In case these mappings dont work run like, 'vim -u NONE -U NONE -c
-   "so the-saved-file.vim"'
-
-   Some of my mappings override the default vim bindings. (like Ctrl-A,
-   Ctrl-Q). I selected those because, I feel by taking those I can do all
-   the search stuff with my left hand.
-
-   One thing I did not like with this is, I usually miss the "search hit
-   bottom" message. I could have handled that by complicating the current
-   mappings, but I preferred to make it simple
-
-Mappings Used /		 =&gt; regular forward search start ?	      =&gt;
-regular backward search start Rest of the mappings are used during search
-Ctrl-A	=&gt; search again forward (In normal mode, search forward with
-the word under cursor) Ctrl-Q  =&gt; search again backward (in normal mode,
-search backward with the word under cursor) Ctrl-X  =&gt; restore cursor (use
-at any point of time/during-any-operation mentioned during searching) Ctrl-F
-=&gt; search with the word under cursor Ctrl-G	=&gt; incrementally add the
-letters following the search pattern (in current line) Ctrl-T Ctrl-T =&gt;
-search for the exact Ctrl-T Ctrl-Y =&gt; search partial (just strips \&lt;
-and \&gt;) Ctrl-E  =&gt; scroll up during searching Ctrl-Y  =&gt; scroll down
-during searching Ctrl-Z Ctrl-Z =&gt; position the cursor to mid of screen
-(like zz in normal) Ctrl-Z Ctrl-A =&gt; position the cursor to top of screen
-(like zt in normal) Ctrl-Z Ctrl-X =&gt; position the cursor to bottom of
-screen (like zb in normal)
-
-Misc: Ctrl-K during search save the current matching line Ctrl-K in normal
-mode pastes the saved line
-
-C mappings Ctrl-V Ctrl-G search for the global variable of the search
-pattern/word under cursor Ctrl-V Ctrl-H search for the local variable of
-the search pattern/word under cursor
-
-" --- cut n paste from here to end of document --- se nocp incsearch " core
-mappings noremap  / mg/ noremap  ? mg?	ounmap / ounmap ?  noremap &lt;C-A&gt;
-mg"gyiw/&lt;C-R&gt;g cnoremap &lt;C-A&gt; &lt;CR&gt;/&lt;Up&gt; cnoremap
-&lt;C-X&gt; &lt;CR&gt;`g cnoremap &lt;C-Q&gt; &lt;CR&gt;?&lt;Up&gt;
-
-" extending current search mappings cnoremap &lt;C-F&gt;
-&lt;CR&gt;yiw&lt;BS&gt;/&lt;C-R&gt;" cnoremap &lt;C-G&gt;
-&lt;CR&gt;y/&lt;Up&gt;/e+1&lt;CR&gt;&lt;BS&gt;/&lt;C-R&gt;=escape(@",'.*\/?')&lt;CR&gt;
-
-" miscellaneous: copy current line during search and later paste in NORMAL
-mode cnoremap &lt;C-K&gt; &lt;CR&gt;"hyy?&lt;Up&gt;&lt;CR&gt;/&lt;Up&gt;
-noremap &lt;C-K&gt; "hp
-
-" exact/partial search mappings cnoremap &lt;C-T&gt;&lt;C-T&gt;
-&lt;Home&gt;\&lt;&lt;C-End&gt;\&gt; cnoremap &lt;C-T&gt;&lt;C-Y&gt;
-&lt;Home&gt;&lt;Del&gt;&lt;Del&gt;&lt;End&gt;&lt;Del&gt;&lt;Del&gt;
-
-" C global/local variable search mappings noremap &lt;C-V&gt;&lt;C-G&gt;
-mgyiw&lt;CR&gt;gg/\&lt;&lt;C-R&gt;"\&gt; noremap &lt;C-V&gt;&lt;C-H&gt;
-mgyiw?^{&lt;CR&gt;/\&lt;&lt;C-R&gt;"\&gt; cnoremap &lt;C-V&gt;&lt;C-G&gt;
-&lt;CR&gt;yiwgg/\&lt;&lt;C-R&gt;"\&gt; cnoremap &lt;C-V&gt;&lt;C-H&gt;
-&lt;CR&gt;yiw?^{&lt;CR&gt;/\&lt;&lt;C-R&gt;"\&gt;
-
-" positioning/scrolling during search mappings cnoremap &lt;C-E&gt;
-&lt;CR&gt;mt&lt;C-E&gt;`t&lt;BS&gt;/&lt;Up&gt; cnoremap &lt;C-Y&gt;
-&lt;CR&gt;&lt;C-Y&gt;&lt;BS&gt;/&lt;Up&gt; cnoremap &lt;C-Z&gt;&lt;C-A&gt;
-&lt;CR&gt;zt&lt;BS&gt;/&lt;Up&gt; cnoremap &lt;C-Z&gt;&lt;C-X&gt;
-&lt;CR&gt;zb&lt;BS&gt;/&lt;Up&gt; cnoremap &lt;C-Z&gt;&lt;C-Z&gt;
-&lt;CR&gt;zz&lt;BS&gt;/&lt;Up&gt;
-
-" VISUAL mappings vnoremap / ymg/&lt;C-R&gt;=escape(@",'.*\/?')&lt;CR&gt;
-vnoremap ? ymg?&lt;C-R&gt;=escape(@",'.*\/?')&lt;CR&gt;
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Searching
-for more than one word at the same time.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=188">http://vim.sf.net/tip_view.php?tip_id=188</A><BR>
-
-Did you know that with VIM u can search for more than one word with a single
-command.  say you want to search all occurances of "bill" or "ted", or "harry"
-in a text.  in normal mode do the following.  /\(bill\)\|\(ted\)\|\(harry\)
-&lt;Enter&gt;
-
-this will match all instances of either "bill", or "ted", or "harry" in your
-text. the key is the \(\) and \| operators.  \(\) group characters in a word
-and \| is for ORing.
-
-this is so cool u can even use it for replacing text.  to replace all
-instances of "bill" or "ted" or "harry" with "greg" do the following
-:%s/\(bill\)\|\(ted\)\|\(harry\)/greg/g &lt;enter&gt; (note :- if u have
-set the option "gdefault" u don't need the "g" at the end of the above command)
-
-I don't know of any other editor which can do this, with so much ease.
-Rock on VIM Njoy
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Make
-Ctrl-Backspace delete previous word (like GTK inputs)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=189">http://vim.sf.net/tip_view.php?tip_id=189</A><BR>
-
-Stuff this into your ~/.gvimrc and then you'll be able to type
-Control-Backspace to delete the previous word.	I had gotten so used to
-C-BS working a certain way in all my editors with a ceezy input area (like
-mozilla/galeon, gabber, etc...), that I wanted the same behaviour when I
-used gvim.
-
-" map control-backspace to delete the previous word :imap &lt;C-BS&gt;
-&lt;Esc&gt;vBc
-
-Simple, I know, but reasonably useful.
-
---Robert
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>XP &gt;
-I-Explorer &gt; HTML Editor &lt; REG files</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=190">http://vim.sf.net/tip_view.php?tip_id=190</A><BR>
-
-The issue is permitting other programs, besides NOTEPAD, be the HTML editor
-under Internet Explorer.  (Adding "Edit" as a New Action in the publicly
-exposed Files Types for HTM/L does NOT do the job.)
-
-Given below are two REG files for vim.	Just cut 'em up where indicated.
-They have been tested under Windows XP.
-
--------------------------------------------------------CUT HERE---------------
-Windows Registry Editor Version 5.00
-
-; GOAL: Set gvim as HTML editor in Internet Explorer 6.0 ; Vim version :
-6.0 ; Windows version: XP ; EASY USAGE: name this file iex-vim60.reg and
-double click on it ; Hard Usage: IMPORT this file using REGEDIT.EXE found
-in c:\WINDOWS ; Last modified date : Dec 16, 2001
-
-; gvim is expected in "C:\Program Files\Vim\vim60\gvim.exe" ; Be sure to
-also reset Explorer&gt;Tools&gt;Internet Options&gt;Programs
-
-; Microsoft documentation ; <A
-HREF="http://msdn.microsoft.com/workshop/browser/configuration/clientreg/clientregistrylayout.asp">http://msdn.microsoft.com/workshop/browser/configuration/clientreg/clientregistrylayout.asp</A><BR>
-
-; Add Vim in the list of supported HTML editors
-[HKEY_CLASSES_ROOT\.htm\OpenWithList\Vim]
-
-[HKEY_CLASSES_ROOT\.htm\OpenWithList\Vim\shell]
-
-[HKEY_CLASSES_ROOT\.htm\OpenWithList\Vim\shell\edit]
-
-[HKEY_CLASSES_ROOT\.htm\OpenWithList\Vim\shell\edit\command] @="\"C:\\Program
-Files\\Vim\\vim60\\gvim.exe\" \"%1\""
-
-; Do NOT add to .html, registry for .htm type suffices
-;[HKEY_CLASSES_ROOT\.html\OpenWithList\Vim]
-
-;[HKEY_CLASSES_ROOT\.html\OpenWithList\Vim\shell]
-
-;[HKEY_CLASSES_ROOT\.html\OpenWithList\Vim\shell\edit]
-
-;[HKEY_CLASSES_ROOT\.html\OpenWithList\Vim\shell\edit\command]
-;@="\"C:\\Program Files\\Vim\\vim60\\gvim.exe\" \"%1\""
-
-; OPTIONAL: Within Internet Explorer "View Source" with gvim
-; but prefer to use Edit button (got to add this) on Toolbar
-;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor]
-
-;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source
-Editor\Editor Name] ;@="C:\\Program Files\\Vim\\vim60\\gvim.exe"
-
-; ============================================= EOF
-
--------------------------------------------------------CUT HERE---------------
-Windows Registry Editor Version 5.00
-
-; GOAL: UNINSTALL gvim as HTML editor in Internet Explorer 6.0 ; Vim version :
-6.0 ; Windows version: XP ; EASY USAGE: name this file iex-vim60-uninstall.reg
-and double click on it ; Hard Usage: IMPORT this file using REGEDIT.EXE
-found in c:\WINDOWS ; Last modified date : Dec 16, 2001
-
-; gvim is expected in "C:\Program Files\Vim\vim60\gvim.exe" ; Be sure to
-also reset Explorer&gt;Tools&gt;Internet Options&gt;Programs
-
-; Microsoft documentation ; <A
-HREF="http://msdn.microsoft.com/workshop/browser/configuration/clientreg/clientregistrylayout.asp">http://msdn.microsoft.com/workshop/browser/configuration/clientreg/clientregistrylayout.asp</A><BR>
-
-[-HKEY_CLASSES_ROOT\.htm\OpenWithList\Vim]
-
-[-HKEY_CLASSES_ROOT\.html\OpenWithList\Vim]
-
-[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor]
-
-; ============================================= EOF
--------------------------------------------------------CUT HERE---------------
-
-Happy Vimming...
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Transposing</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=191">http://vim.sf.net/tip_view.php?tip_id=191</A><BR>
-
-You can easily move lines with these maps using &lt;C-Up&gt; and &lt;C-Down&gt;
-(only in GUI version :( ) (Works in normal, insert, and visual mode, but
-you can't add a count to them) " Transposing lines nmap &lt;C-Down&gt;
-:&lt;C-u&gt;move .+1&lt;CR&gt; nmap &lt;C-Up&gt; :&lt;C-u&gt;move .-2&lt;CR&gt;
-
-imap &lt;C-Down&gt; &lt;C-o&gt;:&lt;C-u&gt;move .+1&lt;CR&gt; imap &lt;C-Up&gt;
-&lt;C-o&gt;:&lt;C-u&gt;move .-2&lt;CR&gt;
-
-vmap &lt;C-Down&gt; :move '&gt;+1&lt;CR&gt;gv vmap &lt;C-Up&gt; :move
-'&lt;-2&lt;CR&gt;gv
-
-" Transpose chars (like Ctrl-T in emacs, shell...)  imap &lt;C-F&gt;
-&lt;Esc&gt;Xpa
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Latex Help for VIM</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=192">http://vim.sf.net/tip_view.php?tip_id=192</A><BR>
-
-LaTeX Help for aucTeX `translated' as vim help file.
-
-Installing
-
-:help add-local-help
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Insert
-the current filename at cursor postion.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=193">http://vim.sf.net/tip_view.php?tip_id=193</A><BR>
-
-I found this one good for when I was starting to learn Java, it simply inserts
-the current filename, at the cursor position, when you are in insert mode.
-Honestly, its a mish-mash of some other tips I found here, but I thought it
-might be useful.
-
-imap \fn   &lt;C-R&gt;=expand("%:t:r")&lt;CR&gt;
-
-Enjoy!
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Inserting text in multiple lines</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=194">http://vim.sf.net/tip_view.php?tip_id=194</A><BR>
-
-Do you know the I key in visual-block mode?
-
-Suppose you have let a=2 let b=3 let c=4
-
-You want to make these variables script-wise. Then you move to over a, hit
-&lt;C-v&gt;, press jj and now press I.	You will be in insert mode before a
-Now enter s:&lt;Esc&gt;, and when you press &lt;Esc&gt;, b and c will have
-the s: prefix too.  See |v_b_I|
-
-Happy vimming!	Gergely Kontra
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Switching between files</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=195">http://vim.sf.net/tip_view.php?tip_id=195</A><BR>
-
-When you edit multiple files, you often need to change windows.  You can set
-up vim in windows and gvim to switch between windows with the commonly used
-Ctrl-Tab and Ctrl-Shift-Tab The mappings nmap &lt;C-Tab&gt; &lt;C-w&gt;w
-nmap &lt;C-S-Tab&gt;&lt;C-w&gt;W (They wrap around) See also |Ctrl-w|
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>FileName
-Completion in Shell Scripts</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=196">http://vim.sf.net/tip_view.php?tip_id=196</A><BR>
-
-In shell scripts, you often define environment variables for diff directory
-names.	i.e.  JAVA_HOME=/opt/java/jdk1.4 PATH=/usr/local/bin:/bin....
-
-Normally typing Ctrl-X Ctrl-F is used to complete FileName under cursor.
-But this does not work if used on lines given above.  This is because vim
-treats "=" sign as a valid filename character.	Since the actual possibility
-of "=" being in any filename is very less, this char can be removed from
-the list of valid filename char.
-
-set isfname-==
-
-putting the above line in .vimrc will remove "=" from the list of valid
-filename chars.  thus u can easyly complete filenames using &lt;Ctrl-X&gt;
-&lt;Ctrl-F&gt; Njoy
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Open
-file in already running vim from elsewhere</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=197">http://vim.sf.net/tip_view.php?tip_id=197</A><BR>
-
-If you want edit new file, and you  want do it	in alrady running vim,
-instead of launching another instance, you may use --remote argument:
-
-gvim first_file gvim --remote +split first_file
-
-:he --remote It requires X windows (but works in terminal version of vim
-there too) or MS windows and built-in client-server mechanism. If there are
-several instances of vim already running, you may choose to which you talk
-using --servername :help --servername
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Pasting
-code with syntax coloring in emails</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=198">http://vim.sf.net/tip_view.php?tip_id=198</A><BR>
-
-When sending code snippets or diffs to your colleagues either for code review
-or for something else as email, how nice and clear it will be if you can
-paste it with the Vim syntax highlighting? I am sure they will be impressed
-and feel much easier to read the code. It is also very easy and fast (once
-you practice it) to do this.
-
-This probably works only on windows and requires you to use Internet Explorer
-and an email client that understand RTF content coming from clipboard, such
-as Outlook or Outlook Express. At least that would make the process faster. I
-haven't tried on any other combination though. This is what you need to do:
-
-- Open the file containing the code/code snippet/diff etc. in gvim. If you
-use dark background for GVim (like me), then I would suggest you to change
-your color scheme temporarily to something else that has a white background
-or just use the "-U NONE" as below:
-
-    gvim -U NONE &lt;file&gt;
-
-- Convert the file into HTML by using the following command at the colon
-prompt as below:
-
-    :runtime syntax/2html.vim
-
-- The above step will open a new window with the HTML content in it. You might
-want to just save it with the suggested name or write into a temporary file as:
-
-    :w! c:/tmp/t.html
-
-- Open the IE browser window and open the above temp file "c:/tmp/t.html".
-- Now you select all (press ^A) and copy it (^C).  - You are ready to paste
-it with syntax coloring in any application that accepts RTF content from
-clipboard, including Outlook or Outlook Express mail composing window.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>maximize
-window and return to previous split structure</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=199">http://vim.sf.net/tip_view.php?tip_id=199</A><BR>
-
-Say you have layed out a complex window split structure, and want to
-temporarily open 1 window with max dimensions, but don't want to lose your
-split structure.  The following function and mappings let you toggle between
-the split windows and on window maximized. The mappings prevent the default
-behavior of calling :only and losing your finely tuned splits.
-
-Put this bit in your vimrc file, change mappings if you don't want to override
-the defaults:
-
-nnoremap &lt;C-W&gt;O :call MaximizeToggle ()&lt;CR&gt; nnoremap &lt;C-W&gt;o
-:call MaximizeToggle ()&lt;CR&gt; nnoremap &lt;C-W&gt;&lt;C-O&gt; :call
-MaximizeToggle ()&lt;CR&gt;
-
-function! MaximizeToggle()
-	if exists("s:maximize_session")
-		source s:maximize_session call delete(s:maximize_session)
-		unlet s:maximize_session let &hidden=s:maximize_hidden_save
-		unlet s:maximize_hidden_save
-	else
-		let s:maximize_hidden_save = &hidden let s:maximize_session =
-		tempname() set hidden mksession! s:maximize_session only
-	endif
-endfunction
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Bouncing
-Parentheses (during insertion)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=200">http://vim.sf.net/tip_view.php?tip_id=200</A><BR>
-
-When one is inserting parentheses some folks like to see the cursor bounce
-off the matching parenthesis.  To do that, put the following map into your
-&lt;.vimrc&gt; file:
-
-    inoremap ) )&lt;c-o&gt;%&lt;c-o&gt;:sleep
-    500m&lt;CR&gt;&lt;c-o&gt;%&lt;c-o&gt;a
-
-Adjust the time delay (its 500 milliseconds above) to suit your needs.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>The meaning of life</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=201">http://vim.sf.net/tip_view.php?tip_id=201</A><BR>
-
-Use this tip if you need to discover the meaning of life, the universe
-and everything.
-
-Simply do: :h 42
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>debugging window autocommands</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=202">http://vim.sf.net/tip_view.php?tip_id=202</A><BR>
-
-Don't know how people debug autocommands, but I just found out that you can
-debug (at least) those that result due to window close by just doing a debug
-quit, i.e.,
-
-:debug quit
-
-Vim will let you step into the autocommands. Try it to believe.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Make make more helpful</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=203">http://vim.sf.net/tip_view.php?tip_id=203</A><BR>
-
-I find this a very useful command to use.  Add the below 4 lines to your vimrc.
-Then instead of "make" use "Make".
-
-" Command Make will call make and then cwindow which " opens a 3 line error
-window if any errors are found.  " if no errors, it closes any open cwindow.
-:command -nargs=* Make make &lt;args&gt; | cwindow 3
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Some
-mappings for using cscope with vim.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=204">http://vim.sf.net/tip_view.php?tip_id=204</A><BR>
-
-These mappings can make using cscope a fun. You can copy the word under the
-cursor in one window, and search for it from other window.
-
-" Copy and paste the word under cursor map &lt;silent&gt; &lt;C-Space&gt;
-:let@m=expand("&lt;cword&gt;")&lt;CR&gt;
-
-" Use the C-Space word as the search criterion map &lt;C-F6&gt; :cscope
-find s &lt;C-R&gt;=@m&lt;CR&gt;&lt;CR&gt; map &lt;C-F5&gt; :cscope find
-c &lt;C-R&gt;=@m&lt;CR&gt;&lt;CR&gt; map &lt;C-F7&gt; :cscope find g
-&lt;C-R&gt;=@m&lt;CR&gt;&lt;CR&gt;
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Computing a sum of numbers in vim</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=205">http://vim.sf.net/tip_view.php?tip_id=205</A><BR>
-
-"Sometimes you need to sum a some numbers in vim.  There *are* some plugins
-"that can do the job.  But what if the numbers are not in a columns or are on
-"the same line or are sacttered all across the file? You might also need to
-"sum all the numbers in file that look like '1234$', or '54565 Eu'  ignoring
-others.  " "There is a very simple trick, using (my favourite) command ":s "
-"First you define following function
-
-:let g:S=0		"In global variable S we later find the result
-
-:function! Sum(number)		"The function is defined with a '!',
-				"so it does not complain during debugging
-				"when you are redefining the function
-	:let g:S=g:S+a:number	"we accumulate the result in global variable
-	S :return a:number	  "function returns the argument, so after a :s
-				"command the text remains the same
-:endfunction
-
-"you can do issue those few commands from a command line, "or create a small
-file and put it into your plugin directory, "or write those few commands
-into a file end issue a command :so %
-
-"how to use this little function: "let's suppose you have a simple
-column of numbers like " "10 "20 "30 " "you issue command like: :let S=0
-:%s/[0-9]\+/\=Sum(submatch(0))/ "the command finds the first number on the
-line and adds it to the S " "the result is displayed :echo $S
-
-"!!!! don't forget to do :let g:S=0 "before use.
-
-"you can also use \zs and \ze atoms in a regular expression to "delimit the
-number, so submatch(0) returns only a number and "the text remains unchanged
-after 'substitute'
-
-"for starter on the wonderfull world of regular expressions see: :help
-usr_27.txt
-
-"for the definition of the search pattern see :help :s :help pattern
-
-"for replacement strings begining with \= and special function submatch(0)see
-:help sub-replace-special
-
-"for the *ultimate* guide through the world of regular expressions see book:
-"Mastering Regular Expressions "Powerful Techniques for Perl and Other Tools
-"by Jeffrey E.F. Friedl "from O'REILLY
-
-"the book does not write about vim, yet here you can learn that ":s command
-is the most powerfull command you can find in a text editor.  "(with the
-possible exception of :global command)
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Highlight
-doubled word errors in text</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=206">http://vim.sf.net/tip_view.php?tip_id=206</A><BR>
-
-An error I sometimes make while working on a LaTeX file is the repetition of
-a word as in "the the". Most often, such doubled words come about through
-a careless edit. Doubled words are hard to spot when the first word of the
-doubled pair is the last word on one line, and the second word of the pair
-is the the first word on the next line. There is an example of such an error
-in the last sentence. Vim's syntax mechanism can be used to highlight doubled
-words as an error.
-
-To obtain this highlighting for TeX and LaTeX files, place the following
-two lines:
-
-       syn match texDoubleWord "\c\&lt;\(\a\+\)\_s\+\1\&gt;" hi def link
-       texDoubleWord Error
-
-in a file called tex.vim in the directory that shows up last in your
-runtimepath (:set runtimepath? to check). This will often be either
-~/.vim/after/syntax/tex.vim or $VIM/vimfiles/after/syntax/tex.vim
-
-The same effect can be obtained for files of a different filetype, say html,
-by putting the same lines in a file called html.vim in the same location.
-
-For more on the runtimepath, :he runtimepath.  For more on syntax highlighting,
-:he syntax
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>editing
-databases with Vim/Perl/DBI</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=207">http://vim.sf.net/tip_view.php?tip_id=207</A><BR>
-
-Perl's Data-Base-Independent (DBI) module provides programming language
-level access to a lot of databases.
-
-Vim hosts an embedded Perl interpreter. So it is only a matter of some key
-strokes to interactively issue DB commands from within Vim or to search,
-edit, and replace database contents including retrieval and storage. Of course
-"create table" scripts can be worked upon in Vim as well as storing recurring
-patterns in Vim functions or Perl modules.
-
-Prerequisites: Vim needs to be compiled with Perl support enabled. See the
-|if_perl.txt| manual page! The CPAN module DBI as well as an appropriate
-database driver has to be installed with Perl in order to execute these
-Vim commands:
-
-" connect to perl's dbi module: :perl use dbi;
-
-" connect to the database: :perl $dbh = dbi-&gt;connect(
-"DBI:mysql:$DBNAME:$HOST",$USER,$PASSWORD,
-					{ raiseerror =&gt; 1});
-
-" perform a simple query: :perl $result = $dbh-&gt;selectall_arrayref("show
-tables;");
-
-" insert the list of tables into the current buffer's top: :perl
-$curbuf-&gt;Append(0, map($_-&gt;[0], @{$result}));
-
-In MySql the command "show tables;" results in a list of table names. Inserted
-into a Vim buffer this results in one line per table.
-
-You can find more on my web page <A
-HREF="http://members.chello.at/intelliware/dbEdit">http://members.chello.at/intelliware/dbEdit</A><BR>
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Alter
-the display of buffers in the buffers menu</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=208">http://vim.sf.net/tip_view.php?tip_id=208</A><BR>
-
-If you use the buffers menu, here's where you can change how the buffernames
-are displayed:
-
-menu.vim, function s:BMMunge
-
-OLD:   let name2 = name2 . ' (' . a:bnum . ')'
-
-displays:
-
-  .vimrc (1) menu.vim (2)
-
-NEW:	let name2 = '&' . a:bnum . '. ' . name2
-
-displays
-
-  1. .vimrc 2. menu.vim
-(with the 1 and the 2 underlined)
-
-which is more useful, because you can (almost) always pick the buffer you
-want with one keystroke, the buffernumber, until you get to buffer 10 anyway.
-
-Roger
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>backtracking your movements in a file</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=209">http://vim.sf.net/tip_view.php?tip_id=209</A><BR>
-
-If you are jumping from one line to another a lot.  You may find the "Ctrl-o"
-command handy.	Usually u can set markers in a buffer to keep track of your
-movements.  but Ctrl-o makes it even easier. it takes you back sequentially
-to all your previous cursor locations in a buffer.  just press ctrl-o in
-normal mode and u will go to your last cursor position.
-
-Njoy
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>compiling the actual file with gcc</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=210">http://vim.sf.net/tip_view.php?tip_id=210</A><BR>
-
-if you use  set makeprg=gcc\ -o\ %&lt;\ % in your .vimrc, and your actual
-file is file.c,  then :make will compile file.c with the output file. (gcc
-file.c -o file).
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Rotate color themes</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=211">http://vim.sf.net/tip_view.php?tip_id=211</A><BR>
-
-This tip is for those who like to change their vim color themes pretty often.
-I like different themes just for a change in my work environment.  To achieve
-this just add the following to your .vimrc or _vimrc file.
-
-let themeindex=0 function! RotateColorTheme()
-	let y = -1 while y == -1
-		let colorstring =
-		"#blue.vim#elflord.vim#evening.vim#koehler.vim#murphy.vim#pablo.vim#ron.vim#"
-		let x = match(colorstring,"#",g:themeindex) let y =
-		match(colorstring,"#",x+1) let g:themeindex = x+1 ":echo x
-		y g:themeindex if y == -1
-			let g:themeindex = 0
-		else
-			let themestring = strpart(colorstring,x+1,y-x-1)
-			echo("Setting Theme to-&gt; ".themestring) return
-			":so $VIMRUNTIME/colors/".themestring
-		endif
-	endwhile
-endfunction
-
-Change the value of colorstring above by changing the line let colorstring =
-"#blue.vim#elflord.vim#evening.vim#koehler.vim#murphy.vim#pablo.vim#ron.vim#"
-You can add your favorite color themes in this string so that you can rotate
-between them.  Just make sure that any string that you add is in between the #
-as shown above.  Just follow the format above and things will work.
-
-Then assign a key to roate the theme.  map &lt;F8&gt; :execute
-RotateColorTheme()
-
-Dunno if there are better ways to do the same.	I just did a "help eval"
-and wrote the above.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Setting
-file attributes without reloading a buffer</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=212">http://vim.sf.net/tip_view.php?tip_id=212</A><BR>
-
-While creating scripts and others executable files with Vim it is needed to
-set UNIX executable bit on the file.  You can do this from inside Vim with
-:!chmod a+x %. The % represents current buffer's filename.  The problem is
-that Vim will notice attribute changes and prompt you to reload a file. If
-you do this, your undo history for the file will be lost.
-
-The following function facilitate changing executable attributes without
-reloading a buffer.  Thanks to Bram for the algorithm for this function.
-
-fun! SetExecutableBit()
-	let fname = expand("%:p") :checktime exec "au FileChangedShell
-	" . fname . " :echo" :silent !chmod a+x % :checktime exec
-	"au! FileChangedShell " . fname
-endfun
-
-" Create an EX command that will call the function.  command -nargs=0 Xbit
-call SetExecutableBit()
-
-Now you can type :Xbit to make the file executable!
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>delet all lines containt TXT</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=213">http://vim.sf.net/tip_view.php?tip_id=213</A><BR>
-
-I needed this one when I was editing an ldif file:
-
-I needed to delete all lines containing "profile":
-
-:g/profile/d
-
-very handydandy
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Current buffer based menus</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=214">http://vim.sf.net/tip_view.php?tip_id=214</A><BR>
-
-If you have different menus for different filetypes, and you want to have
-only the menu relevant to current buffer displayed, you can use this approach:
-
-in .vimrc: au BufEnter * if exists('b:BuffEnter')|exec b:BuffEnter|endif au
-BufLeave * if exists('b:BuffEnter')|exec b:BuffLeave|endif
-
-In appropriate ftplugin/?.vim, there are assigned commands to create or
-destroy the menus - here typed in directly, may be of course call to a
-menu-generating function or whatever.
-
-let b:BuffEnter='amenu C.added ...'  let b:BuffLeave='unmenu! C|unmenu C'
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Edit
-configuration files for a filetype</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=215">http://vim.sf.net/tip_view.php?tip_id=215</A><BR>
-
-When you open a file, vim may load several scripts to customize itself for
-editing the file type the file is associated with (for example a file "test.c"
-is associated with the filetype "c").  Such configurations include the setting
-of syntax highlighting colors (:help syntax) and support for indentation
-(:help filetype-indent-on).  When you start to override these files for
-yourself, it can sometimes be confusing, which file sets a specific option.
-The following function can be used, to edit the configuration files which
-are associated with a specific filename. It open a buffer for all files which
-get loaded.  If I invoke it with ':call Edit_ft_conf("test.c")', for example,
-I end up with the following buffers / windows:
-  1  a	 "[No File]"			line 1 2  a   "test.c"
-  line 1 3  a=	"/usr/local/share/vim/vim60/syntax/c.vim"
-  line 1 4  a	"~/.vim/after/syntax/c.vim"    line 1 5 #a=
-  "/usr/local/share/vim/vim60/indent/c.vim" line 1 6 %a=
-  "/usr/local/share/vim/vim60/ftplugin/c.vim" line 1
-
-Here comes the function:
-
-" Edit filetype configuration files " Usage: ':call Edit_ft_conf("file")'
-" Purpose: open all scripts which get loaded implicitly by opening "file" "
-(syntax highlighting, indentation, filetype plugins, ..)  "   The order of
-windows reflects the order of script loading (but "file" is "	the topmost
-window) fun! Edit_ft_conf(name)
-    " we may not do this with a loaded file, since this won't trigger the
-    " configuration file loading as desired.  " try calling with 'call
-    Edit_ft_conf("nonexistingfile.&lt;EXT&gt;")' if this " gives you troubles
-    if bufexists(a:name) && bufloaded(a:name)
-	echo "!Attention: buffer for " . a:name . " is loaded, unload first."
-	return
-    endif " split-open the file with verbose set, grab the output into a
-    register " (without clobbering) let safereg = @u redir @u " redirect
-    command output to register @u exec "silent 2verbose split " . a:name
-	" verbose level 2 suffices to catch all scripts which get opened
-    redir END " Parse register @u, looking for smth like:
-    'sourcing"/usr/local/share/vim/vim60/syntax/c.vim"' let pos = 0 let
-    regexp = 'sourcing "[^"]\+"' while match(@u,regexp,pos) &gt;= 0
-	let file = matchstr(@u,regexp,pos) let pos = matchend (@u,regexp,pos)
-	let file = strpart(file,10,strlen(file)-11) exec "silent below split
-	" . file
-    endwhile " restore the register let @u = safereg
-endfun
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>calculate
-equations from within vim</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=216">http://vim.sf.net/tip_view.php?tip_id=216</A><BR>
-
-The following map and function calculates equations using the program 'bc'
-(found on most linux systems, available for most systems).  Visually select the
-equation you want to calculate, then hit ;bc - if the selection ends with an
-'=' sign, the answer will be appended after the equal, otherwise, the answer
-is echoed as a message.  The code to put in a vimrc and source is at the end.
-
-Equations can span multiple lines, and the full bc syntax is probably
-supported.  Additionally, sin (), cos (), etc, are transformed into the
-names used by bc (s () c (), etc).
-
-Here are some example lines:
-
-2 * sqrt (2) =
-
-3 * (2 - 1) + 4.0 ^ 6 =
-
-4 / 3 =
-
-3 +
-   4 -
-      2 * (1 / (3 + 2)) =
-
-define rad (x) {
-  return (x / 180) * 4 * atan (1)
-} cos (rad (45)) =
-
-Select each of these in turn (continguous non-blank lines, and hit ;bc for
-each), and this is what you get: 2 * sqrt (2) = 2.82842712474619009760
-
-3 * (2 - 1) + 4.0 ^ 6 = 4099.000000
-
-4 / 3 = 1.33333333333333333333
-
-3 +
-   4 -
-      2 * (1 / (3 + 2)) = 6.60000000000000000000
-
-define rad (x) {
-  return (x / 180) * 4 * atan (1)
-} cos (rad (45)) = .70710678118654752440
-
-Fun, no?  Here is the code you need to put in your vimrc file:
-
-vnoremap ;bc "ey:call CalcBC()&lt;CR&gt; function! CalcBC()
-	let has_equal = 0
-
-	" remove newlines and trailing spaces let @e = substitute (@e, "\n",
-	"", "g") let @e = substitute (@e, '\s*$', "", "g")
-
-	" if we end with an equal, strip, and remember for output if @e =~ "=$"
-		let @e = substitute (@e, '=$', "", "") let has_equal = 1
-	endif
-
-	" sub common func names for bc equivalent let @e = substitute (@e,
-	'\csin\s*(', "s (", "") let @e = substitute (@e, '\ccos\s*(', "c
-	(", "") let @e = substitute (@e, '\catan\s*(', "a (", "") let @e =
-	substitute (@e, "\cln\s*(", "l (", "")
-
-	" escape chars for shell let @e = escape (@e, '*()')
-
-	" run bc, strip newline let answer = substitute (system ("echo "
-	. @e . " \| bc -l"), "\n", "", "")
-
-	" append answer or echo if has_equal == 1
-		normal `&gt; exec "normal a" . answer
-	else
-		echo "answer = " . answer
-	endif
-endfunction
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Translate
-&#nnn; in html source to readable ascii</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=217">http://vim.sf.net/tip_view.php?tip_id=217</A><BR>
-
-I found a website *cough*Tivoli.com*cough* that likes to obfuscate some of
-its help file web pages using &#nnn; instead of normal ascii.  If you load
-the source with Vim (in Opera you can just designate Vim as your source
-viewing program), you can :so the following code to make it readable.
-
-let n = 32 while n &lt; 127
-    if n == 38
-	silent! exec '%s/&#38;/\&amp;/g'
-    elseif n == 47
-	silent! exec '%s/&#47;/\//g'
-    else
-	silent! exec '%s/&#' . n . ';/' . nr2char(n) . '/g'
-    endif let n = n + 1
-endwhile
-
-Disclaimer: I hacked this together in about 10 minutes (or possibly longer :).
-It worked suitably for the website I wrote it for (or possibly "against" :).
-Your Milage May Vary.
-
-See :help eval, :help silent, :help exec, :help :s
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Check
-for comments, independent of the filetype</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=218">http://vim.sf.net/tip_view.php?tip_id=218</A><BR>
-
-For some scripts it might be useful to detect, whether a specific position
-in a buffer is inside of a comment or not. Syntax highlighting can save us
-the work for parsing the comments ourselves.
-
-The command
-  :echo synIDattr(synIDtrans(synID(line("."), col("."), 0)), "name")
-echoes the group used for *highlighting* the character at the current
-cursor position, see ':help synIDtrans()'. It will usually be "Comment"
-if the cursor is inside of a comment, so
-   synIDattr(synIDtrans(synID(line("."), col("."), 0)), "name") == "Comment"
-detects, independent of the filetype (which have their own group 'names'
-for comments), if the cursor is inside a comment or not.  The expression
-  synIDattr(synIDtrans(synID(line("."), col("."), 0)), "name") =~
-  'Comment\|Constant\|PreProc'
-will detect additionally, if the cursor is inside of a string or some
-preprocessor statement.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>make
-from command line, open vim on errors</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=219">http://vim.sf.net/tip_view.php?tip_id=219</A><BR>
-
-A simple alias (*csh) or shell function (bash) will let you run make from your
-shell, then automatically open vim or gvim on the errors (if there were any):
-
-csh or tcsh:
-
-alias Make 'make \!* |& tee make.errors || gvim -q make.errors -c :copen'
-
-bash:
-
-Make () { command make "$@" |& tee make.errors || gvim -q make.errors -c
-:copen ; }
-
-If you use vanilla sh or ksh or even cmd.exe, you can probably do the same -
-add a not if you have ideas.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Match every word except 'foo'</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=220">http://vim.sf.net/tip_view.php?tip_id=220</A><BR>
-
-This is a regular expression that matches all words except 'foo'
-\v&lt;(foo&gt;)@!\k+&gt;
-
-\v		Very magic &lt;		   Start-of-word (Foo&gt;)	 The
-atom 'Foo' followed by end-of-word @!		   Match (with zero length)
-when the previous atom doesn't match.  \k+	       Match one or more
-Keywords &gt;		 Match end-of-word.
-
-This is a kool example of using \@! in the middle of a regexp.	The non-magic
-version is: \&lt;\(foo\&gt;\)\@!\k\+\&gt;
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>indenting "throws" in java</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=221">http://vim.sf.net/tip_view.php?tip_id=221</A><BR>
-
-I want to indent java files like this:
-
-    int x(int y, int z)
-	throws Exception
-    {
-	[...]  return something;
-    }
-
-By default vim will properly indent "throws" line, but following "{" will
-not be deindented back to the method declaration.
-
-The following indentexpr does the trick: let
-&indentexpr='getline(v:lnum)=~"^\\s*{" && getline(v:lnum-1)=~"^\\s*throws\\s"
-? cindent(v:lnum)-&sw : cindent(v:lnum)'
-
-It just checks that the current line starts with "{" and the previous line
-starts with "throws" and if that is the case, it subtracts one shiftwidth
-from the number returned by cindent.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Building vim with color on HP-UX</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=222">http://vim.sf.net/tip_view.php?tip_id=222</A><BR>
-
-Following the normal steps of running "./configure" and "make" to build vim
-on an HP-UX 10.20 will result in vim being linked with the termlib library.
-This library does not support certain termcap capability codes, such as the
-"Co" code used to query the number of colors supported by the terminal.
-Consequently, vim will not display colors when used with a color terminal
-such as a color xterm.
-
-One solution to this is to run the configure script with the
-"--with-tlib=curses" option, like this:
-
-    ./configure --with-tlib=curses
-
-This will cause vim to be linked with the HP-UX curses library, which does
-support the color termcap capability codes.
-
-Note that the xterm that comes standard with HP-UX 10.20 does not display color
-character attributes.  To see colors when running vim in a terminal window,
-you will also need to install a color terminal emulator such as a recent xterm.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Reverse Selected Text</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=223">http://vim.sf.net/tip_view.php?tip_id=223</A><BR>
-
-Suppose you want to reverse some text - I don't know why you would want to -
-maybe you're dyslexic.	Anyway, I had a need, so this mapping will reverse
-visually selected text.  Put the mapping in your vimrc or otherwise source
-it, then visually select the word or words, and hit ;rv - really only works
-with selections on one line:
-
-vnoremap ;rv c&lt;C-O&gt;:set revins&lt;cr&gt;&lt;C-R&gt;"&lt;esc&gt;:set
-norevins&lt;cr&gt;
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Shifting blocks visually</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=224">http://vim.sf.net/tip_view.php?tip_id=224</A><BR>
-
-I use the &lt; and &gt; commands on blocks a lot, and it has always annoyed me
-that if you want to shift more than one 'shiftwidth', you have count how many
-'shiftwidth's you want to enter the '[count]&gt;', or restore the selection
-with "gv". So I've cooked up two mappings that come in very handy:
-
-:vnoremap &lt; &lt;gv :vnoremap &gt; &gt;gv
-
-These mappings will reselect the block after shifting, so you'll just have
-to select a block, press &lt; or &gt; as many times as you like, and press
-&lt;ESC&gt; when you're done to unselect the block.
-
-I know it's not rocket science, but it sure has helped me a lot.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>vim can interact with xdvi</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=225">http://vim.sf.net/tip_view.php?tip_id=225</A><BR>
-
- vim can interact with the tricks that the latest xdvi does:
-
- * If one clicks at some place in xdvi, vim automatically jumps to the
-   corresponding line in the LaTeX source file ("reverse search")
- * Also, from inside vim, one can jump to the corresponding line in xdvi
-   which becomes highlighted ("forward search").
-
- Here is how to do it:
-
- * Reverse search:
-   We start a vim server by:  vim --servername xdvi We start xdvi(k) on
-   file.dvi by:
-      xdvik -editor "vim --servername xdvi --remote +%l %f" file.dvi
-   At the desired location in xdvi, we press:	&lt;ctrl&gt;&lt;left_mouse&gt;
-   Then, vim will jump to the corresponding line in the source file.
-
- * Forward search:
-   Inside vim, we type, for example,  _g  which is the following mapping:
-	(the following should be a single line)
-
-   map _g  :execute "!xdvik -name xdvi -sourceposition "
-   . line(".") . expand("%") . " " . expand("%:r") . ".dvi"
-   &lt;cr&gt;&lt;cr&gt;
-
-    [the command to go to the point of xdvi that corresponds to line, eg, 77
-     of the source file is (no space after 77)
-       xdvik -name xdvi -sourceposition 77file.tex file.dvi  ]
-
-  For the above to work one needs: 1) A recent version of xdvi or xdvik
-  (&gt;22.39 I think) 2) The package srcltx.sty and \usepackage{srcltx}
-  (which should  be
-     commented out when one finishes and is ready for printing etc).
-  3) Our version of vim should have been compiled with +clientserver
-     (however, my vim doesn't have it and still works, so try it before
-      Bram finds out what is happening and fixes it)
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Edit
-file under cursor after a horizontal split</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=226">http://vim.sf.net/tip_view.php?tip_id=226</A><BR>
-
-I use the command 'gf' quite often. But with this command the current buffer
-is hidden. To avoid that I use the following mapping :
-
-map gw &lt;Esc&gt;:sp %&lt;CR&gt; gf
-
-With this mapping the file under the cursor is opened after a horizontal split.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Power of :g</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=227">http://vim.sf.net/tip_view.php?tip_id=227</A><BR>
-
-:g is something very old and which is very powerful. I just wanted to
-illustrate the use of it with some examples. Hope, it will be useful for
-someone.
-
-Brief explanation for ":g" ------------------------- Syntax is:
-    :[range]:g/&lt;pattern&gt;/[cmd]
-You can think the working as, for the range (default whole file), execute
-the colon command(ex) "cmd" for the lines matching &lt;pattern&gt;. Also,
-for all lines that matched the pattern, "." is set to that particular line
-(for certain commands if line is not specified "." (current line) is assumed).
-
-Some examples ------------- Display context (5 lines) for all occurences of
-a pattern
-    :g/&lt;pattern&gt;/z#.5 :g/&lt;pattern&gt;/z#.5|echo "==========" &lt;&lt;
-    same as first, but with some beautification &gt;&gt;
-Delete all lines matching a pattern
-    :g/&lt;pattern&gt;/d
-Delete all blank lines (just an example for above)
-    :g/^\s*$/d
-Double space the file
-    :g/^/pu =\"\n\" :g/^/pu _ &lt;&lt; the above one also works &gt;&gt;
-Copy all lines matching a pattern to end of file
-    :g/&lt;pattern&gt;/t$
-Yank all lines matching a pattern to register 'a'
-    0"ay0:g/&lt;pattern&gt;/y A
-Increment the number items from current line to end-of-document by one
-    :.,$g/^\d/exe "normal! \&lt;c-a&gt;"
-Comment (C) lines containing "DEBUG" statements
-    g/^\s*DEBUG/exe "norm! I/* \&lt;Esc&gt;A */\&lt;Esc&gt;"
-A Reverse lookup for records (eg: An address book, with Name on start-of-line
-and fields after a space)
-    :g/&lt;patern&gt;?^\w?p		  "if only name is interested
-    :g/&lt;patern&gt;/ka|?^\w?p|'ap	  "if name and the lookup-line
-    is interested :g/&lt;patern&gt;/?^\w?|+,/^[^ ]/-1p	"if entire record
-    is interested
-Reverse a file (just to show the power of 'g')
-    :g/^/m0
-
-Foot note 1: use :v to negate the search pattern Foot note 2: Some explanation
-of commonly used commands with :g
- :2,8co15 =&gt; Copy lines 2 through 8 after line 15 :4,15t$  =&gt; Copy
- linesa 4 through 15 towards end of document (t == co)
-    :-t$  =&gt; Copy previous line to end of document
-     :m0  =&gt; Move current line to the top of the document
-:.,+3m$-1 =&gt; Move current line through cur-line+3 to the last but one line
-	     of the document
-Foot note 3: Commands used with :g are ex commands, so a help search should
-	     be,
-		:help :&lt;help-topic&gt; eg. :help :k
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Deleting
-nested reply threads in emails</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=228">http://vim.sf.net/tip_view.php?tip_id=228</A><BR>
-
-I find the following setting useful when replying to email threads that have
-lots of lines like the following: &gt; blah &gt; &gt; blah &gt; &gt; &gt; blah
-
-autocmd FileType mail map &lt;F8&gt; :%g/^&gt; &gt;/d&lt;CR&gt;
-
-When replying to a mail and you want to remove everything except what the
-person you are directly replying to wrote just press F8.  From the example
-above, you would just be left with &gt; blah
-
-What it does is simply match any line starting with &gt; &gt; and deletes it.
-It's not perfect as sigs and other debris may remain but it takes a lot
-of the grunt work out of replying to mails.  The autocmd only maps F8 when
-using mails, this is handy if you use F8 for other things as I do.
-
-:help autocmd :help map :help :g
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>First
-thing to try before asking help</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=229">http://vim.sf.net/tip_view.php?tip_id=229</A><BR>
-
-I've seen several questions asked in the reflector which is available in the
-help files.  Yeah, I know the help is huge. But, you can try this command
-to show a list of related topics you are trying:
-   :he &lt;topic&gt;&lt;c-d&gt;
-It is "some topic" followed by the key sequence Ctrl-D. For eg:
-   :he xterm&lt;c-d&gt;
-will show all the help topics matching xterm. Then you can do
-completion/copy-n-paste the topic you are searching. Of course you can cycle
-through all the topics through repeated &lt;TABS&gt;, but if the number of
-hits are huge, it is cumbersome.
-
-Enjoy vimming beginners!!!  -Arun
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>copy
-current file to another location from within vim</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=230">http://vim.sf.net/tip_view.php?tip_id=230</A><BR>
-
-I work on jsp pages in my source tree but I have to copy the jsp files over
-to the tomcat directory in order to view my changes.The following mapping
-will copy the file being edited to another location.
-
-command Cpage silent !cp '%:p' "c:/Progra~1/Tomcat/webapps/console/pages/%"
-
-Explanation:
-
-% refers to the current buffer %:p refers to the path to the file silent
-suppresses the command prompt window.
-
-Usage:
-
-:Cpage
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Localized color schemes</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=231">http://vim.sf.net/tip_view.php?tip_id=231</A><BR>
-
-i frequently like to edit multiple files in the same vim session.  however,
-if i come into vim from another window i frequently hit 'i' and start typing
-in whatever buffer is currently being used -- this is often the wrong one
-(requires &lt;esc&gt;, undo, go the other buffer and . to redo).
-
-one way to work around this for me is to use a different color scheme
-depending on what file i'm working on:
-
-au BufEnter * if (exists("b:colors_name")) | let b:current_colors=colors_name
-| execute "colorscheme " . b:colors_name | endif
-
-au BufLeave * if (exists("b:current_colors")) | execute "colorscheme "
-. b:current_colors | endif
-
-if you define b:colors_name with a particular color scheme name, then the
-above autocommands will switch to that colorscheme when you enter that window
-and will return to the original color upon departure.
-
-inside ftplugin/java.vim, for example, i might have b:colors_name set to
-'morning', causing all java files to have a distinguishing color scheme.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Search
-JDK help for keyword at cursor</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=232">http://vim.sf.net/tip_view.php?tip_id=232</A><BR>
-
- If you are using the Win32 version of Vim you can use this tip to search
- the Jdk help for the keyword under the cursor.
-You need the winhlp32 version of the Jdk docs from this URL - <A
-HREF="http://www.confluent.fr/javadoc/indexe.html.">http://www.confluent.fr/javadoc/indexe.html.</A><BR>
-It is a 16mb D/L and approx 85mb unzipped!
-
-I added a command to the popup menu :amenu PopUp.JavaHelp   :!start winhlp32
--k &lt;cword&gt; F:\jdk\winhelp\JDK13.HLP &lt;CR
-
-And also made a keymapping map J :!start winhlp32 -k &lt;cword&gt;
-F:\jdk\winhelp\JDK13.HLP &lt;CR&gt;
-
-Trivial yes, but I find it quite useful.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Some
-tips for using Vim to write Lisp code</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=233">http://vim.sf.net/tip_view.php?tip_id=233</A><BR>
-
-For some tips on how to use Vim for writing Lisp code, see <A
-HREF="http://www.lisp-p.org/i000/15-vim.">http://www.lisp-p.org/i000/15-vim.</A><BR>
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Vi(M)
-Command Line tips & tricks</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=234">http://vim.sf.net/tip_view.php?tip_id=234</A><BR>
-
-Hi VIMMERs
-
-These tips save me wearing out my delicate little fingers with unnecessary
-keystrokes.  They assume Unix, but I also use them on a Windows Unix Shell
-(MKS) as well
-
-# When I know the file i want to edit is the most recent file in a directory
-
-alias -x vew='vi `l\s -t * | head -1 `'
-
-#When I know the file I want to edit contains a unique keyword #this is
-actually in a little shell script call ed vg where the keyword is passed as
-parameter $1 #/bin/sh #name vg vi.exe  $(grep -isl $1 *) &
-
-# some variations alias -x vp='vi `l\s -t *.@(pl|cgi)| head -1 `'
-
-#execute the most recent script (I call this from within VIM with a mapped
-button) alias -x xew='`l\s -t *.pl | head -1 `'
-
-Cheers zzapper
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Toggle
-highlight word under cursor, to find cursor.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=235">http://vim.sf.net/tip_view.php?tip_id=235</A><BR>
-
-When the screen has scrolled such as during a search, it may be difficult to
-find the cursor.  :help %# explains the pattern one can use to highlight the
-word around the cursor, which gives a bigger target to look for on the screen.
-I have this in my .vimrc:
-
-function VIMRCWhere()
-    if !exists("s:highlightcursor")
-	match Todo /\k*\%#\k*/ let s:highlightcursor=1
-    else
-	match None unlet s:highlightcursor
-    endif
-endfunction map &lt;C-K&gt; :call VIMRCWhere()&lt;CR&gt;
-
-This means that in "normal" mode ctrl-k will toggle the highlight.  Todo is
-a hightlight group whch is particularly easy to see.  For further information
-see ":help s:", ":help match",	":help exists()"  and ":help funtion".
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Menu
-for inserting special characters</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=236">http://vim.sf.net/tip_view.php?tip_id=236</A><BR>
-
-First, thanks for the script printascii.vim.
-
-When looking at the ascii table, I found some characters I'd like to have
-inserted when editing.	Add the following lines in your _gvimrc and you
-can select them via menu.  (change the names of the menu if you don't have
-German installed or don't like my titles).  I also made some abbreviations
-to get separation lines in documentation or code files, e.g.  abb dotlin
-……………………………………………………………………………………………………………………………………………………………………………………………^M
-abb cdotlin
-/*…………………………………………………………………………………………………………………………………………………………………………………*/^M
-abb fdotlin
-•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••^M
-abb cfdotlin
-/*•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••*/^M abb
-dlin =======================================================================^M
-abb cdlin
-/*===================================================================*/^M abb
-lin -----------------------------------------------------------------------^M
-abb clin
-/*-------------------------------------------------------------------*/^M abb
-ulin _______________________________________________________________________^M
-abb culin
-/*___________________________________________________________________*/^M abb
-Ulin ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯^M
-abb cUlin
-/*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯*/^M
-
-(you have to substitute ^M with CTRL_V CTRL_M or delete it)
-
-20imenu Editieren.Sonderzeichen.open\ angle\	«
-&lt;C-R&gt;=nr2char(171)&lt;CR&gt; 20nmenu Editieren.Sonderzeichen.open\
-angle\	  «	  a&lt;C-R&gt;=nr2char(171)&lt;CR&gt;&lt;ESC&gt;
-20imenu Editieren.Sonderzeichen.close\ angle\	»
-&lt;C-R&gt;=nr2char(187)&lt;CR&gt; 20nmenu Editieren.Sonderzeichen.close\
-angle\	 »	 a&lt;C-R&gt;=nr2char(187)&lt;CR&gt;&lt;ESC&gt;
-20imenu Editieren.Sonderzeichen.start\ mark\	„
-&lt;C-R&gt;=nr2char(132)&lt;CR&gt; 20nmenu Editieren.Sonderzeichen.start\
-mark\	 „	 a&lt;C-R&gt;=nr2char(132)&lt;CR&gt;&lt;ESC&gt;
-20imenu Editieren.Sonderzeichen.end\ mark\	\	”
-&lt;C-R&gt;=nr2char(148)&lt;CR&gt; 20nmenu Editieren.Sonderzeichen.end\
-mark\	   \	   ”	   a&lt;C-R&gt;=nr2char(148)&lt;CR&gt;&lt;ESC&gt;
-20imenu Editieren.Sonderzeichen.fat\ dot\	\	•
-&lt;C-R&gt;=nr2char(149)&lt;CR&gt; 20nmenu Editieren.Sonderzeichen.fat\
-dot\	   \	   •	   a&lt;C-R&gt;=nr2char(149)&lt;CR&gt;&lt;ESC&gt;
-20imenu Editieren.Sonderzeichen.etc\	\	\	…
-&lt;C-R&gt;=nr2char(133)&lt;CR&gt; 20nmenu Editieren.Sonderzeichen.etc\
-\	\	…	a&lt;C-R&gt;=nr2char(133)&lt;CR&gt;&lt;ESC&gt;
-20imenu Editieren.Sonderzeichen.!underscore\	\	¯
-&lt;C-R&gt;=nr2char(175)&lt;CR&gt; 20nmenu Editieren.Sonderzeichen.!underscore\
-\	¯	a&lt;C-R&gt;=nr2char(175)&lt;CR&gt;&lt;ESC&gt;
-20imenu Editieren.Sonderzeichen.copyright\	\	©
-&lt;C-R&gt;=nr2char(169)&lt;CR&gt; 20nmenu Editieren.Sonderzeichen.copyright\
-\	©	a&lt;C-R&gt;=nr2char(169)&lt;CR&gt;&lt;ESC&gt;
-20imenu Editieren.Sonderzeichen.paragraph\	\	§
-&lt;C-R&gt;=nr2char(167)&lt;CR&gt; 20nmenu Editieren.Sonderzeichen.paragraph\
-\	§	a&lt;C-R&gt;=nr2char(167)&lt;CR&gt;&lt;ESC&gt;
-20imenu Editieren.Sonderzeichen.noitamalcxe\	¡
-&lt;C-R&gt;=nr2char(161)&lt;CR&gt; 20nmenu Editieren.Sonderzeichen.noitamalcxe\
-¡	a&lt;C-R&gt;=nr2char(161)&lt;CR&gt;&lt;ESC&gt;
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>If
-you prefer vertical splits</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=237">http://vim.sf.net/tip_view.php?tip_id=237</A><BR>
-
-This is just in case there's somebody else who likes to work in a maximized
-vim window on a high resolution desktop. If you follow good coding practice
-and make sure your programs use only 80 characters in each row, have you
-noticed how much space lies unused on the right?
-
-I find that the following settings keep me from ever seeing another horizontal
-split, unless I specifically ask for it.
-
-cabbrev split vsplit cabbrev hsplit split cabbrev sta vertical sta cabbrev
-help vertical help cabbrev new vnew cabbrev right botright
-
-; A more heavyweight solution for ^W^] function! ToggleSplit (dir)
-    let currFname = bufname ("%") let old = winnr ()
-
-    " Window navigation to ensure the correct window is 'last'.  if (a:dir ==
-    "u")
-	wincmd k let back="j"
-    elseif (a:dir == "d")
-	wincmd j let back="k"
-    elseif (a:dir == "l")
-	wincmd h let back="l"
-    elseif (a:dir == "r")
-	wincmd l let back="h"
-    endif
-
-    if (winnr () == old)
-	echo "Ouch" return
-    endif
-
-    exec "wincmd " . back
-
-    quit
-
-    if (back == "j" || back == "k")
-	let orientation = "vsplit"
-    else
-	let orientation = "split"
-    endif
-
-    if (back == "j" || back == "l")
-	let dir = "below"
-    else
-	let dir = "above"
-    endif
-
-    exec dir . " " . orientation " " . currFname
-endfunction noremap ^W^] ^W^]:silent call ToggleSplit ("d")&lt;CR&gt;
-
-; Optional.  set splitright ; In which case the above mapping becomes: noremap
-^W^] :set splitbelow&lt;CR&gt;^W^]:silent call ToggleSplit ("u")&lt;CR&gt;:set
-nosplitbelow&lt;CR&gt; ; Or you could just set splitbelow ; :-)
-
-; Very elegant and almost perfect, but it screws up if you want to run a
-command with ranges :-) ;noremap : :vertical&lt;Space&gt;
-
-; EOF
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Very
-basic session persistence</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=238">http://vim.sf.net/tip_view.php?tip_id=238</A><BR>
-
-I use the following code in my plugins dir to ease session persistance. If
-I want my session to persist I use :mks! and then whenever I open the
-Session.vim file, my session is restored. If I am working from a restored
-session and I close VIM, the session is saved automatically. Drawback is
-that it makes editing the Session.vim file a bit cumbersome ;)
-
-  au BufRead Session.vim so % au VimLeave * call SaveCurrentSession()
-
-  function! SaveCurrentSession()
-    if v:this_session != ""
-      exe "mksession! " . v:this_session
-    endif
-  endfunction
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>map shift-up and shift-down</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=239">http://vim.sf.net/tip_view.php?tip_id=239</A><BR>
-
-You can make Vim scroll the text using the shifted up/down arrows, sort
-of like your browser (except with shifted keys :), by mapping Shift-Up to
-Ctrl-Y and Shift-Down to Ctrl-E.
-
-    map &lt;s-Down&gt; &lt;C-E&gt; map &lt;s-Up&gt; &lt;C-Y&gt;
-
-Shift-Down will then scroll down (like moving a scroll-bar down, or like
-moving a cursor at the bottom of a window down), and Shift-Up will then
-scroll up (like moving a scroll-bar up, etc).
-
-If you'd rather think about the text moving down/up instead of the cursor
-moving up/down, you can of course swap the mappings.
-
-If you normally use j and k for cursor movement, and rarely use the arrow
-keys, you can map the arrow keys directly, in which case I'd probably map
-the shifted arrow keys back to cursor movement:
-
-    map &lt;down&gt; &lt;c-e&gt; map &lt;up&gt; &lt;c-y&gt; map &lt;s-down&gt;
-    j map &lt;s-up&gt; k
-
-See :help ctrl-e, :help ctrl-y, and :help key-mapping.
-
-See also :help i_ctrl-o and :help map-modes for how to set up these mappings
-for use in other modes (like insert mode :).
-
-(Vim by default maps s-Down and s-Up to Ctrl-F and Ctrl-B, for both normal and
-visual mode.  Keep this in mind if you change some of the above mappings to
-"nmap", 'cause you'll probably also want to look in to "vmap".)
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Hideall for Vim</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=240">http://vim.sf.net/tip_view.php?tip_id=240</A><BR>
-
-Xemacs has a hide all function which can make all the function in your C file a
-fold and close them. And here is something small to achieve similiar under Vim.
-
-func! HideAll()
-   syn region myFold start="{" end="}" transparent fold syn sync fromstart
-   set foldnestmax=1 set foldmethod=syntax
-endfunc
-
-amenu Whatever.Hide\ all :call HideAll()&lt;CR&gt;
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>"Hide" Folding Markers</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=241">http://vim.sf.net/tip_view.php?tip_id=241</A><BR>
-
-I wanted to start using folding without having to get used to seeing the
-(default) markers, a.k.a {{{ and }}}. So, here are 2 autocmd's that will
-make them fade to black....bg=black fg=black
-
-au BufRead,BufNewfile	* syn match fmrkr '"*{{{\|"*}}}'		 |
-			\ syn cluster vimCommentGroup contains=fmrkr	 |
-			\ hi fmrkr term=NONE guibg=black   guifg=black \
-			ctermbg=black ctermfg=black
-
-au BufRead,BufNewfile	* syn match fmrkr '"*{{{\|"*}}}'
-			\ containedin=vimLineComment contained		 |
-			\ hi fmrkr term=NONE guibg=black   guifg=black \
-			ctermbg=black ctermfg=black
-
-They both accomplish the same thing, but with different methods, so simply pick
-one and see those annoying (at least to me) markers fade away.	I just tried
-it out with vim files, but you can easily modify it for any other filetypes.
-
-Thanks to Colin's lead with ':help c-syntax'	for the 1st au.  Thanks to
-Benji's lead with ':help containedin' for the 2nd au.  Understanding most
-of the syntax.txt document file would also be helpful.
-
-To figure out what highlighting group the Marker is in, I would suggest
-using Chip's vimtip#99.
-
-Happy Vimming!
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>The power of "\_" in reg-ex</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=242">http://vim.sf.net/tip_view.php?tip_id=242</A><BR>
-
-One of the most uncelebrated feature of vim 6.0 is the ability to span a
-search across multiple lines.
-
-\_^   maps a begining of line anywhere in search pattern.  \_$	 ---"----- end
-----------------------"-------------------------.  \_s	---"------ space
-------------"------------------------- .
-
-e.g  /{\_s will map all white spaces and new-line chars after a "{"
-
-The \_ can be appended to other objects as well. such as \_U,  \_L,  \_. (this
-one's risky) .
-
-See :help pattern for more details.  Njoy
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Develop vim modules on Win</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=243">http://vim.sf.net/tip_view.php?tip_id=243</A><BR>
-
-We're trying to develop txt2pdf.vim <A
-HREF="http://vim.sourceforge.net/scripts/script.php?script_id=283 on
-Win.">http://vim.sourceforge.net/scripts/script.php?script_id=283
-on Win.</A><BR> It's a very simple module to save the
-current file and convert it to PDF using our txt2pdf tool <A
-HREF="http://www.sanface.com/txt2pdf.html">http://www.sanface.com/txt2pdf.html</A><BR>
-On our Windows 2000 we've developed it. It works good.	Today we've tested
-the module on Linux. Surprise: it doesn't work.  Default Win Vim configure
-save on Win text in Win way: EOL \r\n.	A Vim module made in this way can't
-work on Linux (probably on every Unix OS).  If you want to make a Vim module
-on Win and you want it can work also on Unix (we hope the same rula can work
-also on different OS) you've to save the Vim module with Unix EOL (\n).
-
-Please send us (sanface@sanface.com) your notes about other OS (e.g. OpenVMS).
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Ask
-vim where an option was set.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=244">http://vim.sf.net/tip_view.php?tip_id=244</A><BR>
-
-     When things go wrong, it is sometimes hard to figure out why.
-     For example,
-an option might be set in the system vimrc file, in a personal vimrc file,
-in a plugin (global or local), or interactively.  Vim will tell you where
-the current value was set if you ask:
-
-:verbose set history?
-
-will tell you the current value of the 'history' option, and where it was set.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Working
-with Unicode (platform-independent)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=245">http://vim.sf.net/tip_view.php?tip_id=245</A><BR>
-
-Here are the main options you will want to set if you want to work with
-Unicode files in (g)vim (see at bottom what help tags to look for)
-
-if has("multi_byte")
-     set encoding=utf-8			      " how vim shall represent
-     characters internally setglobal fileencoding=utf-8		" empty is
-     also OK (defaults to same as 'encoding'). Or you may want to set one
-     of the ucs encodings (which
-							  " may use less disk
-							  space if you use
-							  only "alphabetic"
-							  scripts such as
-							  Latin, Greek,
-							  Cyrillic, Hebrew
-							  or Arabic, and "
-							  not "ideographic"
-							  scripts like
-							  Chinese, Japanese
-							  or Korean. With
-							  the ucs encodings
-							  it is usually better
-     set bomb					   "  to also set 'bomb'
-     on ('byte-order-mark" option, irrelevant for utf-8 but not for
-     ucs) set termencoding=iso-8859-15	  " or whatever is appropriate
-     to your locale (iso-8859-15 is Latin1 + Euro currency sign) set
-     fileencodings=ucs-bom,iso-8859-15,iso-8859-3,utf-8
-	 " or whatever is appropriate to the kinds of files you want to
-	 edit " 'fileencodings' defines the heuristic to set 'fillencoding'
-	 (local to buffer) when reading an existing file. The first one that
-	 matches will be used.	" ucs-bom is "ucs with byte-order-mark";
-	 it must not come after ucs-8 if you want it to be used
-else
-     echoerr "Sorry, this version of (g)vim was not compiled with +multi_byte"
-endif
-
-In "replace" mode, one utf character (one or more data bytes) replaces one
-utf character (which need not use the same number of bytes) In "normal" mode,
-ga shows the character under the cursor as text, decimal, octal and hex; g8
-shows which byte(s) is/are used to represent it In "insert" or "replace" mode,
-  - any character defined on your keyboard can be entered the usual way (even
-  with dead keys if you have them, e.g. âêîôû  äëïöü) - any character which
-  has a "digraph" (there are a huge lot of them, see :dig after setting
-  enc=utf-8) can be entered with a Ctrl-K prefix - any utf character at
-  all can be entered with a Ctrl-V prefix, either &lt;Ctrl-V&gt; u aaaa
-  or &lt;Ctrl-V&gt; U bbbbbbbb, with 0 &lt;= aaaa &lt;= FFFF, or 0 &lt;=
-  bbbbbbbb &lt;= 7FFFFFFF
-
-Unicode can be used to create html "body text", at least for Netscape 6 and
-probably for IE; but on my machine it doesn't display properly as "title text"
-(i.e., between &lt;title&gt;&lt;/title&gt; tags in the &lt;head&gt; part).
-
-Gvim will display it properly if you have the fonts for it, provided that
-you set 'guifont' to some fixed-width font which has the glyphs you want
-to use (Courier New is OK for French, German, Greek, Russian and more,
-but I'm not sure about Hebrew or Arabic; its glyphs are of a more "fixed"
-width than those of, e.g. Lucida Console: the latter can be annoying if you
-need bold Cyrillic writing).
-
-see:
-
-:h utf8 :h 'enc' :h 'fenc' :h 'fencs' :h 'tenc' :h 'bomb' :h 'guifont'
-:h ga :h g8 :h i_Ctrl-V_digit
-
-Happy Vimming !  Tony.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Working
-with Unicode (the same, rewritten for legibility)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=246">http://vim.sf.net/tip_view.php?tip_id=246</A><BR>
-
-1. Where to look for help ------------------------- :h utf8 :h encoding-values
-:h 'enc' :h 'fenc' :h 'fencs' :h 'tenc' :h 'bomb' :h 'guifont' :h ga :h g8
-:h :dig :h i_Ctrl-V_digit :h has()
-
-2. What to do (These are *examples*. Modify them to suit your work
-environment.)  ------------- if has("multi_byte")
-     set encoding=utf-8 setglobal fileencoding=utf-8
-     set bomb set termencoding=iso-8859-15 set
-     fileencodings=ucs-bom,iso-8859-15,iso-8859-3,utf-8
-else
-     echoerr "Sorry, this version of (g)vim was not compiled with +multi_byte"
-endif
-
-3. What the above does ---------------------- * has("multi_byte") checks if
-you have the right options compiled-in. If you haven't got what it takes,
-it's no use trying to use Unicode.
-
-* 'encoding' sets how vim shall represent characters internally. Utf-8 is
-necessary for most flavors of Unicode.
-
-* 'fileencoding' sets the encoding for a particular file (local to buffer);
-:setglobal sets the default value. An empty value can also be used: it defaults
-to same as 'encoding'. Or you may want to set one of the ucs encodings, It
-might make the same disk file bigger or smaller depending on your particular
-mix of characters. Also, IIUC, utf-8 is always big-endian (high bit first)
-while ucs can be big-endian or little-endian, so if you use it, you will
-probably need to set 'bomb" (see below).
-
-* 'bomb' (boolean): if set, vim will put a "byte order mark" at the start
-of ucs files. This option is irrelevant for most non-ucs files (utf-8,
-iso-8859, etc.)
-
-* 'termencoding' defines how your keyboard encodes what you type. The value
-you put there will depend on your locale: iso-8859-15 is Latin1 + Euro currency
-sign, but you may want something else for, say, an Eastern European keyboard.
-
-* 'fileencodings' defines the heuristic to set 'fileencoding' (local to buffer)
-when reading an existing file. The first one that matches will be used (and,
-IIUC, if there is no match, Vim falls back on Latin1). Ucs-bom is "ucs with
-byte-order-mark"; it must not come after utf-8 if you want it to be used.
-
-4. Additional remarks --------------------- * In "replace" mode, one utf
-character (one or more data bytes) replaces one utf character (which need
-not use the same number of bytes)
-
-* In "normal" mode, ga shows the character under the cursor as text, decimal,
-octal and hex; g8 shows which byte(s) is/are used to represent it.
-
-* In "insert" or "replace" mode,
-  - any character defined on your keyboard can be entered the usual way
-  (even with dead keys if you have them, e.g. French circumflex, German
-  umlaut, etc.); - any character which has a "digraph" (there are a huge lot
-  of them, see :dig after setting enc=utf-8) can be entered with a Ctrl-K
-  prefix; - any utf character at all can be entered with a Ctrl-V prefix,
-  either &lt;Ctrl-V&gt; u aaaa or &lt;Ctrl-V&gt; U bbbbbbbb, with 0 &lt;=
-  aaaa &lt;= FFFF, or 0 &lt;= bbbbbbbb &lt;= 7FFFFFFF.
-
-* Unicode can be used to create html "body text", at least for Netscape 6 and
-probably for IE; but on my machine it doesn't display properly as "title text"
-(i.e., between &lt;title&gt;&lt;/title&gt; tags in the &lt;head&gt; part).
-
-* Gvim will display it properly if you have the fonts for it, provided
-that you set 'guifont' to some fixed-width font which has the glyphs you
-want to use (Courier New is OK for French, German, Greek, Russian and more,
-but I'm not sure about Hebrew or Arabic; its glyphs are of a more "fixed"
-width than those of, e.g. Lucida Console: the latter can be awkward if you
-need bold Cyrillic writing).
-
-Happy Vimming !  Tony.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Preexisting code indentation</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=247">http://vim.sf.net/tip_view.php?tip_id=247</A><BR>
-
-Using tabs as elementary unit in your code indentation has two advantages:
-first, you may modify 'tabstop' and immediately all the indentations depths
-are modified according to it; second, your file will be smaller.
-
-But how can we change some already-written code in order to convert spaces
-to tabs. Very simple!  Suppose your old code has an indentation unit of
-2 spaces :ret! 2 :x will replace every 2-spaces to one tab, independently
-from your current tabstop value, and will save the modified file.  Then,
-if you open again the file with tabstop=2, the file will look as before but
-it will be smaller. If you open the file with tabstop=4, the code vill have
-a more indented look, and so on...
-
-Cheers!
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Auto-save
-the current buffer periodically.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=248">http://vim.sf.net/tip_view.php?tip_id=248</A><BR>
-
-I have no  idea if this was implemented  in vim 5.3 or not,  but you can
-definitely  do the  following  kludge  in 6.x  by  using CursorHold  and
-localtime:
-
-- When you  start reading a file,  set a buffer variable  to the current
-  time:
-
-  au BufRead,BufNewFile * let b:start_time=localtime()
-
-- Set a  CursorHold event  to check  to see if	enough time  has elapsed
-  since the last save and save if not:
-
-  au CursorHold * call UpdateFile()
-
-- Define a function to save the file if needed:
-
-  " only write if needed and update the start time after the save
-  function! UpdateFile()
-    if ((localtime() - b:start_time) &gt;= 60)
-      update let b:start_time=localtime()
-    else
-      echo "Only " . (localtime() - b:start_time) . " seconds have elapsed
-      so far."
-    endif
-  endfunction
-
-- Reset the start time explicitly after each save.
-
-  au BufWritePre * let b:start_time=localtime()
-
-Obviously, you	should get rid of  the else portion once  you're certain
-that this does indeed do what you wanted.
-
-The  thing  to	note  is  that	the  CursorHold  will  only  fire  after
-'updatetime' milliseconds  of inactivity have  elapsed. So, if	you type
-rapidly for  one and  a half  minutes non-stop,  it won't  actually save
-anything until you STOP activity long  enough. This may be what you want
-anyway because it won't interrupt your activity with a forced save.
-
-The actual save-delay can be changed from '60' to another number (in seconds)
-or a variable or anything like that.  This entire functionality can be easily
-wrapped inside a nice script which enables/disables this on a per-buffer basis
-(maybe with maps etc.).  If desired, I can provide that also.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Quickly
-insert #if 0 - #endif around block of code</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=249">http://vim.sf.net/tip_view.php?tip_id=249</A><BR>
-
-One of my favorite macros that I use in vim (and vi) inserts a #if 0 #endif
-sandwich around a block of code.  I always map this to the 2 key sequence ;'
-which is the semi-colon followed by the single quote.  Look at your keyboard,
-you will notice these keys are adjacent to one another.  I like this mapping
-because it's very fast, my fingers easily roll from one key to the next,
-obviously YMMV.
-
-To use this mapping, go to the line of code that you want the '#if 0' to be
-on, type ma to mark this line with the marker a, then move to the line that
-should be last line just above the '#endif' and press ;'
-
-    " insert #if 0 - #endif around block of code map ;' mz'aO&lt;Esc&gt;i#if
-    0&lt;Esc&gt;'zo&lt;Esc&gt;i#endif&lt;Esc&gt;
-
--- David Thompson dat1965@yahoo.com
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>One big window</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=250">http://vim.sf.net/tip_view.php?tip_id=250</A><BR>
-
-If you like to see your files in fullscreen, and you have to edit more files,
-you can do the following.  * Use only one window * Open further files with :e *
-type :nm &lt;A-Up&gt; :bp!&lt;CR&gt; * type :nm &lt;A-Down&gt; :bn!&lt;CR&gt;
-* type :nm &lt;C-F4&gt; :bd!&lt;CR&gt; You can of course change the keys.
-Now to switch between windows, you can press Alt-Up, and Alt-Down (Just in
-the GUI, if you use console, don't use Alt key) Another idea is to map them
-to Ctrl-Tab, and Ctrl-Shift-Tab To close the current file you can press Ctrl-F4
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>align
-#endif with corresponding #if/#ifdef</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=251">http://vim.sf.net/tip_view.php?tip_id=251</A><BR>
-
-If you try to impose any sort of alignment on your preprocessor directives,
-rather than just starting them on column 0, this mapping will align the #endif
-'correctly' when you type '#en', start a new line, and bring you back to
-the correct alignment to edit code.
-
-inoremap &lt;buffer&gt; #en
-X&lt;BS&gt;&lt;Esc&gt;?#if&lt;CR&gt;"zy0^Og0"zpDa#endif&lt;CR&gt;X&lt;BS&gt;&lt;Esc&gt;?#end?-1&lt;CR&gt;^"zy0^O0"zpDa
-
-I am reasonably sure this is insensitive to vim options...
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>python
-script to align statements</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=252">http://vim.sf.net/tip_view.php?tip_id=252</A><BR>
-
-i know there's some awk scripts out there that do the same thing, and if i
-were a real trooper i would have written this in vims internal language but...
-
-i wrote a python script to align statements.
-
-i put this in my .vimrc: map L :!lineUp.py&lt;cr&gt;   " of course lineUp.py
-is somewhere in my path
-
-and i have this python file somewhere in my path: <A
-HREF="http://ophinity.com/res/dotFiles/lineUp.py">http://ophinity.com/res/dotFiles/lineUp.py</A><BR>
-
-so now i can just pipe the offending lines thru my code: :5, 10 !lineUp.py
-or using the mapping above, visually select the lines and press 'L'
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>The
-power of | (v75|r- actually...)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=253">http://vim.sf.net/tip_view.php?tip_id=253</A><BR>
-
-'|' as you may well be aware is the goto column motion, and that "75|"
-will place your cursor on column 75 of the current line.
-
-That in itself is pretty handy at times, but some true power arises when
-used in conjuction with visual mode and replace. Or you could just say a
-sneaky trick :)
-
-v75|r- will repace from the cursor to the end of line with '-' *breakdown*
-v to turn on visual mode 75 for the count | *bar* to goto column r to enter
-repace - to specify the char to replace.
-
-A handy and quick way to make a noticable section of your code (or whatever).
-
-A handy way to use this (formated to just drop into DrChip's CStubs): "//
--[Feral]---------------------------------------------------------------
-"// &lt;cursor&gt;
-	elseif wrd == "//"
-		exe "norm! a
-		-[AuthorId]\&lt;esc&gt;$lv75|r-$a\&lt;cr&gt;\&lt;esc&gt;$a "
-
-"// -[Feral:146/02@08:31]--------------------------------------------------
-"// &lt;cursor&gt;
-	elseif wrd == "///"
-		exe "norm! s
-		-[AuthorId:\&lt;C-R&gt;=strftime('%j/%y@%H:%M')\&lt;CR&gt;]\&lt;esc&gt;$lv75|r-$a\&lt;cr&gt;\&lt;esc&gt;$a
-		"
-
-"/* -[Feral:146/02@08:31]--------------------------------------------------
-" * &lt;cursor&gt; " *
--------------------------------------------------------------------- */
-	elseif wrd == "/*"
-		exe "norm! a
-		-[AuthorId:\&lt;C-R&gt;=strftime('%j/%y@%H:%M')\&lt;CR&gt;]\&lt;esc&gt;$lv75|r-$a\&lt;cr&gt;\&lt;cr&gt;\&lt;esc&gt;2lv72|r-$a
-		*/\&lt;esc&gt;k$a "
-
-Have to love VIM!
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Using
-\%[] to easily match parts of a word.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=254">http://vim.sf.net/tip_view.php?tip_id=254</A><BR>
-
-This code fragment is suitable to drop into DrChip's CStubs.
-After much searching I was unable to find a tip nor script
-number to referance, I believe where I found Dr. Chip's CStubs originally : <A
-HREF="http://users.erols.com/astronaut/vim/vimscript/drcstubs.vim">http://users.erols.com/astronaut/vim/vimscript/drcstubs.vim</A><BR>
-Thank you Dr. Chip! (=
-
-If you have ever wanted to match parts of a word you may have considered
-something like: if wrd == "re" || wrd == "ret" || wrd == "retu" || wrd ==
-"retur"
-   "do something
-
-Althought the above works well enough it is a pain to maintain and add new
-words (not to mention its just a touch messy ;) )
-
-A more elegant (and easier to use I believe) method would be to use \%[]
-as part of a pattern.
-
-For instance, "\\&lt;re\\%[tur]\\&gt;" will match "re", "ret", "retu" or
-"retur"
-
-*breakdown* \\&lt; = start of word re = first letters of word we want to
-require to match \\%[tur] = optionally match chars bewteen the braces,
-i.e. 't', 'tu' or 'tur' \\&gt; = end of word
-
-So, we can use this as a pattern for match like so (In DrChip's CStubs)
-
-elseif match(wrd, "\\&lt;re\\%[tur]\\&gt;") &gt; -1
-    exe "norm! bdWireturn\&lt;Esc&gt;"
-
-Which, I think, is a little better than the longer alternative: "  vs elseif
-wrd == "re" || wrd == "ret" || wrd == "retu" || wrd == "retur"
-    exe "norm! bdWireturn\&lt;Esc&gt;"
-
-Just another one of those VIM things that made me smile :)
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>arbitrary tags for file names</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=255">http://vim.sf.net/tip_view.php?tip_id=255</A><BR>
-
-This definitely work on linux and there is probably some windows equivalent.
-I've started working with tomcat and many many .jsp files.  I find this
-trick to be very helpful.
-
-find -name '*.jsp' -printf '%f\t%P\t1\n' |sort &gt; jsp.tags
-
-This will create a file called jsp.tags with tag entries for each .jsp file.
-Within Vim I use
-
-:set tags+=jsp.tags
-
-Now I can to simple :tag file.jsp to quickly switch b/w the many, many
-.jsp files.
-
-One important note.  The utility sort will use the value of LC_COLLATE to sort
-according to your locale.  This will give Vim issues.  So try "LC_COLLATE=C
-sort" instead of plain "sort"
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Opening
-current Vim file in your Windows browser</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=256">http://vim.sf.net/tip_view.php?tip_id=256</A><BR>
-
-Hi Vimmers
-
-open current file in browser
-
-map ,f	 :update&lt;CR&gt;:silent !start c:\progra~1\intern~1\iexplore.exe
-file://%:p&lt;CR&gt;
-
-open http link under cursor in your browser
-
-map ,i	 :update&lt;CR&gt;: !start c:\progra~1\intern~1\iexplore.exe
-&lt;cWORD&gt;&lt;CR&gt;
-
-Note use of cWORD (not cword) meaning OUTER Word
-
-Works for me in XP & 98 (Original came from a posting by Ralf Arens)
-
-zzapper
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>fast page up/down.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=257">http://vim.sf.net/tip_view.php?tip_id=257</A><BR>
-
-i discovered a cool way to move between pages of the same document in vim
-6.1. press a number in -normal mode- and the page up/down. the document
-will move with that number of pages up/down.if the number is greater that
-the nr of pages, document will move to begin/end of file.  i didn't test it
-on other version.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>how
-long is the current word?</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=258">http://vim.sf.net/tip_view.php?tip_id=258</A><BR>
-
-ever wondered how long the current word is?  this can be quite useful when
-editing data files.  simply add the following to your .vimrc
-
-nmap &lt;C-_&gt; :echo 'word' expand("&lt;cword&gt;") '  wordlen ='
-strlen(expand("&lt;cword&gt;"))&lt;CR&gt;
-
-and it will tell you the word under the cursor, and how long it is.
-
-and for things that arent words, this addition to your .vimrc works on
-sections of a line that have been hightligted in visual mode
-
-vmap &lt;C-_&gt; "-y:echo 'word' @- '  wordlen =' strlen(@-)&lt;CR&gt;
-
-again you see the "word", and its length this may also work on vim 5.x,
-but i havent checked to make sure.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>removing
-the toolbar (icons) from gvim</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=259">http://vim.sf.net/tip_view.php?tip_id=259</A><BR>
-
-Change good or bad usually  encounters interia from people in excepting it.
-gvim 6.0 is the first version that introduced the icons shortcut in shape
-of a toolbar under the menu.  when we upgraded to the new and improved vim
-6.1 from vim 5.7 some of people in our company encountered some problems
-with their syntax highlighting and some of them objected on the new toolbar
-which displayed icons for some common tasks for people more used to GUI.
-
-I finally figured out how to remove this new feature since I also didn't
-see much use for it
-
-Here is for all those who haven't figured it out yet
-
-In your .gvimrc include the following two lines
-
-unmenu ToolBar unmenu! ToolBar
-
-Doing this from an open gvim does not remove them but grays them out but
-doing from gvimrc does the job
-
-I was also trying to remove the menus at the top and almost succeeded with
-a similar technique but somehow the Buffer menu item stays there no matter
-what. IMHO it is a bug but it could very well be a feature ;)
-
-I tried this
-
-unmenu * unmenu! *
-
-even added this line after the above two but didn't help unmenu Buffers
-
-I hope this benefits you all as much as I have benefitted from all your tips
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>gvim--&gt;mouse--&gt;popup menu</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=260">http://vim.sf.net/tip_view.php?tip_id=260</A><BR>
-
-This tip is for those who prefer to do some of the common operations like
-cut/copy/paste etc using mouse. All u have to do is
-
- :set mousemodel=popup
-
-by this u get a popup menu on right click of your mouse and u can do all
-the common operations like undo, cut, copy, paste, select etc using mouse.
-
-u can also customise your popup menu by editing $VIMRUNTIME/menu.vim
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Close
-windows from  Gvim poup menu</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=261">http://vim.sf.net/tip_view.php?tip_id=261</A><BR>
-
-To close windows from the popup menu add these lines to your .gvimrc
-
-:amenu PopUp.Close.\ Window :confirm close&lt;CR&gt; :amenu PopUp.Close.\
-Other  :confirm only&lt;CR&gt;
-
-You obviously need ':set mousemodel=popup' in your .gvimrc as well :=)
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Bored
-of ur arrow shapped mouseptr?</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=262">http://vim.sf.net/tip_view.php?tip_id=262</A><BR>
-
-here is how u can change the shape of ur mouseptr in gvim.
-
-:set mouseshape=n:pencil
-
-this will change the shape of the mouseptr to pencil in normal mode.  u can
-choose different shapes for different modes. see :h mouseshape
-
-Want more shapes?
-
-Then look for the file cursorfont.h in ur X11/ directory.  This file contains
-lots of cursor shape #define definitions, like .  #define XC_heart 62 .
-now :set mouseshape=n:62 will set the shape of the mouseptr to heart in
-normal mode.
-
--ncr
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>color active line</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=263">http://vim.sf.net/tip_view.php?tip_id=263</A><BR>
-
-This tip shows how to color the active line, the line in which the cursor
-is, for better reading.  You should try possibility 2 before 1, IMHO it is
-mostly usable.
-
-possibility 1:
-     :au! CursorHold * let @/ = '\%' . line('.') . 'l.*' :set ut=500
-
-explanation:
-     After 500 ms of waiting for you to hit a key, vim sets the search
-     register to a pattern that matches the current line.
-
-problem:
-     Register / holds the search pattern, so you cannot have color the active
-     line and search.  Therefore another solution:
-
-possibility 2:
-     :highlight CurrentLine guibg=darkgrey guifg=white	   (or whatever
-     colors you want) :au! Cursorhold * exe 'match CurrentLine /\%'
-     . line('.') . 'l.*/' :set ut=100
-
-explanation:
-     This solution uses 'match' to highlight a string, it does not interface
-     with the current search pattern.
-
-addition:
-     Turning the highlighning off:
-	  :au! Cursorhold :match none
-     The order of these commands are important. If :match none is executed
-     first, the autocommand would almost immediately execute another match
-     command.
-
-references to vim help:
-     :help Cursorhold :help 'ut' :help /\%l :help "/ :help \%
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>F5
-Compile and Run, F8 Compile (ala Visual Studio)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=264">http://vim.sf.net/tip_view.php?tip_id=264</A><BR>
-
-I love vim, it's my default editor on my Sun, Windows, Linux and *BSD boxen.
-That said, I hate having to flip windows to compile while doing the
-write-&gt;compile-&gt;debug loop.
-
-If you're used to Visual Studio and the ability it has to just hit F5 to
-compile and run the current file or F8 to compile or step through the code
-you'll appreciate this...
-
-This is my Windows version of this scriplet/tiplet.  For other platforms,
-you'll want to change the IF ELSE loops.  You should actually never see
-the "Unsuccessful" message from the compile/run loop unless the compiler
-completely bombs out.	This is from my _vimrc...
-
-map &lt;F5&gt; :call CompileRunGcc()&lt;CR&gt;
-
-map &lt;F8&gt; : call CompileGcc()&lt;CR&gt;
-
-func! CompileRunGcc()
-		exec "w"   "Save the file exec "!gcc % -o %&lt; && cr 10 && IF
-		EXIST %&lt;.exe (%&lt;) ELSE banner -c = Compile Unsuccessful
-		" exec "i" "jump back where we were
-
-
-endfunc
-
-func! CompileGcc()
-		exec "w" exec "!gcc % -o %&lt;	&& IF EXIST %&lt;.exe (cr 5 &&
-		banner -c # Success) ELSE banner -c # Compile Unsuccessful
-		" exec "i"
-
-endfunc
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Fast help in full window</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=265">http://vim.sf.net/tip_view.php?tip_id=265</A><BR>
-
-You can get fast access to help by writing small script
-
-#!/bin/bash vim -c "help $1" -c only
-
-now name it eg. vih and from cl
-
-$ vih makeprg
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>use -S command line switch</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=266">http://vim.sf.net/tip_view.php?tip_id=266</A><BR>
-
-The -S switch could be used to simplify common idiom: start Vim and source
-a script file: gvim -c ":so foobar.vim" got translated into gvim -S foobar.vim
-
-Yes, this tip is trivial but I still see the -c ":so x" way too often. Time
-to update your mind!
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>selectively displaying abbreviations</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=267">http://vim.sf.net/tip_view.php?tip_id=267</A><BR>
-
-Hi Vimmers, abbreviations have always been one of the most useful parts of
-vi(m), trouble is when you've got too many you forgot what you called them.
-
-You can of course list the whole lot with
-
-:ab&lt;cr&gt;
-
-But did you know that you can type the first few letters of your abbreviations
-and get a list of just thos abs eg
-
-:ab php&lt;cr&gt; gives me all my php abs & :ab perl&lt;cr&gt; gives me all
-my perls
-
-also try control-D instrad of &lt;cr&gt;
-
-zzapper
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Get cursor
-position as byte percentage instead of line percentage</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=268">http://vim.sf.net/tip_view.php?tip_id=268</A><BR>
-
-On line 300 of a thousand line file, Vim will show you that you're 30%
-through the file.  But what if most of the lines have one character in them,
-and some of them have twenty thousand?	Sometimes it comes in handy to know
-your percentage through the file in terms of current-byte / total-bytes.
-I looked through the Vim docs and couldn't find a way to do this, so I wrote
-a Vim function to show it.
-
-Put this in your .vimrc:
-
-function! Percent()
-    let byte = line2byte( line( "." ) ) + col( "." ) - 1 let size = (line2byte(
-    line( "$" ) + 1 ) - 1) " return byte . " " . size . " " . (byte * 100)
-    / size return (byte * 100) / size
-endfunction
-
-(Uncomment the first return to see intermediate values.)
-
-And put this somewhere in your "set statusline=...":
-
-    %{Percent()}%%
-
-See "help statusline", "help eval".
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Syntax highlighting
-is "out of sync", seems to correct itself with refresh ??</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=269">http://vim.sf.net/tip_view.php?tip_id=269</A><BR>
-
-This one has come across the 'vim' users mailing list many times, and probably
-comp.editors as well...
-
-Summary: see :help :syn-sync and search for 'sync' in your favorite syntax
-file in $VIMRUNTIME/syntax
-
-Long Version: The syntax highlight code utilizes a certain synchronization
-method to efficiently figure out syntax highlighting, specifically if you
-aren't at the very beginning or end of a file.	The specific setting is 'syntax
-sync'.	For various file types the method is set by default in this is setup
-in the syntax file and one can vary the degree of trouble which VIM goes to to
-try and figure this out.  As an example for C, from $VIMRUNTIME/syntax/c.vim:
-
-if exists("c_minlines")
-  let b:c_minlines = c_minlines
-else
-  if !exists("c_no_if0")
-    let b:c_minlines = 50	" #if 0 constructs can be long
-  else
-    let b:c_minlines = 15	" mostly for () constructs
-  endif
-endif exec "syn sync ccomment cComment minlines=" . b:c_minlines
-
-Where c_minlines is the minimum number of lines that VIM goes backward to try
-to find the start of a comment for syntax highlighting.  If that line which
-starts a comment is outside of that range, highlighting will appear wrong.
-
-You can easily set up something like this in your .vimrc: let c_minlines=500
-or even bigger, but realize that it is a performance trade-off and that
-syntax highlighting will slow things down.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Insert a single character</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=270">http://vim.sf.net/tip_view.php?tip_id=270</A><BR>
-
-Using Insert mode to insert a single character feels clumsy (you need 3
-keypresses for one character), so here's a slightly easier way:
-
-:nmap &lt;space&gt; i_&lt;esc&gt;r
-
-Now, when in Normal mode, just press space followed by what it is you want
-to insert.
-
-BUG: Repeating the insertion with . doesn't work.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>easy
-(un)commenting out of source code</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=271">http://vim.sf.net/tip_view.php?tip_id=271</A><BR>
-
-Something that I do quite alot is comment out blocks of text, only to uncomment
-that same block later. The following mappings have proven useful to me. They
-can be applied using visually selected blocks, or with motion keys.
-
-" lhs comments map ,# :s/^/#/&lt;CR&gt; map ,/ :s/^/\/\//&lt;CR&gt; map ,&gt;
-:s/^/&gt; /&lt;CR&gt; map ," :s/^/\"/&lt;CR&gt; map ,% :s/^/%/&lt;CR&gt;
-map ,! :s/^/!/&lt;CR&gt; map ,; :s/^/;/&lt;CR&gt; map ,- :s/^/--/&lt;CR&gt;
-map ,c :s/^\/\/\\|^--\\|^&gt; \\|^[#"%!;]//&lt;CR&gt;
-
-" wrapping comments map ,* :s/^\(.*\)$/\/\* \1 \*\//&lt;CR&gt; map ,(
-:s/^\(.*\)$/\(\* \1 \*\)/&lt;CR&gt; map ,&lt; :s/^\(.*\)$/&lt;!--
-\1 --&gt;/&lt;CR&gt; map ,d :s/^\([/(]\*\\|&lt;!--\) \(.*\)
-\(\*[/)]\\|--&gt;\)$/\2/&lt;CR&gt;
-
-The commands to comment a selection of text are as follows, begining with
-begining-of-line comments:
-
-    ,#	  shell, perl, etc ,/	  c++ ,&gt;    email quote ,"	  vim ,%
-    latex, prolog ,!	  assembly?... add single !  ,;      scheme ,-
-    don't remember this one... add -- ,c     clears any of the previous
-    comments
-
-Here are the wrapping comments, each line wrapped individually:
-
-    ,*	    c ,(       Standard ML ,&lt;      html ,d	   clears any of
-    the wrapping comments
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>automaticaly
-formating pasted text (p=`])</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=272">http://vim.sf.net/tip_view.php?tip_id=272</A><BR>
-
-In times past I used a nice editor that had the neat feature of automatically
-setting pasted text to the proper indent level. Recently I've begun to miss
-this so I went looking in the help and camp up with....
-
-=`]
-
-which will format to the end of the pasted text... Perfect to call right
-after you past something as the cursor ends up at the top of the pasted text,
-thus the mapping:
-
-:map &lt;c-p&gt; =`]
-
-" by the by the above may should be nmap and I am pretty sure c-p is unused,
-your mileage will vary no doubt.
-
-However I wanted the formatting to automatically be done so it was two simple
-(once I figured out how!) nnoremap:
-
-" [Feral:185/02@14:27] map c-p to what p was (past with no formatting), map
-p to p and = to end of pasted text.  :nnoremap p p=`] :nnoremap &lt;c-p&gt; p
-
-This simply (as the comment hints at) maps normal mode p to what p did (paste)
-then = to `] (last character in the previously changed text). While ctrl+p
-just does what p did. (just in case you find you don't want a bit of text
-auto formatted.).
-
-reference: :h :nnoremap :h p :h = :h `]
-
-Whatever the name of this idea is, tis something I find handy :)
-
-Happy VIMing
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Fast
-fixing of email quotations (too long lines)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=273">http://vim.sf.net/tip_view.php?tip_id=273</A><BR>
-
-When using VIM as your editor of choice, even for email processing - as I
-do - it is often unpleasing how some MUA's quote the email body produced by
-mailers such as Outlook. The lines often span across multiple visual lines
-and its difficult to reply on certain parts of it.
-
-With VIM, you can quickly fix those quotations to maintain a proper 75 char
-break. For example, when using Mutt, put this line in your .muttrc, or use
-a custom .vimrc_mail for it:
-
-set editor="vim -c 'set fo=tcrq' -c 'set tw=76'"
-
-For other MUA's this has to be fitted. However, now, when your quoted email
-is displayed, you can use this VIM sequence to fix it:
-
-1. move cursor to first line of broken paragraph 2. press 'V' and move to the
-last line of the paragraph you want to fix 3. press 'g' and then 'q'. The
-marked text will wrap around to your specified textwidth (76 in our case)
-and the quotations will be preserved across the lines
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Some useful mappings for TeX</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=274">http://vim.sf.net/tip_view.php?tip_id=274</A><BR>
-
-You know, TeX requires a lot of additional formatting code. I'm tired of
-opening and closing braces, brakets,
- \beginning and \ending etc. I particularly hate typing \begin and \end.
-To help myself and to save a few(not a few) keystrokes I naturaly came up to
-some solutions, which I wish to share with other TeXnicians and TeXperts whhich
-use Vim.  "===============================cut here=========================
-"=============== you can put it in ~/.vim/after/ftplugin/tex.vim
-=============== " " Note: i_&lt;C-L&gt; " This constructs a skeleton of a TeX
-environment.  " You write a line like this: " floatingfigure:ht&lt;C-L&gt;
-" and after you press &lt;C-L&gt;, you get: " " \begin[ht]{floatingfigure}
-" " \end{floatingfigure} " -- INSERT -- " " where floatingfigure is the
-desired environment " ht are options " : is delimiter; in fact, you can
-use whatever delimiter you want " as long it is not in &iskeyword option.
-inoremap &lt;buffer&gt; &lt;C-L&gt; 
-			\:s/[^][:alnum:]&lt;bar&gt;]\+/,/eg
-			\I\begin{ea}[A]%d%%P \:s/\[,/[/e \:s/,]/]/e
-			\:s/\[]//e \0f{y%o\endpO
-inoremap &lt;buffer&gt; { {}i inoremap &lt;buffer&gt; [ []i inoremap
-&lt;buffer&gt; ^ ^{}i inoremap &lt;buffer&gt; _ _{}i inoremap &lt;buffer&gt;
-\( \(\)hi inoremap &lt;buffer&gt; \[ \[\]hi
-
-" Note: v_&lt;C-L&gt; " For this to work, you have to write on a blank
-line the name of " the desired environment and options (see i_&lt;C-L&gt;)
-and visual select " (from top to bottom) this and following lines.  " After
-pressing &lt;C-L&gt; the selected lines will be surrounded " with begin/end
-skeleton of the environment.  vnoremap &lt;buffer&gt; &lt;C-L&gt; o
-			\:s/[^][:alnum:]&lt;bar&gt;]\+/,/eg
-			\I\begin{ea}[A]%d%%P \:s/\[,/[/e \:s/,]/]/e
-			\:s/\[]//e \0f{y%gvoo\endp
-"	vnoremap &lt;buffer&gt; { di{}P "	 vnoremap &lt;buffer&gt;
-[ di[]P vnoremap &lt;buffer&gt;  di^{}P vnoremap &lt;buffer&gt;  di_{}P
-vnoremap &lt;buffer&gt; \( di\(\)hP vnoremap &lt;buffer&gt; \[ di\[\]hP
-
-" This makes "two spaces after a comma" before every :write au BufWritePre
-*.tex %s/,\(\S\)/, \1/ge
-
-"==================== You can put this in your ~/.vimrc
-======================== " If cursor is inside braces and not before comma,
-blank or opening brace, " exit the brace block and stay in insert mode.  "
-If cursor is outside braces, it inserts a space or perform an abbreviation
-" as normal.  function! CleverSpace()
-	let CharOnCursor = strpart( getline('.'), col('.')-2, 1) let
-	CharAfterCursor = strpart( getline('.'), col('.'), 1) if CharOnCursor
-	!~ ',\|\s\|(' && CharAfterCursor =~ ')\|]\|}'
-		normal x
-	endif
-endfunction inoremap &lt;Space&gt; &lt;Space&gt;:call CleverSpace()&lt;LF&gt;a
-
-" I use the last function not only for LaTeX but also in C sources.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Some useful mappings for TeX</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=275">http://vim.sf.net/tip_view.php?tip_id=275</A><BR>
-
-You know, TeX requires a lot of additional formatting code. I'm tired of
-opening and closing braces, brakets,
- \beginning and \ending etc. I particularly hate typing \begin and \end.
-To help myself and to save a few(not a few) keystrokes I naturaly came up to
-some solutions, which I wish to share with other TeXnicians and TeXperts whhich
-use Vim.  "===============================cut here=========================
-"=============== you can put it in ~/.vim/after/ftplugin/tex.vim
-=============== " " Note: i_&lt;C-L&gt; " This constructs a skeleton of a TeX
-environment.  " You write a line like this: " floatingfigure:ht&lt;C-L&gt;
-" and after you press &lt;C-L&gt;, you get: " " \begin[ht]{floatingfigure}
-" " \end{floatingfigure} " -- INSERT -- " " where floatingfigure is the
-desired environment " ht are options " : is delimiter; in fact, you can
-use whatever delimiter you want " as long it is not in &iskeyword option.
-inoremap &lt;buffer&gt; &lt;C-L&gt; 
-			\:s/[^][:alnum:]&lt;bar&gt;]\+/,/eg
-			\I\begin{ea}[A]%d%%P \:s/\[,/[/e \:s/,]/]/e
-			\:s/\[]//e \0f{y%o\endpO
-inoremap &lt;buffer&gt; { {}i inoremap &lt;buffer&gt; [ []i inoremap
-&lt;buffer&gt; ^ ^{}i inoremap &lt;buffer&gt; _ _{}i inoremap &lt;buffer&gt;
-\( \(\)hi inoremap &lt;buffer&gt; \[ \[\]hi
-
-" Note: v_&lt;C-L&gt; " For this to work, you have to write on a blank
-line the name of " the desired environment and options (see i_&lt;C-L&gt;)
-and visual select " (from top to bottom) this and following lines.  " After
-pressing &lt;C-L&gt; the selected lines will be surrounded " with begin/end
-skeleton of the environment.  vnoremap &lt;buffer&gt; &lt;C-L&gt; o
-			\:s/[^][:alnum:]&lt;bar&gt;]\+/,/eg
-			\I\begin{ea}[A]%d%%P \:s/\[,/[/e \:s/,]/]/e
-			\:s/\[]//e \0f{y%gvoo\endp
-"	vnoremap &lt;buffer&gt; { di{}P "	 vnoremap &lt;buffer&gt;
-[ di[]P vnoremap &lt;buffer&gt;  di^{}P vnoremap &lt;buffer&gt;  di_{}P
-vnoremap &lt;buffer&gt; \( di\(\)hP vnoremap &lt;buffer&gt; \[ di\[\]hP
-
-" This makes "two spaces after a comma" before every :write au BufWritePre
-*.tex %s/,\(\S\)/, \1/ge
-
-"==================== You can put this in your ~/.vimrc
-======================== " If cursor is inside braces and not before comma,
-blank or opening brace, " exit the brace block and stay in insert mode.  "
-If cursor is outside braces, it inserts a space or perform an abbreviation
-" as normal.  function! CleverSpace()
-	let CharOnCursor = strpart( getline('.'), col('.')-2, 1) let
-	CharAfterCursor = strpart( getline('.'), col('.'), 1) if CharOnCursor
-	!~ ',\|\s\|(' && CharAfterCursor =~ ')\|]\|}'
-		normal x
-	endif
-endfunction inoremap &lt;Space&gt; &lt;Space&gt;:call CleverSpace()&lt;LF&gt;a
-
-" I use the last function not only for LaTeX but also in C sources.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Function signature previewer</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=276">http://vim.sf.net/tip_view.php?tip_id=276</A><BR>
-
-Have you ever tried to call a function which parameters you have forgotten?
-Especially those long named and with long parameter list GTK+ functions
-like gtk_menu_item_image_from_stock_new(..........) !!!  By accident I saw a
-function in Vim help. It's name was PreviewWord and it allowed one to jump
-in the preview window to the tag for the word cursor is on.  I _slightly_
-modified this function not to need tags file, but to search included files
-instead.  I wrote another function, which uses the above said one, which
-triggers PreviewWord when you open the parenthesis after a function name.
-Here it is: " Note: " This is literally stolen from Vim help. The only
-changes are: " (1) if w != ""		    becomes	  if w =~ "\k" "
-(2) exe "silent! ptag " . w  becomes	   exe "silent! psearch " . w " *
-The first change prevents PreviewWord of searching while cursor is on some "
-non-keyword characters, e.g. braces, asterisks, etc.  function! PreviewWord()
-	if &previewwindow			" don't do this in the
-	preview window
-		return
-	endif let w = expand("&lt;cword&gt;")	      " get the word under
-	cursor if w =~ "\k"			       " if there is one
-	":ptag" to it
-
-		" Delete any existing highlight before showing another tag
-		silent! wincmd P			" jump to preview
-		window if &previewwindow		       " if we really
-		get there...
-			match none			" delete existing
-			highlight wincmd p			  " back to
-			old window
-		endif
-
-		" Try displaying a matching tag for the word under the cursor
-		let v:errmsg = "" exe "silent! psearch " . w if v:errmsg =~
-		"tag not found"
-			return
-		endif
-
-		silent! wincmd P			" jump to preview
-		window if &previewwindow	       " if we really get
-		there...
-			if has("folding")
-				silent! .foldopen		" don't want
-				a closed fold
-			endif call search("$", "b")	      " to end of
-			previous line let w = substitute(w, '\\', '\\\\',
-			"") call search('\&lt;\V' . w . '\&gt;')    "
-			position cursor on match " Add a match highlight to
-			the word at this position hi previewWord term=bold
-			ctermbg=green guibg=green exe 'match previewWord "\%'
-			. line(".") . 'l\%' . col(".") . 'c\k*"' wincmd p
-			" back to old window
-		endif
-	endif
-endfunction au! CursorHold *.[ch] nested call PreviewWord()
-
-" Note: " When you open a parenthesis after a function name, and
-at the " line end, that function's definition is previewed through
-PreviewWord().	" This is inspired from Delphi's CodeInsight technology.
-" Something similar (PreviewClassMembers) could be written for " the C++
-users, for previewing the class members when you type " a dot after an
-object name.  " If somebody decides to write it, please, mail it to me.
-function! PreviewFunctionSignature()
-	let CharOnCursor = strpart( getline('.'), col('.')-2, 1) if col(".") ==
-	col("$")
-		call PreviewWord()
-	endif return "("
-endfunction inoremap &lt;buffer&gt; (
-&lt;C-R&gt;=PreviewFunctionSignature()&lt;LF&gt;
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Function signature previewer</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=277">http://vim.sf.net/tip_view.php?tip_id=277</A><BR>
-
-Have you ever tried to call a function which parameters you have forgotten?
-Especially those long named and with long parameter list GTK+ functions
-like gtk_menu_item_image_from_stock_new(..........) !!!  By accident I saw a
-function in Vim help. It's name was PreviewWord and it allowed one to jump
-in the preview window to the tag for the word cursor is on.  I _slightly_
-modified this function not to need tags file, but to search included files
-instead.  I wrote another function, which uses the above said one, which
-triggers PreviewWord when you open the parenthesis after a function name.
-Here it is: " Note: " This is literally stolen from Vim help. The only
-changes are: " (1) if w != ""		    becomes	  if w =~ "\k" "
-(2) exe "silent! ptag " . w  becomes	   exe "silent! psearch " . w " *
-The first change prevents PreviewWord of searching while cursor is on some "
-non-keyword characters, e.g. braces, asterisks, etc.  function! PreviewWord()
-	if &previewwindow			" don't do this in the
-	preview window
-		return
-	endif let w = expand("&lt;cword&gt;")	      " get the word under
-	cursor if w =~ "\k"			       " if there is one
-	":ptag" to it
-
-		" Delete any existing highlight before showing another tag
-		silent! wincmd P			" jump to preview
-		window if &previewwindow		       " if we really
-		get there...
-			match none			" delete existing
-			highlight wincmd p			  " back to
-			old window
-		endif
-
-		" Try displaying a matching tag for the word under the cursor
-		let v:errmsg = "" exe "silent! psearch " . w if v:errmsg =~
-		"tag not found"
-			return
-		endif
-
-		silent! wincmd P			" jump to preview
-		window if &previewwindow	       " if we really get
-		there...
-			if has("folding")
-				silent! .foldopen		" don't want
-				a closed fold
-			endif call search("$", "b")	      " to end of
-			previous line let w = substitute(w, '\\', '\\\\',
-			"") call search('\&lt;\V' . w . '\&gt;')    "
-			position cursor on match " Add a match highlight to
-			the word at this position hi previewWord term=bold
-			ctermbg=green guibg=green exe 'match previewWord "\%'
-			. line(".") . 'l\%' . col(".") . 'c\k*"' wincmd p
-			" back to old window
-		endif
-	endif
-endfunction au! CursorHold *.[ch] nested call PreviewWord()
-
-" Note: " When you open a parenthesis after a function name, and
-at the " line end, that function's definition is previewed through
-PreviewWord().	" This is inspired from Delphi's CodeInsight technology.
-" Something similar (PreviewClassMembers) could be written for " the C++
-users, for previewing the class members when you type " a dot after an
-object name.  " If somebody decides to write it, please, mail it to me.
-function! PreviewFunctionSignature()
-	let CharOnCursor = strpart( getline('.'), col('.')-2, 1) if col(".") ==
-	col("$")
-		call PreviewWord()
-	endif return "("
-endfunction inoremap &lt;buffer&gt; (
-&lt;C-R&gt;=PreviewFunctionSignature()&lt;LF&gt;
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>all the right moves</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=278">http://vim.sf.net/tip_view.php?tip_id=278</A><BR>
-
-One of the principles of effective text editing is moving around very
-efficiently.  Following are some pointers which may help u do that.
-
-    h	   move one character left j	   move one row down
-   k	   move one row up l	     move one char. right.  w	    move
-   to begining of next word b	    move to begining of previous word
-   e	   move to end of word W     move to begining of next word after a
-   whitespace B      move to begining of pervious word before a whitespace
-   E	  move to end of word before a whitespace.
-
-(All the above movements can be preceeded by a numeric value . i.e  '4j'
-will move 4 rows down )
-
-   ^	    move to first non blank char of the line.  g_      move to last non
-   blank char of the line.  0	     moev to begining of line $        move
-   to end of line.  gg	    move to first line.  G	  move to last line.
-   nG	   move to "n"th line.	H	 top of screen.
-  M	    middle of screen
-   L	    bottom of screen
-    Ctrl-D   move half page down Ctrl-U   move half page up.  Ctrl-B   page-up
-    Ctrl-F   page down.
-
-     Ctrl-o  last cursor position.  '[a-z,0-9,A-Z]    jump to the marker. (u
-     can set a marker on line by :-   m[a-zA-Z,0-9] and then jump back to
-     it by '[a-z,A-Z0-9]
-
-      n   next matching search pattern N  previous matching search pattern *
-      next word under cursor
-     #	  previous word under cursor.  g*   next matching search pattern
-     under cursor.  g#	previous matching search pattern under cursor.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>On Windows, make GVim
-the default action for double-click with "unknown file types"</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=279">http://vim.sf.net/tip_view.php?tip_id=279</A><BR>
-
-I find myself installing the following registry modification for all my
-PC's now (even other people's PC's).  It applies to Microsoft Windows
-machines only.	The following is also for Windows 9x...  NT or XP or 2000
-may require modifications (which I don't care to understand!).
-
-The problem: You double-click on a file that doesn't have a 'registered type'
-and that pesky "What program should I use?" dialog pops up.  Even worse,
-depending on the installation, the GVim icon may not be listed, and one has
-to browse to the executable...	and then the type becomes forever bonded
-to being editted with GVim (if that box is checked).  The standard Vim 6.1
-installation does include a "right click to edit" menu item for all files,
-but a double-click is so much faster!
-
-The solution: What if unregistered types would just automatically open up
-in GVim?  Well, they can..  with a little registry trickery.
-
-How to Install it:
-
-Step 1. Create a text file called "vimalways.reg" and paste the below text
-into it.
-
-Step 2.  Important NOTE: You will have to edit the pathname to correspond
-to the pathname of your GVim.exe.  The text below works fine for a GVim 6.1
-default installation.
-
-Step 3: Save the file.
-
-Step 4: Right-click on the file and select "install".  Then you are done!
-
------- vimalways.reg  ------- cut here ------snip---snip--- REGEDIT4
-
-[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell]
-
-[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\Open with &GVim] @="Open
-with &GVim"
-
-[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\Open with &GVim\command]
-@="\"C:\\vim\\vim61\\gvim.exe\" \"%1\""
-
-----end of file---- cut here----- snip---snip----
-
-Note 1.  This can't be de-installed automatically, and if you want to remove
-it, you'll have to edit the registry by hand (annoying, but easy).
-
-Note 2.  Keep this file around, so when you upgrade your GVim, all you have
-to do is modify the pathname (to say, for example, vim62) and then install
-it again.
-
-Ok, thanks for playing!  And thanks to the author(s) of Vim and GVim.
-If it weren't for them, I'd still be using elvis or stevie!
-
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Integration
-with PyUnit testing framework</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=280">http://vim.sf.net/tip_view.php?tip_id=280</A><BR>
-
-Vim has a wonderful ability to integrate with external tools, like compilers,
-make, ctags etc.  That's one of the reasons we love it.
-
-PyUnit can be seen as a "compiler" for the Python test code.  To understand
-it, Vim should be told about the language the PyUnit speaks. This could be
-done with 'errorformat' option:
-
-setlocal efm=%C\ %.%#,%A\ \ File\ \"%f\"\\,\ line\ %l%.%#,%Z%[%^\ ]%\\@=%m
-
-This magic spell enables Vim to parse unittest.TextRunner's output and to
-enter quick-fix mode.  To run all your unit tests at once you'll need to setup
-'makeprg' option and provide a runner.	I'm using this setup:
-
-setlocal makeprg=./alltests.py
-
-And contents of the alltests.py (for the sake of completeness):
-
-#!/usr/bin/env python2
-
-import unittest import sys sys.path.append('unittests')
-
-modules_to_test = (
-	'fooTest', 'barTest', 'bazTest',
-)
-
-def suite():
-    alltests = unittest.TestSuite() for module in map(__import__,
-    modules_to_test):
-	alltests.addTest(unittest.findTestCases(module))
-    return alltests
-
-if __name__ == '__main__':
-    unittest.main(defaultTest='suite')
-
-============== end of the alltests.py file ========================
-
-While talking about it, I'd also suggest to add a couple of mappings.
-In the end, my vim/files/ftplugin/python.vim looks like this:
-
-setlocal makeprg=./alltests.py\ -q setlocal efm=%C\ %.%#,%A\ \ File\ \"%f\"\\,\
-line\ %l%.%#,%Z%[%^\ ]%\\@=%m iabbr &lt;buffer&gt; sae self.assertEquals
-iabbr &lt;buffer&gt; sar self.assertRaises
-
-For details see :help quick-fix,  :help
-'efm' and  :help 'makeprg'.  See also:	<A
-HREF="http://c2.com/cgi/wiki?PythonUnit">http://c2.com/cgi/wiki?PythonUnit</A><BR>
-
-Many thanks to Stefan Roemer who patiently spent quite some time to build
-'efm' for me.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Stateful zz</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=281">http://vim.sf.net/tip_view.php?tip_id=281</A><BR>
-
-Do you find yourself hitting 'zz' all the time in order to see some context of
-what you're currently working on? If so, then this tip might be for you. If
-you add the following line in your vimrc, you can toggle zz mode by pressing
-&lt;Leader&gt;zz.
-
-" maintain a constant zz state, second call will toggle it back off map
-&lt;Leader&gt;zz    :let &scrolloff=999-&scrolloff&lt;CR&gt;
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Folding with Regular Expression</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=282">http://vim.sf.net/tip_view.php?tip_id=282</A><BR>
-
-Well, I've tried to understand some of the folding scripts, but life's too
-short. Instead, I added the following lines to my vimrc file.
-
-set
-foldexpr=(getline(v:lnum)=~@/)?0:(getline(v:lnum-1)=~@/)\|\|(getline(v:lnum+1)=~@/)?1:2
-map \z :set foldmethod=expr foldlevel=0 foldcolumn=2&lt;CR&gt;
-
-The first line is an extension of foldexpr=(getline(v:lnum)=~@/)?0:1 The
-second line (re)sets the foldmethod to expr(ession) plus.
-
-First search for /regexp/, then fold everything else with \z Use zr to reveal
-more context (before/after) lines.
-
-You could add (getline(v:lnum-2)=~@/)\|\|(getline(v:lnum+2)=~@/)?2:3 but it
-will take longer as folded lines (the majority) evaluate the full expression.
-
-What could be easier?
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Turn
-on syntax coloring in Mac OS X</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=283">http://vim.sf.net/tip_view.php?tip_id=283</A><BR>
-
-This tip is actually for vim 6.1. To turn on syntax coloring in Mac OS X
-enter the following commands, or place them in your $HOME/.vimrc file.
-
-:set term=builtin_beos-ansi :syntax on
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Mapping
-to print syntax highlighted buffer in B&W</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=284">http://vim.sf.net/tip_view.php?tip_id=284</A><BR>
-
-I use this mapping to print syntax highlighted C++ code in B&W This tip
-needs vimscript #233 print_bw.
-
-The mapping is as follows map &lt;C-p&gt; :color
-print_bw&lt;CR&gt;:hardcopy&lt;CR&gt;:color sean&lt;CR&gt;:syn on&lt;CR&gt;
-
-Change ":color sean" to whatever is your chosen color scheme.  Need to
-change line 7 of print_bw from "syntax reset" to "syntax off" &lt;C-p&gt;
-on a syntax highlighted buffer turns off syntax highlighting , sets the
-colors to B&W, prints the buffer, resets the color scheme and turns on syntax
-highlighting again.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Don't use the escape key!</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=285">http://vim.sf.net/tip_view.php?tip_id=285</A><BR>
-
-Vim (any vi really) is a dream for touch typists... Until you want to switch
-from insert mode to normal mode.  Then you've got to reach way up to whack
-the escape key.
-
-Or at least that's what I was doing until I realized that (drum roll please)
-
-		    Esc is exactly equivalent to control-[  (that's the
-		    control key plus the left square bracket key)
-
-That little bit of knowledge, plus mapping my caps lock to another control
-key, was what turned my fascination with Vim into true love.  You never have
-to lose track of the home row again!
-
-For Xfree86 users - you can make the capslock key another control key by adding
-
-Option "XkbOptions" "ctrl:nocaps"
-
-to the InputDevice section of your XF86Config file.
-
-For Windows NT/2000 users  - use the following .reg file to do the same thing:
-
-REGEDIT4
-
-[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
-"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Recover
-after doing something... ugly.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=286">http://vim.sf.net/tip_view.php?tip_id=286</A><BR>
-
-I was once editing a file and wanted to test something. The test was meant
-to add a line at the end of the file, from outside vim. All was fine, but
-instead of &gt;&gt;, I wrote &gt;. You can imagine what happened... :)
-
-If you happen to do something like that, the solution is:
-
-:recover
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Cool trick to change numbers</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=287">http://vim.sf.net/tip_view.php?tip_id=287</A><BR>
-
-In the gvim if you want to decrement any number just put ur curcor on that
-number in Esc mode and pres &lt;CTRL&gt; X
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>A keymapping
-to generate Java setters and getters automatically</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=288">http://vim.sf.net/tip_view.php?tip_id=288</A><BR>
-
-This mapping makes it much simpler to write new java classes by simplifying
-some of the dull repetative coding (ie setters and getters).
-
-To use, first write a basic class with the following format:
-
-public class MyClass {
-
-     private &lt;type&gt; &lt;varname&gt; = &lt;initvalue&gt;; private
-     &lt;type&gt; &lt;varname&gt; = initvalue&gt;;
-
-     // getters
-
-     // setters
-
-}
-
-Note the getters/setters comment -- they are important as they are used to
-place the getters and setters.
-
-The mapping is:
-
-map jgs mawv/ &lt;Enter&gt;"ty/
-&lt;Enter&gt;wvwh"ny/getters&lt;Enter&gt;$a&lt;Enter&gt;&lt;Enter&gt;public
-&lt;Esc&gt;"tpa&lt;Esc&gt;"npbiget&lt;Esc&gt;l~ea()&lt;Enter&gt;{&lt;Enter&gt;&lt;Tab&gt;return
-&lt;Esc&gt;"npa;&lt;Enter&gt;}&lt;Esc&gt;=&lt;Enter&gt;&lt;Esc&gt;/setters&lt;Enter&gt;$a&lt;Enter&gt;&lt;Enter&gt;public
-void &lt;Esc&gt;"npbiset&lt;Esc&gt;l~ea(&lt;Esc&gt;"tpa
-&lt;Esc&gt;"npa)&lt;Enter&gt;{&lt;Enter&gt;&lt;Tab&gt;this.&lt;Esc&gt;"npa=&lt;Esc&gt;"npa;&lt;Enter&gt;}&lt;Esc&gt;=&lt;Enter&gt;`ak
-
-(the above should be one long line with no spaces between the end of the
-lines above).
-
-To use this to generate a class go to the variable that should have a
-setter/getter and place the curser at the beginning of the 'private':
-
-   private &lt;type&gt; &lt;variable&gt; = &lt;initvalue&gt;' ^
-
-Then type:
-
-jgs
-
-this will create the first getter/setter and then move up to the next
-variable.  You can just keep typing jgs until all the  getters/setters have
-been generated.
-
-This should mapping isn't perfect and someone could probably make it a little
-cleaner.  It could also relatively easily be adapted to C++.  Please feel free
-to send me any feedback/enhancements as I am trying to compile a list of these.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Alternative
-&lt;escape&gt; that allows you to do a "quick and dirty
-insert" and get out into normal mode</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=289">http://vim.sf.net/tip_view.php?tip_id=289</A><BR>
-
-This is an alternative key combo for the escape key from the one mentioned
-by David A. Rogers in vimtip #285.
-
-I do a lot of editting in Vim, and I've always found myself in situations where
-I had to "do a quick insert" - basically (from normal mode), change into insert
-mode, type in one quick word, then &lt;esc&gt; out, then navigate elsewhere.
-
-As has been rightly observed by a lot of people, the &lt;esc&gt; key can
-sometimes be a little bit out of the way. But that's no problem for ViM, is it?
-
-At first, I thought of editting the ViM source code itself, in order to come
-up with a command that could do things like say "let me jump into insert
-mode, type a few quick words, then escape out into normal mode when i press
-something like double &lt;space&gt;".
-
-It was only later when reading through the section in
-Jesse Goerz's "Beginner's Guide to ViM" on remapping (<A
-HREF="http://newbiedoc.sourceforge.net/tutorials/vim/mapping-vim.html)
-that I got inspired to retake a look at using remapping as an alternative
-instead.">http://newbiedoc.sourceforge.net/tutorials/vim/mapping-vim.html)
-that I got inspired to retake a look at using remapping as an alternative
-instead.</A><BR>
-
-This is what I came up with.. Use whatever is comfortable for you - single
-or double &lt;Shift-space&gt;
-
-:map! &lt;S-space&gt; &lt;esc&gt; :map! &lt;S-space&gt;&lt;S-space&gt;
-&lt;esc&gt;
-
-With this quick combo ("Shift", + &lt;space&gt;), one can easily (and might
-I add, intuitively) "do a quick insert" and exit quickly out into normal
-mode. I guess I always thought the &lt;space&gt; would be a good way to
-do this sort of thing, since it is after all, so intuitive in the typing
-process. So why not make it such that it can "escape" you out into normal
-mode as well? Just type 'i', to go into insert mode, type in your stuff,
-and once you're done, hit Shift-space!
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Text
-Processing With Integrated Spell Checking</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=290">http://vim.sf.net/tip_view.php?tip_id=290</A><BR>
-
-I have written an HTML document to help others use Vim as a basic text
-processing application. It discusses how to integrate spell checking,
-dictionary, and thesaurus applications. It also talks about wrapping lines,
-indentation, justification, and the vim settings that effect the behavior
-of these operations. The document can be found at:
-   <A
-   HREF="http://www.highley-recommended.com/text-processing.html">http://www.highley-recommended.com/text-processing.html</A><BR>
-
-Everything has been tested with UNIX, Linux, Windows, and Windows with
-Cygwin patforms.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>^P
-& auto filling of variables and text</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=291">http://vim.sf.net/tip_view.php?tip_id=291</A><BR>
-
-Do you know you can auto fill the variable and names as you type your code
-? This will help most of the programmers, who always try hard to remember the
-variable names and browse through all the files to find out the variable name.
-   Use Ctrl+P and Ctrl+N to autofill the variables names etc. Just practice,
-   you will feel the ease of using vim
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>vim + cscope + cygwin</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=292">http://vim.sf.net/tip_view.php?tip_id=292</A><BR>
-
-I've found that vim + cscope + cygwin does not work. The problem seems to
-be that in
-
-sprintf(cmd, "exec %s -dl -f %s", prog, csinfo[i].fname);
-
-vim execs cscope with the "-dl" options, causing it to fail. It is probably
-a cscope bug, but a simple workaround is top build vim without thad "d":
-
-sprintf(cmd, "exec %s -l -f %s", prog, csinfo[i].fname);
-
-seems to work for me!
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>remember
-where you had ended reading help</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=293">http://vim.sf.net/tip_view.php?tip_id=293</A><BR>
-
-You could jump to the last place you had been while reading Vim help files
-if you add this to your .vimrc file:
-
-au BufLeave * if &ft == "help" | mark H | endif
-
-Then use 'H to go to the mark H.
-
-To work between Vim runs 'viminfo' option should be setup to save file marks.
-See :help 'viminfo' and :help file-marks for more information.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Use
-Ctrl-S to save current or new files.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=294">http://vim.sf.net/tip_view.php?tip_id=294</A><BR>
-
-I wanted to have a single key stroke that would save existing files, or call
-the file browser.  Here's a key map for Ctrl-S to accomplish that (place in
-vimrc file):
-
-if has("gui_running")
-  " If the current buffer has never been saved, it will have no name,
-  " call the file browser to save it, otherwise just save it.  :map
-  &lt;silent&gt; &lt;C-S&gt; :if expand("%") == ""&lt;CR&gt;:browse confirm
-  w&lt;CR&gt;:else&lt;CR&gt;:confirm w&lt;CR&gt;:endif&lt;CR&gt;
-endif
-
-Tom Kimpton
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Line/word/file/whatever completion</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=295">http://vim.sf.net/tip_view.php?tip_id=295</A><BR>
-
-In addition to vimtip #291 you can use whole &lt;C-x&gt; completion mode. It
-can complete whole lines (&lt;C-x&gt;l, then &lt;C-p&gt;, &lt;C-n&gt;),
-filenames (&lt;C-f&gt;), keywords, words from custom dictionary and many,
-many others. During coding it usually saves a LOT of key strokes ;) This
-mode has many other powerful features, for example when completing word (by
-&lt;C-x&gt;&lt;C-p&gt; or just by &lt;C-p&gt;) you can continue completion
-with another &lt;C-x&gt;&lt;C-p&gt;. For example, after writing such text:
-
-this is first line second line is here
-
-Placing cursor at third line and pressing &lt;C-x&gt;l will double last
-line - &lt;C-n&gt;, &lt;C-p&gt; in this moment can be used to manipulate
-completed line. Or, instead of completing whole line you can press 'f' and
-then complete by &lt;C-p&gt; which will result in 'first' word. After that
-you can &lt;C-x&gt;&lt;C-p&gt; to get 'line' word (since this is next word
-after 'first'). Try yourself for other powerful combinations.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Attach
-the currently open file to email</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=296">http://vim.sf.net/tip_view.php?tip_id=296</A><BR>
-
-This is very simple, but most people don't seem to take advantage of
-this. Often you have some file (source code or other text file) already open
-in an existing vim session and you need to attach it with an email. It is
-very simple.
-    - First copy the filename into clipboard. For this I put the following
-    mapping in vimrc and press &lt;F2&gt;:
-	 nnoremap &lt;F2&gt; :let @*=expand("%:p")&lt;cr&gt;
-    - Go to your email compose window and use your regular file attachment
-    menu (Insert-&gt;File in outlook) and press ^V (or whatever key to paste
-    clipboard) and press Enter.
-
-That is all there to it. If you are on windows and your email client doesn't
-accept forward-slashes, then you might want to change the map to:
-
-	 nnoremap &lt;F2&gt; :let @*=substitute(expand("%:p"), "/", "\\",
-	 "g")&lt;cr&gt;
-
-HTH, Hari
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Start
-in insert mode without loosing your escape key</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=297">http://vim.sf.net/tip_view.php?tip_id=297</A><BR>
-
-There are two parts to this, each is fairly simple.
-
-First, I want to start in insert mode.	Well "set im!" in my vimrc did the
-job, but I lost the escape key.  Second, I have found that often times,
-when I'm in command mode, I hit escape trying to get back into insert mode.
-I am always rewarded with a beep, telling me once again I made that mistake.
-
-So I mapped esc in command mode to set insert mode (":set im") and I mapped
-esc in insert mode to unset insert mode (&lt;c-o&gt;:set im)  Well then I
-realized if you hit "i" in command mode, escape woulding work the first time.
-So here's the code to add to your vimrc:
-
-set im!			     " start in insert mode map &lt;esc&gt; :set
-im!&lt;cr&gt;	    " escape in command mode goes to insert mode map
-i :set im!&lt;cr&gt;	       " i in command mode goes to insert mode
-map! &lt;esc&gt; &lt;c-o&gt;:set im!&lt;cr&gt; " escape in insert mode goes
-to command mode
-
-see :help insert
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Changing
-case with regular expressions</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=298">http://vim.sf.net/tip_view.php?tip_id=298</A><BR>
-
-I stumbled across this factoid on a website about vi. I haven't been able to
-locate it in the Vim documentation, but it works in Vim, and it's very handy.
-
-There are times that you might like to go through a file and change the case
-of characters that match some arbitrary criteria. If you understand regular
-expressions well, you can actually do this fairly easily.
-
-It's as simple as placing \U or \L in front of any backreferences in your
-regular expressions. Vim will make the text in the backreference uppercase
-or lowercase (respectively).
-
-(A "backreference" is a part of a regular expression that refers to a previous
-part of a regular expression. The most common backrefernces are &, \1, \2,
-\3, ... , \9).
-
-Some examples that demonstrate the power of this technique:
-
-Lowercase the entire file - :%s/.*/\L&/g
-
-(& is a handy backreference that refers to the complete text of the match.)
-
-Uppercase all words that are preceded by a &lt; (i.e. opening HTML tag names):
-:%s/&lt;\(\w*\)/&lt;\U\1/g
-
-Please add a note if you know where this is in the documentation. I have
-done Ctrl-D searches on upper, lower, \U, and \L with no luck.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Open file under cursor.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=299">http://vim.sf.net/tip_view.php?tip_id=299</A><BR>
-
-A little thing that I did and found quite useful:
-
-function! OpenFileUnderCursor()
-	let FileName = expand("&lt;cfile&gt;") let OldPath = getcwd() silent cd
-	%:p:h execute "silent sp +e " . FileName execute "silent cd " . OldPath
-endfunction
-
-map! silent &lt;M-e&gt; :call OpenFileUnderCursor()&lt;CR&gt;
-
-Then use Alt+E on a filename to open it (relative to the directory the
-current file resides in).
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Making
-a tags file for IDL (Interactive Data Language)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=300">http://vim.sf.net/tip_view.php?tip_id=300</A><BR>
-
-I have recently began using the tags features of vim (:help tags) with my
-fortran codes and come to appreciate their power.  I also do a lot of coding
-in IDL (Interactive Data Language), but found that ctags did not have native
-support for IDL.  If you take the time you can learn how to get ctags to
-support IDL, but I found, after a search of usenet, that someone else has
-already done this and written a perl script called idltags.  It is part
-of an emacs package (is anyone still reading?) that you need to download,
-called idlwave, which is located at:
-		      <A HREF="http://idlwave.org/">http://idlwave.org/</A><BR>
-and currently (I don't know if this will change) the direct download link is
-		      <A
-		      HREF="http://idlwave.org/download/idlwave.tar.gz">http://idlwave.org/download/idlwave.tar.gz</A><BR>
-In the usenet pages the maintainer, JD Smith, was suggesting that idlwave
-had outgrown idltags and was not sure it was still needed, so I don't know
-how long it will be available.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Edit
-files in path, or related.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=301">http://vim.sf.net/tip_view.php?tip_id=301</A><BR>
-
-You can write a little shell function that will let you easily edit any file
-that is in the path, or which's location can be retrieved with the whereis
-tool. This is something similar to what I have in /etc/profile:
-
-function vvim() { vim `whereis $1|cut -d: -f2` } function ggvim() { gvim
-`whereis $1|cut -d: -f2` }
-
-Then just type, for example, "vvim ls", and you'll start vim with /bin/ls
-and /usr/share/man/ls.1.gz loaded :) (it's not very useful to edit /bin/ls,
-but you get the ideea ;)
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Use gvim in kmail</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=302">http://vim.sf.net/tip_view.php?tip_id=302</A><BR>
-
-To automatically open gvim to edit in kmail, "-f" command line option must
-be used .  In kmail configuration go to the composer settings , and write
-in the "use external editor" field the following command : "gvim -f %f"
-Without -f option gvim would work in background and editing would not have
-any effect on kmail.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Statusline
-Tab Level Function Ruler TVIM</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=303">http://vim.sf.net/tip_view.php?tip_id=303</A><BR>
-
-I use this function to let me know if my cursor is on a TAB column.  The t*
-on the ruler means I am not. But t3 means the cursor is on tablevel 3 ~vimrc
------------------------ My Ruler ------------------------ r4,c13,t3 ~vimrc
------------------------ My Ruler ------------------------ r4,c14,t* If you
-want to change a tab level you can drag or push the first character of a line
-to a desired tab level. (more on that later) This ruler replacement will let
-you know where you are, whether you like to use space tabs (see vimtip #12 )
-or regular tabs.  My function is set to four space tabs stops and only goes
-9 levels but can be easily modified.
-
-Actually I just wanted to learn how to use a function in my _vimrc and this
-was my first attempt.  Add this to your _vimrc
-
-"--------------------cut------------------ set laststatus=2 "This makes sure
-the ruler shows.  See	 help laststatus set statusline=%f\ ---------\ My\
-Ruler\ ----------\ r%l,c%c,t%{ShowTab()} "See help statusline  (I toggle
-between 12 helpful rulers -- more on that later) fu ShowTab()
-    let TabLev='*' let Col=(col("."))  if Col == 1 | let TabLev='0' |
-    en if Col == 5 | let TabLev='1' | en if Col == 9 | let TabLev='2' |
-    en if Col ==13 | let TabLev='3' | en if Col ==17 | let TabLev='4' |
-    en if Col ==21 | let TabLev='5' | en if Col ==25 | let TabLev='6' |
-    en if Col ==29 | let TabLev='7' | en if Col ==33 | let TabLev='8' |
-    en if Col ==37 | let TabLev='9' | en
-return TabLev endf "The ruler (statusline) shows a t* unless you are on
-col 1,5,9,13,...  "-------------------cut-------------------
-
-This function ShowTab() gets called and updates the ruler with every cursor
-move but it does not slow things down as I type.  Perhaps a speed typist
-may complain :-) In case I write something else you may search on the key
-word TVIM Best Wishes	     TVIM Tamed Vim	   paradocs@frontiernet.net
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>fold braces and javadoc</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=304">http://vim.sf.net/tip_view.php?tip_id=304</A><BR>
-
-If you'd like to have javadoc folded together with areas in braces try that
-&lt;pre&gt; set foldmethod=syntax set foldenable syn region foldBraces
-start=/{/ end=/}/ transparent fold syn region foldJavadoc start=,/\*\*,
-end=,\*/, transparent fold keepend &lt;/pre&gt; and play a bit with:
-&lt;pre&gt; set foldlevel=0 set foldnestmax=10 &lt;/pre&gt; parameters
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Best
-of VIM Tips (VIM's best Features)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=305">http://vim.sf.net/tip_view.php?tip_id=305</A><BR>
-
-Here's a necessarily cryptic list of "MY" Best Vim Tips
-that I've gleaned from <A HREF="http://vim.sf.net/  &
-comp.editors  ">http://vim.sf.net/  & comp.editors  </A><BR> <A
-HREF="http://groups.google.com/groups?safe=off&group=comp.editors">http://groups.google.com/groups?safe=off&group=comp.editors</A><BR>
-
-updated version at <A
-HREF="http://www.rayninfo.co.uk/vimtips.html">http://www.rayninfo.co.uk/vimtips.html</A><BR>
-------------------------------------------------------------------------------
-# Absolutely essential
-------------------------------------------------------------------------------
-vim.sf.net	   : Visit frequently comp.editors    : "VIM" dominated
-newsgroup * # g* g#	     : find word under cursor (forwards/backwards)
-%		    : match brackets {}[]() matchit.vim      : % now matches
-tags &lt;tr&gt;&lt;td&gt;&lt;script&gt; etc &lt;C-N&gt; &lt;C-P&gt;   : word
-completion in insert mode &lt;C-X&gt;&lt;C-L&gt;    : Line complete SUPER
-USEFUL /&lt;C-R&gt;&lt;C-W&gt;	 : Pull &lt;cword&gt; onto search/command
-line :set ignorecase # you nearly always want this :syntax on	 : colour
-syntax in Perl,HTML,PHP etc :h slash&lt;C-D&gt; : type control-D and get a
-list all help topics containing
-		   slash (plus use TAB for Help completion)
-------------------------------------------------------------------------------
-# MAKE IT EASY TO UPDATE/RELOAD_vimrc :nmap
-,s :source $VIM/_vimrc :nmap ,v :e $VIM/_vimrc
-------------------------------------------------------------------------------
-#VISUAL MODE Mappings :vmap sb "zdi&lt;b&gt;&lt;C-R&gt;z&lt;/b&gt;&lt;ESC&gt;
-: wrap &lt;b&gt;&lt;/b&gt; around VISUALLY selected
-Text :vmap st "zdi&lt;?= &lt;C-R&gt;z ?&gt;&lt;ESC&gt;
-: wrap &lt;?=	?&gt; around VISUALLY selected Text
-------------------------------------------------------------------------------
-# Exploring :Ex				    : file explorer note capital Ex \be
-: builtin buffer explorer :ls				  : list of buffers(eg
-following) :cd ..			   : move to parent directory
-------------------------------------------------------------------------------
-# Great guu				: lowercase line gUU
-: uppercase line gf				 : open file name under
-cursor (SUPER) ga			       : display hex,ascii value of
-character under cursor ggVGg?			       : rot13 whole file
-CTRL-A,CTRL-X			: increment,decerement number under cursor
-				  win32 users must remap CNTRL-A
-CTRL-R=5*5			: insert 25 into text
-------------------------------------------------------------------------------
-# Makes all other tips superfluous :h 42 :h holy-grail :help!
-------------------------------------------------------------------------------
-# Markers & moving about '.		  : jump to last modification
-line (SUPER) `.		      : jump to exact spot in last modification
-line &lt;C-O&gt;	    : retrace your movements in file
-(old) &lt;C-I&gt;	     : retrace your movements in file (new)
-:ju(mps) :help jump-motions :history	      : list of all your commands
-------------------------------------------------------------------------------
-# Abbreviations & maps :map   &lt;f7&gt;   :'a,'bw! c:/aaa/x :map   &lt;f8&gt;
-:r c:/aaa/x :map   &lt;f9&gt;	:w&lt;CR&gt;:!c:/php/php.exe %&lt;CR&gt;
-:map   &lt;f11&gt;  :.w! c:/aaa/xr&lt;CR&gt; :map   &lt;f12&gt;  :r
-c:/aaa/xr&lt;CR&gt; :ab php	      : list of abbreviations beginning
-php :map ,	      : list of maps beginning , # For use in Maps
-&lt;CR&gt;	       : carriage Return for maps &lt;ESC&gt;		 :
-Escape &lt;LEADER&gt;	      : normally \ &lt;BAR&gt;		  : | pipe
-------------------------------------------------------------------------------
-# List your Registers :reg	       : display contents
-of all registers "1p....	  : retrieve numeric buffers
-------------------------------------------------------------------------------
-# Useful trick "ayy@a		 : execute "Vim command" in a
-text file yy@"		    : same thing using unnamed register
-------------------------------------------------------------------------------
-# Get output from other commands :r!ls.exe	  :
-reads in output of ls !!date	       : same thing
-:%!sort -u	 : use an external program to filter content
-------------------------------------------------------------------------------
-# Multiple Files Management :wn		     : write file and move to
-next (SUPER) :bd	      : remove file from buffer list (SUPER)
-:sav php.html	 : Save current file as php.html and "move" to php.html
-:sp fred.txt	 : open fred.txt into a split :e!	       : return to
-unmodified file :w c:/aaa/%	 : save file elsewhere :e #		    :
-edit alternative file :e % :rew		       : rewwind to first file in
-ARGS :bn		 : next file :bp		 : next file :brew
-------------------------------------------------------------------------------
-# Recording (BEST TIP of ALL) qq  # record to q your commands
-q @q to execute @@ to Repeat # editing a register/recording "ap
-&lt;you can now see register contents, edit as required&gt; "add @a
-------------------------------------------------------------------------------
-# _vimrc essentials :set incsearch : jumps to search word as you type (annoying
-but excellent) :set wildignore=*.o,*.obj,*.bak,*.exe :set shiftwidth=3
-------------------------------------------------------------------------------
-# launching Win IE :nmap ,f :update&lt;CR&gt;:silent
-!start c:\progra~1\intern~1\iexplore.exe
-file://%:p&lt;CR&gt; :nmap ,i :update&lt;CR&gt;: !start
-c:\progra~1\intern~1\iexplore.exe &lt;cWORD&gt;&lt;CR&gt;
-------------------------------------------------------------------------------
-# FTPing from VIM cmap ,r  :Nread <A
-HREF="ftp://209.51.134.122/public_html/index.html
-">ftp://209.51.134.122/public_html/index.html </A><BR> cmap ,w	:Nwrite <A
-HREF="ftp://209.51.134.122/public_html/index.html">ftp://209.51.134.122/public_html/index.html</A><BR>
-gvim <A
-HREF="ftp://209.51.134.122/public_html/index.html">ftp://209.51.134.122/public_html/index.html</A><BR>
-------------------------------------------------------------------------------
-# appending to registers (use CAPITAL) # yank
-5 lines into "a" then add a further 5 "a5yy 10j "A5yy
-------------------------------------------------------------------------------
-[I     : show lines matching word under cursor &lt;cword&gt;
-------------------------------------------------------------------------------
-#Conventional Shifting :'a,'b&gt;&gt; # visual shifting
-(builtin-repeat) :vnoremap &lt; &lt;gv :vnoremap &gt; &gt;gv
-------------------------------------------------------------------------------
-# searching /^joe.*fred.*bill/ : normal /^[A-J]\+/	   : search
-for lines beginning A-J followed by at leat 1 A-J /forum\(\_.\)*pent
-search over possible multiple lines /fred\_s*joe/i    : any
-whitespace including newline /fred\|joe        : Search for FRED OR JOE
-------------------------------------------------------------------------------
-#substitution :%s/fred/joe/igc		  : general substitute command
-:%s/\r//g		    : Delete DOS returns ^M :'a,'bg/fred/s/dick/joe/gc
-: VERY USEFUL :s/\(.*\):\(.*\)/\2 :  \1/  : reverse fields separated
-by : :%s/^.\{-}pdf/new.pdf/  non greedy matching (ie to first pdf)
-:s/fred/&lt;c-r&gt;a/g substitute "fred" with contents of register "a"
-:%s/^\(.*\)\n\1/\1$/  delete duplicate lines # non-greedy matching
-\{-} :%s/^.\{-}pdf/new.pdf/ :help /\{-} :s/fred/&lt;c-r&gt;a/g
-substitute "fred" with contents of register "a" # multiple commands
-:%s/\f\+\.gif\&gt;/\r&\r/g | v/\.gif$/d | %s/gif/jpg/ :%s/suck\|buck/loopy/gc
-: ORing :s/__date__/\=strftime("%c")/ : insert datestring
-------------------------------------------------------------------------------
-# global command :g/^\s*$/d	  :delete all blank lines :g!/^dd/d	   :
-delete lines not containing string :v/^dd/d	    : delete lines not
-containing string :g/fred/,/joe/d  : not line based :v/./.,/./-1join : compress
-empty lines :'a,'b g/^Error/ . w &gt;&gt; errors.txt :g/cmap\|form/p  : ORing
-------------------------------------------------------------------------------
-# Paste register * :redir @*   : redirect commands to paste :redir
-END "*yy	: yank to paste "*p	    : insert paste buffer
-------------------------------------------------------------------------------
-# Formatting text gq&lt;CR&gt; gqap  (a is motion p paragraph (visual mode))
-------------------------------------------------------------------------------
-# Operate command over multiple files :argdo
-%s/foo/bar/ :bufdo %s/foo/bar/ :windo %s/foo/bar/
-------------------------------------------------------------------------------
-# Command line tricks gvim -h ls | gvim -   : edit a PIPE!!  #
-vg.ksh (shell script) # vi all files in directory containing
-keyword $1 and jump to $1 gvim.exe -c "/$1"  $(grep -isl "$1" *) &
-------------------------------------------------------------------------------
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Open a
-web-browser with the URL in the current line</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=306">http://vim.sf.net/tip_view.php?tip_id=306</A><BR>
-
-function! Browser ()
-    let line = getline (".")  let line = matchstr (line, "http[^ ]*") exec
-    "!netscape ".line
-endfunction
-
-map &lt;Leader&gt;w :call Browser ()&lt;CR&gt;
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>annoying
-"Hit any key to close this window..."</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=307">http://vim.sf.net/tip_view.php?tip_id=307</A><BR>
-
-i use gvim and bash heavily under win98.  i have
-
-let $HOME = substitute($HOME, '\\', '/', 'g') set shell=bash\ --rcfile\
-\"$HOME\"_bashrc\ -i
-
-in my _vimrc, and something like
-
-function br() { if [ $1 ]; then
-	explorer.exe ${1//\//\\}
-    else
-	explorer.exe ${PWD//\//\\}
-    fi
-}
-
-in my _bashrc. when i finish editing one html file, i simply type :!br %
-
-everything works fine now. but when :!br % executes, one console window will
-bump out and wait me to press some key to contiue. i consider this quiet
-annoying. i want the console window to disappear automatically if no fault
-has happened.  does anyone know how to achieve this?  thanks.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Move through wrapped lines.</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=308">http://vim.sf.net/tip_view.php?tip_id=308</A><BR>
-
-If you don't like the fact that when you press Up and Down on a wrapped line,
-you get to the next phisical line instead of the next line on the screen,
-you can do something like this:
-
-imap &lt;silent&gt; &lt;Down&gt; &lt;C-o&gt;gj imap &lt;silent&gt; &lt;Up&gt;
-&lt;C-o&gt;gk
-
-nmap &lt;silent&gt; &lt;Down&gt; gj nmap &lt;silent&gt; &lt;Up&gt; gk
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>close
-vim you left open remotely</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=309">http://vim.sf.net/tip_view.php?tip_id=309</A><BR>
-
-Vim 6 has this cool client-server protocol. I use it all the time to edit
-a file in an existing gvim, like so $ gvim --remote [filename]
-
-Today I left myself logged in at the console at work, and when I got home
-I realized I had left vim running with files  unsaved. I think I even left
-it in insert mode. I wanted to edit these files at home. So I ssh'd to the
-machine and started playing with the --remote commands.
-
-:help was a bit cryptic
-   --remote-send {keys}		Send {keys} to server and exit.
-
-After a lot of failed attempts, I finally succeeded in getting the remote
-vim to save its buffers and quit.
-
-$ DISPLAY=:0 vim --servername GVIM --remote-send '&lt;ESC&gt;:wqa&lt;CR&gt;'
-
-A couple of notable things. Then environment variable DISPLAY has to be the
-display of the remote vim, and you have to be able to open that display. The
-client-server stuff is done through X.
-
-The &lt;CR&gt; is important. This part eluded me for a long time. The {keys}
-are just like keys you would press if you were editing at the console,
-and you have to press enter, or vim won't do anything.
-
-Check your .swp files to make sure vim really closed the files it was
-editing. Vim provides little feedback as to the success or failure of what
-you're trying to do remotely. Nonetheless, it's clearly a useful feature to
-have available.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>showing ascii
-value of the current character in decimal, hex, and octal</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=310">http://vim.sf.net/tip_view.php?tip_id=310</A><BR>
-
-dont know if you guys know this or not, but i was trying to make the word
-"hello" to upper case by trying "gaUw" (= which didnt work but it showed
-the decimal, hex, and octal of the char under the cursor... ncie to know.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Open
-the folder containing the currently open file</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=311">http://vim.sf.net/tip_view.php?tip_id=311</A><BR>
-
-Occasionally, on windows, I have files open in gvim, that the folder for that
-file is not open. This key map opens the folder that contains the currently
-open file. The expand() is so that we don't try to open the folder of an
-anonymous buffer, we would get an explorer error dialog in that case.
-
-if has("gui_running")
- if has("win32")
-    " Open the folder containing the currently open file. Double &lt;CR&gt; at
-    end " is so you don't have to hit return after command. Double quotes are
-    " not necessary in the 'explorer.exe %:p:h' section.  :map &lt;silent&gt;
-    &lt;C-F5&gt; :if expand("%:p:h") != ""&lt;CR&gt;:!start explorer.exe
-    %:p:h&lt;CR&gt;:endif&lt;CR&gt;&lt;CR&gt;
-  endif
-endif
-
-Tom.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Copy, Cut, and Paste</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=312">http://vim.sf.net/tip_view.php?tip_id=312</A><BR>
-
-PS: copy, cut, and paste are the words from (usually) gui editor.
-
-Ever try to cut (or copy) some lines and paste to another place?  If you
-need to count the lines first, then try these to eliminate counting task.
-
-Cut and Paste:
-
-1. Place the cursor at the beginning of the block you want to CUT.  2. Mark
-it with md 3. Go to the end of the block.  4. Cut it with d'd 5. Go to the
-new location that you want to PASTE those text.  6. Press P.
-
-Copy and Paste:
-
-1. Place the cursor at the beginning of the block you want to COPY.  2. Mark
-it with my 3. Go to the end of the block.  4. Cut it with y'y 5. Go to the
-new location that you want to PASTE those text.  6. Press P.
-
-The name of the mark used is related to the operation (d:delete or y:yank).
-I found that those mark names requires minimal movement of my finger. ;)
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>printing
-using kprinter (unix + kde)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=313">http://vim.sf.net/tip_view.php?tip_id=313</A><BR>
-
-just add set printexpr=system('kprinter'\ .\ '\ '\ .\ v:fname_in)\ .\
-delete(v:fname_in)\ +\ v:shell_error to your ~/.vimrc; further on all your
-printing will be piped through the nice and consistent print-dialog of kde.
-
-lg, tomte
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Insert and back...</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=314">http://vim.sf.net/tip_view.php?tip_id=314</A><BR>
-
-this is related to vimtip #289 in terms of programmers (like I) too lazy to
-move their hands to reach the far far away &lt;esc&gt; key.... joking! :)
-  actually the less your hands move around the faster you type, and the fester
-  you type the more time you have on your hands to think of "what" you type...
-
-here is a small snippet from my mappings file, ready to speed things up: //
-the key overloading might be a somewhat confusing at first....
-
---cut--- imap &lt;S-Space&gt; &lt;esc&gt;l imap &lt;C-CR&gt; &lt;esc&gt;o
-imap &lt;S-CR&gt; &lt;esc&gt;O
-
-nmap &lt;S-Space&gt; i nmap &lt;space&gt;&lt;space&gt; i nnoremap &lt;CR&gt;
-o nmap &lt;S-CR&gt; O
-
----uncut---
-
-Good luck!!
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>"Smart &lt;home&gt;"</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=315">http://vim.sf.net/tip_view.php?tip_id=315</A><BR>
-
-to make it faster to navigate through indented code here is a common way to
-"go home"...
-
----cut--- fun! s:SmartHome()
-    if col('.') != match(getline('.'), '\S')+1
-	norm ^
-    else
-	:call cursor(line('.'),2) norm h
-    endif
-endfun inoremap &lt;silent&gt;&lt;home&gt; &lt;C-O&gt;:call
-&lt;SID&gt;SmartHome()&lt;CR&gt; nnoremap &lt;silent&gt;&lt;home&gt; :call
-&lt;SID&gt;SmartHome()&lt;CR&gt; vnoremap &lt;silent&gt;&lt;home&gt; :call
-&lt;SID&gt;SmartHome()&lt;CR&gt;
-
----uncut---
-
-what this snippet does is make the &lt;home&gt; key behave as it does in
-such IDEs as PythonWin or MSVisualStudio, and that is first go to the first
-non whitespace, and then to the first char on the line.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Using
-/pattern/ search in a script</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=316">http://vim.sf.net/tip_view.php?tip_id=316</A><BR>
-
-There are a number of ways you can search for a pattern in a script.
-The search function is the typical way to search for a pattern.  But, it
-has limited options.  In particular, there are no options to control the
-position of the cursor after it matches the pattern.
-
-Instead you can use :normal command.  The secret is to add a &lt;CR&gt;
-(^M) on the end of the command.   For example, to search for "pattern"
-and move the cursor to the end of the matching pattern issue the command:
-
-:normal /pattern/e+1^M
-
-where ^M is a real carriage return.  It can be entered with
-&lt;c-v&gt;&lt;c-m&gt;.
-
-Another use is when you want to enter a bunch of normal commands together.
-For example, if you were looking to find a '{' to highlight and delete
-a C block.  The '{' may not be on the same line so you can't use the "f"
-normal command.
-
-:normal V/{/^M%d
-
-A drawback to using the normal command is that if the pattern does not
-match then it is difficult to detect.  Also, you can get in trouble with
-the wrapscan setting.
-
-For more information about these commands look at
-
-:help / :help normal :help search()
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Mozilla Vim Keybindings</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=317">http://vim.sf.net/tip_view.php?tip_id=317</A><BR>
-
-If you use VIM you like the h, j, k, and l movement keys.  I found myself
-annoyed at not having these movement keys available when browsing web pages.
-Moving to the arrow keys on a laptop is annoying to just scroll the page.
-
-Locate your mozilla/res/builtin directory (varies by platform). You could
-search for htmlBindings.xml to find it. (ie. locate htmlBindings.xml.
-
-On Mac OS X it's inside the Mozilla application bundle.
-/Applications/Mozilla/Mozilla.app/Contents/MacOS/res/builtin.
-
-Create a new XML file called userHTMLBindings.xml, making it executable for
-all users and making sure the CRLF format is the same as htmlBindings.xml.
-i.e. on Mac OS X most files use \r but Vim writes \n instead. You can either
-save the file with Vim as a Mac formatted file or use tr '\n' '\r' &lt;
-input.xml &gt; output.xml to convert the file.
-
-Place the following XML into the userHTMLBindings.xml file.
-
-&lt;?xml version="1.0"?&gt;
-
-&lt;bindings id="htmlBindings"
-   xmlns="<A
-   HREF="http://www.mozilla.org/xbl"">http://www.mozilla.org/xbl"</A><BR>
-   xmlns:xul="<A
-   HREF="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"&gt;">http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"&gt;</A><BR>
-
-  &lt;binding id="browserUser"&gt;
-    &lt;handlers&gt;
-      &lt;handler event="keypress" key="h" command="cmd_scrollLeft"/&gt;
-      &lt;handler event="keypress" key="j" command="cmd_scrollLineDown"/&gt;
-      &lt;handler event="keypress" key="k" command="cmd_scrollLineUp"/&gt;
-      &lt;handler event="keypress" key="l" command="cmd_scrollRight"/&gt;
-    &lt;/handlers&gt;
-  &lt;/binding&gt;
-    &lt;/bindings&gt;
-
-There are many more bindings one could configure to get Vim like keybindings.
-You can read <A HREF="http://www.mozilla.org/unix/customizing.html#keys for
-more information.">http://www.mozilla.org/unix/customizing.html#keys for
-more information.</A><BR>
-
-PS.  I love the keymaster/gatekeeper xul reference in the xul URL above.
-It's from the original GhostBusters movie.  ;-)
-
-
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Extended
-Bracket and Parenthesis + extras for perl</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=318">http://vim.sf.net/tip_view.php?tip_id=318</A><BR>
-
-This is an extension of vimtip #153 I found this tip useful, but the jump
-seemed out of place for me, I couldn't enter just one ' or ", and so I created
-an improvement Basically, I set it up so that when you're in perl and have
-a non keyword charcter, (except for @, $ and % for perl) and you type a {
-you get: {
-       | &lt;- cursor
-} Where as, when I have a keyword I get: word{} With the cursor in the middle,
-for hashes in perl.  I can jump out of any block, except the "" or '' blocks,
-by typing their closing charcter.  So } jumps me out past the next } in
-the file.
-
-Warning, this search may wrap around.
-
-Finally, I made it so that, using the alt key, &lt;Alt-'&gt; inserts a '
-&lt;Alt-/&gt; inserts a " &lt;Alt-[&gt; inserts a [ &lt;Alt-]&gt; inserts a
-] &lt;Alt--&gt; inserts a { &lt;Alt-=&gt; inserts a } &lt;Alt-,&gt; inserts
-a &lt; &lt;Alt-.&gt; inserts a &gt;
-
-"######################################## " File -
-matchMe.vim " Date -		    Wednesday, August 21, 2002
-"########################################
-
-" This code fixes my problem with " does the one format for perl and still
-keeps hashes function! InsertBrackets()
-	let fileType = &ft
-
-	if fileType == 'perl'
-		let col = col('.') - 1 if !col || getline('.')[col - 1] !~
-		'\k' && getline('.')[col - 1] !~ '\$' && getline('.')[col - 1]
-		!~ '@' && getline('.')[col - 1] !~ '%'	&& getline('.')[col -
-		1] !~ '#'
-			return "{\&lt;cr&gt;\&lt;bs&gt;}\&lt;esc&gt;ko"
-		else
-			return "{}\&lt;esc&gt;i\&lt;c-o&gt;:echo \&lt;cr&gt;"
-		endif
-	else
-		return "{\&lt;cr&gt;\&lt;bs&gt;}\&lt;esc&gt;ko"
-	endif
-endfunction
-
-" This code jumps out of the brackets function! JumpNext(normChar)
-	let ret =
-	"\&lt;space&gt;\&lt;esc&gt;ma\&lt;left&gt;/\\".a:normChar."\&lt;cr&gt;mb`ai\&lt;del&gt;\&lt;esc&gt;`bi\&lt;right&gt;"
-	return ret
-endfunction
-
-" mappings inoremap " ""&lt;esc&gt;i&lt;c-o&gt;:echo
-&lt;cr&gt; inoremap ' ''&lt;esc&gt;i&lt;c-o&gt;:echo &lt;cr&gt;
-inoremap &lt; &lt;&gt;&lt;esc&gt;i&lt;c-o&gt;:echo &lt;cr&gt;
-inoremap ( ()&lt;esc&gt;i&lt;c-o&gt;:echo &lt;cr&gt; inoremap [
-[]&lt;esc&gt;i&lt;c-o&gt;:echo &lt;cr&gt; inoremap { &lt;c-r&gt;=InsertBrackets
-()&lt;cr&gt; inoremap &gt; &lt;c-r&gt;=JumpNext("&gt;")&lt;cr&gt;
-inoremap ) &lt;c-r&gt;=JumpNext(")")&lt;cr&gt;
-inoremap ] &lt;c-r&gt;=JumpNext("]")&lt;cr&gt; inoremap }
-&lt;c-r&gt;=JumpNext("}")&lt;cr&gt; inoremap &lt;m-[&gt; [ inoremap &lt;m-]&gt;
-] inoremap &lt;m-/&gt; " inoremap &lt;m--&gt; { inoremap &lt;m-=&gt; }
-inoremap &lt;m-,&gt; &lt; inoremap &lt;m-.&gt; &gt; inoremap &lt;m-'&gt; '
-
-"######################################## " End Of File
-"########################################
-
-If you have any other suggestions, drop a note...
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>text
-formatting (lining up ='s,('s etc))</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=319">http://vim.sf.net/tip_view.php?tip_id=319</A><BR>
-
-some time onw would like to reformat text like a=1; foo=2; longstring=1; c=2
-
-to
-
-a	       =1; foo		 =2; longstring  =1; c		    =2;
-
-Note I am not sure wether the code above is displayed properly in your browsers
-what  is basically shows is all the ='s are lined up in a single column
-and this  is how we achive it 0f=20i&lt;space&gt;&lt;esc&gt;020lvf=hx and
-this is what it does 0				   goes to first column f=
-finds next occurance of = on current line 20i&lt;space&gt;&lt;esc&gt;
-inserts 20 spaces before = 0				   goesback to
-first column 20l			     forward 20 column vf=hx
-deletes everything up to the = sign
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Borland pageup/down behavier</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=320">http://vim.sf.net/tip_view.php?tip_id=320</A><BR>
-
-borlandbehavier = the cursor keeps the same xy position during pageup/down
-
-Im new to VIM scripting, im sure it can be done smarter?  I read vimtip #105
-and it gave me a clue of how BorlandPageUp/Down could be done.
-
-" i could'nt find any get_number_of_visible_lines function, so i made my own.
-function GetNumberOfVisibleLines()
-    let cur_line = line(".")  let cur_col = virtcol(".")  normal H let
-    top_line = line(".")  normal L let bot_line = line(".")
-
-    execute "normal " . cur_line . "G" execute "normal " . cur_col . "|"
-    return bot_line - top_line
-endfunc
-
-" noremap &lt;PageUp&gt; 39&lt;C-U&gt;:set scroll=0&lt;CR&gt;
-function! MyPageUp()
-    let visible_lines = GetNumberOfVisibleLines() execute "normal "
-    . visible_lines . "\&lt;C-U&gt;:set scroll=0\r"
-endfunction
-
-" noremap &lt;PageDown&gt; 39&lt;C-D&gt;:set scroll=0&lt;CR&gt;
-function! MyPageDown()
-    let visible_lines = GetNumberOfVisibleLines() execute "normal "
-    . visible_lines . "\&lt;C-D&gt;:set scroll=0\r"
-endfunction
-
-" BorlandPascal pageup/down behavier!  " todo: when hitting top/bottom of file,
-then restore Y to lastY noremap &lt;PageUp&gt; :call MyPageUp()&lt;CR&gt;
-noremap &lt;PageDown&gt; :call MyPageDown()&lt;CR&gt;
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Centura
-swap with upper/lower line behavier</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=321">http://vim.sf.net/tip_view.php?tip_id=321</A><BR>
-
-I was once forced to use a windows development suite called "Centura".
-The only good thing i remember was its swap current_line with upper/lower line.
-
-function! MySwapUp()
-    let cur_col = virtcol(".")	normal ddkkp execute "normal " . cur_col . "|"
-endfunction
-
-function! MySwapDown()
-    let cur_col = virtcol(".")	normal ddp execute "normal " . cur_col . "|"
-endfunction
-
-" swap lines and preserve cursorx " todo: in visual mode, perform swap with
-line before/after the selection noremap &lt;S-Up&gt; :call MySwapUp()&lt;CR&gt;
-noremap &lt;S-Down&gt; :call MySwapDown()&lt;CR&gt;
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>text
-template with placeholders</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=322">http://vim.sf.net/tip_view.php?tip_id=322</A><BR>
-
-Many scripts/ftplugin provide text or code templates. Sadly none of the
-marks the places where you are supposed to "fill in the form".	My own code
-templates for C/C++ insert a triple percent (%%%) where you are supposed to
-enter something. I mapped ;; to find the next %%% and change them.  All the
-template mappings are insert-mode only, while the "skip to next placeholder"
-is both insert and normal mode enabled.
-
-A complete for-loop template for C++ looks like:
-
-:imap &lt;buffer&gt; ;fo &lt;C-O&gt;mzfor( %%%; %%%; %%%)&lt;CR&gt;{ //
-%%%&lt;CR&gt;%%%&lt;CR&gt;}&lt;CR&gt;&lt;C-O&gt;'z;;
-
-The command to go to the next placeholder is this:
-
-:imap &lt;buffer&gt; ;; &lt;C-O&gt;/%%%&lt;CR&gt;&lt;C-O&gt;c3l :nmap
-&lt;buffer&gt; ;; /%%%&lt;CR&gt;c3l
-
-Every time I need a for-loop ;fo produces this ( _ is the cursor position)
-: for( _; %%% ; %%%) { // %%%
-  %%%
-}
-
-Now I enter starting value (i=0): for( i=0_; %%% ; %%%) { // %%%
-  %%%
-}
-
-and go to the condition using ;; for( i=0; _ ; %%%) { // %%%
-  %%%
-}
-
-and so forth.
-
-The choice of %%% proved to be almost universal, it even works in MATLAB or
-LaTeX where % is the comment character.
-
-Even if you forget to replace one %%%, that's not a problem as the compiler
-flags is as a syntax error (except MATLAB and LaTeX, of course).
-
-It made my life easier, maybe it works for you.
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>using folders with latex</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=323">http://vim.sf.net/tip_view.php?tip_id=323</A><BR>
-
-set foldmarker=\\begin,\\end set foldmethod=marker
-
-this is useful with big latex document
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Search
-and replace in files named NAME</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=324">http://vim.sf.net/tip_view.php?tip_id=324</A><BR>
-
-I'm not sure if there is a simple way to do this from within Vim, but,
-I wrote this simple script that does it. It basically searches for files
-named NAMED (whatever name pass) for a given string and replaces that with
-a given string: find_replace.sh NAMED "string_to_find" "string_to_replace"
-
-This is all done from the command line without opening Vim.
-
-Of course one could do things like:
-		    :let n = 1 :while n &lt;= argc()	  " loop over all
-		    files in arglist :	exe "argument " . n :  " start at
-		    the last char in the file and wrap for the :  " first
-		    search to find match at start of file :  normal G$ :
-		    let flags = "w" :  while search("foo", flags) &gt; 0 :
-		    s/foo/bar/g :    let flags = "W" :	endwhile :  update
-		    " write the file if modified :  let n = n + 1 :endwhile
-
-As suggested in the Vim help files :-) but, I wanted to go and find only
-these files... here is the script:
-      1 #!/bin/sh 2 # Luis Mondesi &lt; lemsx1@hotmail.com &gt; 3 #
-      DESCRIPTION: 4 #	 it uses vim to replace a given string for 5 #
-      another in a  number of files 6 # 7 # usage: 8 #	 find_replace.sh file
-      "string" "replace" 9 #
-     10 if [ $1 -a $2 -a $3 ]; then 11	   for i in `find . -name "$1"
-     -type f | xargs grep -l $2`; do 12		# how do search and replace
-     13		# the screen might flicker... vim opening and closing...
-     14		vim -c ":%s/$2/$3/g" -c ":wq" $i 15	done 16     exit 0
-     17 fi 18 # I should never reach here 19 echo -e "USAGE: find_replace.sh
-     file 'string' 'replace' \n\n" 20 exit 1
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Errorformat
-for java/ant/junit/cygwin/bash</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=325">http://vim.sf.net/tip_view.php?tip_id=325</A><BR>
-
-If you program in Java and use Jakarta ant for builds *and* if you have the
-bash shell, this tip will make your development experience a little smoother.
-
-This tip will result in a working compile/edit/debug system (in Win32 vim/gvim
-and in Cygwin vim) that takes you to the exact lines where the build fails,
-whether the failure is a compilation error or a junit test failure.  If you
-use bash on a linux box, you shouldn't have to change very much to get
-everything to work.
-
-There are 6 sections: 1. set up your build script 2. set up makeprg 3. set
-up shell options 4. set up path formatting options 5. set up your errorformat
-6. set up key mappings
-
-Set up build script ------------------- Add the following script to your path
-(I use /usr/local/bin/):
-
-mymake: #!/bin/bash cd /work/ ant -emacs $* 2&gt;&1 | tr '\\' / | tr ^M '
-' | sed -u -n -f /usr/local/bin/testerrors.sed | tee /tmp/errors
-
-Comment: sed -u is non-standard, use the code at: <A
-HREF="http://mail.gnu.org/pipermail/bug-gnu-utils/2002-May/000192.html to
-get">http://mail.gnu.org/pipermail/bug-gnu-utils/2002-May/000192.html to
-get</A><BR> the -u option for sed (this avoids waiting for the build output
-to get to the screen)
-
-testerrors.sed: # This assumes that all your junit test cases are in a com.*
-package /^Running com\./ {
-    # duplicate the line s!\(.*\)!\1\
-\1!
-    P
-
-    # turn the test package into a directory path for %D errorformat
-    s!.*\(com\..*\)\.[A-Za-z_][A-Za-z0-9_]*!\1!  s!\.!/!g s!.*!Entering:
-    /work/src/&!
-
-    # print the line and go on p n
-}
-
-# just pass any unmatched lines through p
-
-Set up makeprg -------------- Add the following lines to your vimrc:
-  autocmd BufNewFile,BufRead /work/*.java set makeprg=mymake autocmd
-  BufNewFile,BufRead ?:/work/*.java set makeprg=mymake
-
-Set up shell options -------------------- Add the following lines to your
-vimrc:
-  " in order to have bash as the shell for win32 vi.exe and gvim.exe,
-  you have " to set these options, and also build vimrun.exe in the cygwin
-  environment " so that the system() call is executed via bash, not cmd.exe
-  -- the command " to build vimrun.exe is "make -f Make_cyg.mak vimrun.exe"
-  set shell=bash.exe set shellcmdflag=-c set shellslash
-
-Also to use this environment in Win32 gvim, you must recompile vimrun so
-that gvim invokes the shell via bash, not via cmd.exe.
-
-Set up path formatting options ------------------------------ Add the
-following lines to your vimrc:
-  " allows DOS file names from UNIX (Cygwin) vim set isfname+=\
-
-Set up your errorformat ----------------------- Add the following lines to
-your vimrc:
-  " the "\%DEntering:\ %f," rule relies on a sed script which generates "
-  "Entering: " messages for each test class run (the directory name is "
-  generated from the test class package and a hard-coded src root)
-
-  " the "%\\C" at the start of the exception matching line tells to match
-  " case-exact (the exception mathching lines rely on the %D rule that sets
-  " up the correct directory from the package structure)
-
-  " ant/junit/javac errorformat set errorformat=
-      \%-G%.%#build.xml:%.%#, \%-G%.%#warning:\ %.%#, \%-G%\\C%.%#EXPECTED%.%#,
-      \%f:%l:\ %#%m, \C:%f:%l:\ %m, \%DEntering:\ %f\ %\\=, \%ECaused\
-      by:%[%^:]%#:%\\=\ %\\=%m, \%ERoot\ cause:%[%^:]%#:%\\=\ %\\=%m,
-      \%Ecom.%[%^:]%#:%\\=\ %\\=%m, \%Eorg.%[%^:]%#:%\\=\ %\\=%m,
-      \%Ejava.%[%^:]%#:%\\=\ %\\=%m, \%Ejunit.%[%^:]%#:%\\=\ %\\=%m,
-      \%-Z%\\C\ at\ com.mypkg.%.%#.test%[A-Z]%.%#(%f:%l)\ %\\=,
-      \%-Z%\\C\ at\ com.mypkg.%.%#.setUp(%f:%l)\ %\\=, \%-Z%\\C\ at\
-      com.mypkg.%.%#.tearDown(%f:%l)\ %\\=, \%-Z%^\ %#%$, \%-C%.%#, \%-G%.%#
-
-NOTE: Make sure that the character before "at" is an actual Tab character
-in the three long -Z lines above
-
-Here is an annotated version:
-  set errorformat=
-      " don't treat the build.xml diagnostic as an error
-      \%-G%.%#build.xml:%.%#,
-
-      " don't treat warning lines as errors \%-G%.%#warning:\ %.%#,
-
-      " don't treat lines containing "EXPECTED" as errors
-      \%-G%\\C%.%#EXPECTED%.%#,
-
-      " look for this standard error format \%f:%l:\ %#%m,
-
-      " look for this standard error format (with C: on front) \C:%f:%l:\ %m,
-
-      " look for special sed-generated "Entering" lines while running tests
-      \%DEntering:\ %f\ %\\=,
-
-      " look for exceptions that were thrown in the tests, use the exception
-      " description as the error message (don't know how to also include the
-      " exception name in the error message) \%ECaused\ by:%[%^:]%#:%\\=\
-      %\\=%m, \%ERoot\ cause:%[%^:]%#:%\\=\ %\\=%m, \%Ecom.%[%^:]%#:%\\=\
-      %\\=%m, \%Eorg.%[%^:]%#:%\\=\ %\\=%m, \%Ejava.%[%^:]%#:%\\=\ %\\=%m,
-      \%Ejunit.%[%^:]%#:%\\=\ %\\=%m,
-
-      " using the "Entering" directory and the filename/line number provided
-      " in the exception trace, go to the test method where the exception
-      " was thrown \%-Z%\\C\ at\ com.mypkg.%.%#.test%[A-Z]%.%#(%f:%l)\
-      %\\=, \%-Z%\\C\ at\ com.mypkg.%.%#.setUp(%f:%l)\ %\\=, \%-Z%\\C\ at\
-      com.mypkg.%.%#.tearDown(%f:%l)\ %\\=,
-
-      " empty lines terminate searching for further exception lines \%-Z%^\
-      %#%$,
-
-      " any line can intervene between the start of an exception printout
-      " and the line where it ends (last in list so that it is matched if
-      " none of the other exception trace patterns match) \%-C%.%#,
-
-      " all other lines are not errors \%-G%.%#
-
-Set up key mappings ------------------- Add the following lines to your vimrc:
-  nmap &lt;F10&gt; :clist&lt;CR&gt; nmap &lt;F11&gt; :cprev&lt;CR&gt; nmap
-  &lt;F12&gt; :cnext&lt;CR&gt;
-
-This allows for quick error navigation.
-
-NOTES ----- Vim treats the "Entering: /work/src/..." messages in a weird way.
-If there are any actual errors, then these error lines are ignored by the
-:cnext and :cprev commands, but if there are no real errors, then :cnext and
-:cprev roll through these "Entering:" messages as if they were errors, but
-since they don't include any line numbers, the cursor position is never moved.
-
-I thought that this was strange, but even stranger, it is programmed directly
-into the vim error handling code to function exactly this way.	There were
-no comments, and nobody responded on the vim mailing list, so I just decided
-to live with it.
-
-The upshot of it all is that if you see an error like "Entering:", chances
-are that your build succeeded and all the tests ran without a problem.
-
-Hope this helps...
-
-Mail me with bugs at jdsumsion at earthlink.net.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Help
-for VIM Help (VIM QuickRef)</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=326">http://vim.sf.net/tip_view.php?tip_id=326</A><BR>
-
-Type :help quickref or :h quic
-
-And get a VIM Command Quick Reference Page brilliant for beginners &
-oldtimers alike
-
-type :h help to learn how to use help
-
-Other Help Tips
-
-# help for help :h visual&lt;C-D&gt;&lt;tab&gt;     : obtain  list of all
-visual help topics
-			: Then use tab to step thru them
-:h ctrl&lt;C-D&gt;	      : list help of all control keys :h :r
-: help for :ex command :h CTRL-R	       : normal mode :h \r
-: what's \r in a regexp :h i_CTRL-R		: help for say &lt;C-R&gt;
-in insert mode :h c_CTRL-R	       : help for say &lt;C-R&gt; in command
-mode :h v_CTRL-V	     : visual mode :h tutor		 : VIM Tutor
-
-These are also listed in my Best Of VIM Tips vimtip #305
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>key mappings</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=327">http://vim.sf.net/tip_view.php?tip_id=327</A><BR>
-
-I use my left thumb for the alt key and right for the space. Using this
-combo, you can get some useful key maps for which you don't have to move
-your hands. I find I have to turn my hand a little to press the left ctrl key.
-
-These are some maps i use for C programming.
-
-map ' ` map &lt;C-f&gt; :w&lt;C-m&gt;:!make&lt;C-m&gt; map &lt;M-]&gt;
-&lt;C-]&gt;					    Tags map &lt;M-[&gt;
-&lt;C-t&gt;					     Tags map &lt;M-u&gt;
-:!ctags -R *&lt;C-m&gt;						 Build
-Tags map &lt;M-c&gt; I/*&lt;Esc&gt;A*/&lt;Esc&gt;
-Comment current line map &lt;M-d&gt; ^xx$xx
-Delete comment for a single line map &lt;M-l&gt;
-[{zf%					       Fold upto the enclosing brace
-level map &lt;M-o&gt; zo					   open fold
-map &lt;M-i&gt; zc					    close fold map
-&lt;M-.&gt; :cn&lt;C-m&gt;					    Go
-to next error in list map &lt;M-,&gt; :cp&lt;C-m&gt;
-previous error in list
-
-imap &lt;Tab&gt; &lt;C-p&gt;
-Complete word inoremap &lt;S-Tab&gt; &lt;Tab&gt;
-Tab inoremap { &lt;CR&gt;{&lt;CR&gt;
-Brace and line inoremap } &lt;CR&gt;}
-brace and line. saves one enter stroke
-
-imap &lt;M-j&gt; &lt;Esc&gt;
-Escape. Don't want to move my hand to esc key.	imap &lt;M-k&gt; &lt;C-y&gt;
-Copy line from above.  imap &lt;M-q&gt; /*  */&lt;Esc&gt;hhi
-Comment selected lines
-
-noremap &lt;M-r&gt; ddko{&lt;C-m&gt;}&lt;Esc&gt;kpko		 Convert a
-simple statement to a compound statement. And place cursor above prev line.
-noremap &lt;M-k&gt; ddko{&lt;C-m&gt;}&lt;Esc&gt;kpo		Same as
-above but place cursor below old line.
-
-vnoremap &lt;M-j&gt; &lt;Esc&gt; vnoremap &lt;M-c&gt;
-di/*&lt;C-m&gt;/&lt;C-m&gt;&lt;Esc&gt;kkp	    Commented selected text
-
-nmap &lt;M-n&gt; :noh&lt;CR&gt;			      No hilight
-
-Bye,
-    Nithin.
-
-</pre></tip> </html> <Tip category="KVim"> <html><center>Vim
-in Microsoft Visual Foxpro</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=328">http://vim.sf.net/tip_view.php?tip_id=328</A><BR>
-
-You can tell MS VFP to use an external editor for editing project files.
-To tell MS VFP to use Vim:
-
-start regedit locate [HKEY_CURRENT_USER
- \Software
-  \Microsoft
-   \VisualFoxPro
-    \5.0
-     \Options]
-
-and create a new item TEDIT with string content "/N
-C:\Progra~1\vim\vim61\gvim.exe" (or whatever your path to Vim happens to be.)
-
-This will not replace the internal VFP editor for such things as modifying the
-"click method" for a button (unfortunately), but when you modify a program,
-VFP will fire up gvim.
-
-Start MS VFP, start Help and look for TEDIT. ;-)
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>A map for swapping words</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=329">http://vim.sf.net/tip_view.php?tip_id=329</A><BR>
-
-Put the following map into your &lt;.vimrc&gt;:
-
-  nmap &lt;silent&gt; gw
-  "_yiw:s/\(\%#\w\+\)\(\W\+\)\(\w\+\)/\3\2\1/&lt;cr&gt;&lt;c-o&gt;&lt;c-l&gt;
-
-Then when you put the cursor on or in a word, press "gw", and the word will
-be swapped with the next word.	The words may even be separated by punctuation
-(such as "abc = def").
-
-While we're talking swapping, here's a map for swapping characters:
-
-  nmap &lt;silent&gt; gc    xph
-
-This hint was formed in a collaboration between Chip Campbell - Arun Easi -
-Benji Fisher
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>how to stop auto indenting</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=330">http://vim.sf.net/tip_view.php?tip_id=330</A><BR>
-
-Since VIM 6.0 the indent has been improved so much.  But sometimes when
-we are pasting formated text (source code or HTML etc) into a buffer, VIM
-indents again so that lines will be padded with too much spaces.
-
-Setting nocindent, noautoindent, nosmartindent still cannot stop this.	All you
-need to do is "set paste", then paste your stuff, and then "set nopaste" again.
-
-Ref: indentexpr
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>modline magic...</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=331">http://vim.sf.net/tip_view.php?tip_id=331</A><BR>
-
-  One  of the  things about  vim that  are both  quite simple  yet very
-useful is that you can store  by-file settings... that is each file can
-contain settings specific to it. this  thing is called a modline (:help
-modline). though this  is limited to only the  'set' command arguments, you
-can do allot of local to  file things like the indent type, folding method
-and so on.
-
-the syntax is as follows:
-
-// vim:set ts=4 sw=4 nowrap:
-
-or
-
-/* vim:noai:ts=2:sw=4: */
-
-  The modlines can be contained in comments so as to not interfere with
-the file  syntax (shown here  for C/C++). these  lines are read  by vim when
-it loads the  file, and they can either be in the  first or last 5 lines
-(by default).
-
-refer to ':help modline'
-
-//and a happy 20th birthday to the good old smiley!! :-)
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>make footnotes in vim</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=332">http://vim.sf.net/tip_view.php?tip_id=332</A><BR>
-
-I found at <A
-HREF="http://groups.google.com/groups?q=vim+changing+shell+to+zsh&hl=en&lr=&ie=UTF-8&selm=S_Rh9.716%24a5.124150%40news.uchicago.edu&rnum=4">http://groups.google.com/groups?q=vim+changing+shell+to+zsh&hl=en&lr=&ie=UTF-8&selm=S_Rh9.716%24a5.124150%40news.uchicago.edu&rnum=4</A><BR>
-a macro to insert footnotes in vim, but it doesn't work as of vim6.0.  so i
-wrote my own; this macro requires two differents shortcuts, one for entering
-the first footnote, the other one for all subsequent footnotes.
-
-when you hit "K0" (first footnote) or "KK" (all other footnotes) in normal
-mode, your cursor is positionned at the end of the document, in the footnote &
-in insert mode. The "a" bookmark is set to the place where you entered the
-footnote in the text. so a "`a" will bring you back to the location of the
-footnote in the text.
-
-" for now requires entering K0 for the first footnote and then KK
-nmap K0 i[0]&lt;esc&gt;maG$i&lt;end&gt;&lt;enter&gt;[0] nmap KK
-maG$?\[[0-9]*\]&lt;enter&gt;yt]G$i&lt;end&gt;&lt;enter&gt;&lt;esc&gt;p&lt;C-a&gt;i&lt;end&gt;]&lt;esc&gt;`aP&lt;C-a&gt;&lt;right&gt;i]&lt;esc&gt;maG$i&lt;end&gt;&lt;end&gt;
-
-</pre></tip> </html> <Tip category="KVim">
-<html><center>Syntax-based folding for c/c++/java</center> <pre> <A
-HREF="http://vim.sf.net/tip_view.php?tip_id=333">http://vim.sf.net/tip_view.php?tip_id=333</A><BR>
-
-Here's a function to toggle the use of syntax-based folding for a c/c++/java
-file. It also handles folding markers.
-
-function! OutlineToggle()
-    if (! exists ("b:outline_mode"))
-	let b:outline_mode = 0
-    endif
-
-    if (b:outline_mode == 0)
-	syn region myFold start="{" end="}" transparent fold syn sync
-	fromstart set foldmethod=syntax
-
-	silent! exec "%s/{{{/&lt;&lt;&lt;/" silent! exec "%s/}}}/&gt;&gt;&gt;/"
-
-	let b:outline_mode = 1
-    else
-	set foldmethod=marker
-
-	silent! exec "%s/&lt;&lt;&lt;/{{{/" silent! exec "%s/&gt;&gt;&gt;/}}}/"
-
-	let b:outline_mode = 0
-    endif
-endfunction
-
-</html></tip>
deleted file mode 100644
index 6e95a6f5983576b56b4f1eef19a34f1fb0eaa802..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
literal 0
Hc$@<O00001
deleted file mode 100644
index 348d4af483f25eb086d1d68e41baab7b82d736f6..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
literal 0
Hc$@<O00001
deleted file mode 100644
index 6ca4de25312bbfe44725a04725a638d408e360c7..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
literal 0
Hc$@<O00001
--- a/runtime/syntax/2html.vim
+++ b/runtime/syntax/2html.vim
@@ -1,6 +1,6 @@
 " Vim syntax support file
 " Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2005 Dec 01
+" Last Change: 2005 Dec 04
 "	       (modified by David Ne\v{c}as (Yeti) <yeti@physics.muni.cz>)
 "	       (XHTML support by Panagiotis Issaris <takis@lumumba.luc.ac.be>)
 
@@ -164,6 +164,8 @@ else
     let s:html_encoding = substitute(s:vim_encoding, 'cp', 'windows-', '')
   elseif s:vim_encoding == 'sjis'
     let s:html_encoding = 'Shift_JIS'
+  elseif s:vim_encoding == 'big5'
+    let s:html_encoding = "Big5"
   elseif s:vim_encoding == 'euc-cn'
     let s:html_encoding = 'GB_2312-80'
   elseif s:vim_encoding == 'euc-tw'
deleted file mode 100644
--- a/src/INSTALLkde.txt
+++ /dev/null
@@ -1,101 +0,0 @@
-Vim with KDE: kvim
-
-ON THE INTERNET
-===============
-
-	The homepage is http://www.freehackers.org/kvim/
-	The core is build around the official vim-6.x releases and patches
-
-	KVim CVS is full and does not need extra package. Just download and compile it.
-
-INSTALL :
-=========
-	We now use Vim's configure to configure, compile and install KVim.
-
-	Don't forget, that you need to have QT and KDE headers and tools installed, otherwise it won't
-	work ! (these can commonly be found in kde-devel/qt-devel packages)
-	
-	Enter the 'src' directory and configure it your way (you need to add at least these flags to the configure command line : --enable-gui=kde --with-qt-dir=$QTDIR ) then make and make install as root.
-	We added to configure some options for KDE / QT detection, it will for example, find whether you use KDE 2.x or KDE 3.x automatically. For now, QT is _not_ autodetected. I hope to fix this soon.
-	From KVim 6.1, you can now use a KDE toolbar instead of Vim's Toolbar, to enable it, use the --enable-kde-toolbar configure flag.
-
-
-=> If it fails : (yes it still can, the configure script i wrote is still experimental and probably not
-perfect ;p)
-	or 'how to make a bug report' :
-
-	In some cases, I can imagine it will fail, if this happens then send to marchand@kde.org :
-		->auto/config.mk (important one)
-		->your configure command line with your options
-		->your paths : where KDE is (which version ?), where QT is (version ?), and find where your
-			libs are (your kdelibs, your QT libs and QT headers)
-		->the output of 'kde-config --version'
-		->your OS / Linux Distribution version
-		->in case of a compilation error : the full error output.
-		->the compiler used (gcc 2.95, 2.96, 3.1 ...)
-		->any stuff you think could be usefull to me :)
-
-	Thanks for giving KVim a try, we hope you'll enjoy it !
-
-
-DEVELOPMENT STATE AND KNOWN BUGS:
-=================================
-Most Vim GUI features are now implemented, only multibyte support is incomplete.
-We are working on this and this is our primary goal after KVim 6.1 release.
-We hope to get it to work before we include KVim into the core Vim which we want to
-do before the end of the year 2002 if possible.
-
-We would be happy to hear from you if you've tried kvim. Tell us
-what is missing, what you like and don't like, and what you want.
-
-As people have wished it for a while, Philippe developped a component for Vim.
-The component is now fully usable with GVim and KVim and can be found on KDE's CVS
-in the kdeextragear-1 module.
-
-SOURCE ACCESS:
-==============
-Releases and maybe snapshots are/will be found on http://freehackers.org/kvim/
-The CVS is CVSROOT=:pserver:anonymous@cvs.tuxfamily.org:/cvsroot/kvim
-(with no password)
-You'll find there a full vim 6.x package (with runtime files included).
-
-MAILING LIST:
-=============
-As we released KVim 6.0, we created a public mailing list, for feedback,
-user help and development related discussions : "kvim-dev@freenux.org",
- to subscribe send a mail to "kvim-dev-subscribe@freenux.org" with
-"subscribe" as the subject and just reply to the mail you will receive.
-(sorry the admin messages are in french, but the list discussions are in
-english)
-
-THANKS :
-========
-To all the guys on #kde@opn (Neil, Malte and many other) and to all the people who
-tried, debugged, compiled and recompiled again KVim to bring now a much more robust KVim
-and of course to all of you who send patchs and comments :)
-And of course to Vim Authors :)
-
-CURRENT MAINTAINER:
-===================
-	Mickael Marchand <marchand@kde.org>
-	
-DEVELOPERS (CVS accounts):
-==========
-	Mickael Marchand <marchand@kde.org> (marchand)
-	Mark Westcott <mark@houseoffish.org> Qtopia GUI (mark)
-	Thomas Capricelli <orzel@kde.org> Initial KVim author (orzel)
-	Philippe Fremy <pfremy@chez.com> Initial KVim author (pfremy)
-
-AUTHORS
-=========
-	Thomas Capricelli <orzel@kde.org> Initial KVim author
-	Philippe Fremy <pfremy@chez.com> Initial KVim author
-	
-CONTRIBUTORS
-============
-	David Spencer Tyree <celer@scrypt.net>
-	Vince Negri <vince@bulbous.freeserve.co.uk> AntiAliasing support
-	Kailash Sethuraman (hsaliak, #netbsd@opn) NetBSD configuration/compilation fixes
-	Some other, see the About KVim dialog box in KVim...
-
-
deleted file mode 100644
--- a/src/Make_mpw.mak
+++ /dev/null
@@ -1,4369 +0,0 @@
-#   File:       VIm.make
-#   Target:     VIm
-#   Created:    Sunday, December 29, 2000 09:55:14 PM
-
-
-MAKEFILE	= VIm.make
-¥MondoBuild¥	= {MAKEFILE}  # Make blank to avoid rebuilds when makefile is modified
-
-ObjDir		= :obj:
-Includes	=  ¶
-				  -i :src:proto:
-CFlags		= -w 2,35 -enum int
-Sym-PPC		= -sym off
-
-PPCCOptions	= {Includes} {CFlags} {Sym-PPC}
-
-
-### Source Files ###
-
-SrcFiles	=  ¶
-				  :src:buffer.c ¶
-				  :src:charset.c ¶
-				  :src:diff.c ¶
-				  :src:digraph.c ¶
-				  :src:edit.c ¶
-				  :src:eval.c ¶
-				  :src:ex_cmds.c ¶
-				  :src:ex_cmds2.c ¶
-				  :src:ex_docmd.c ¶
-				  :src:ex_eval.c ¶
-				  :src:ex_getln.c ¶
-				  :src:fileio.c ¶
-				  :src:fold.c ¶
-				  :src:getchar.c ¶
-				  :src:hardcopy.c ¶
-				  :src:hashtable.c ¶
-				  :src:gui.c ¶
-				  :src:gui_mac.c ¶
-				  :src:if_cscope.c ¶
-				  :src:main.c ¶
-				  :src:mark.c ¶
-				  :src:memfile.c ¶
-				  :src:memline.c ¶
-				  :src:menu.c ¶
-				  :src:message.c ¶
-				  :src:misc1.c ¶
-				  :src:misc2.c ¶
-				  :src:move.c ¶
-				  :src:multibyte.c ¶
-				  :src:normal.c ¶
-				  :src:ops.c ¶
-				  :src:option.c ¶
-				  :src:os_mac.c ¶
-				  :src:pty.c ¶
-				  :src:popupmenu.c ¶
-				  :src:quickfix.c ¶
-				  :src:regexp.c ¶
-				  :src:screen.c ¶
-				  :src:search.c ¶
-				  :src:spell.c ¶
-				  :src:syntax.c ¶
-				  :src:tag.c ¶
-				  :src:term.c ¶
-				  :src:termlib.c ¶
-				  :src:ui.c ¶
-				  :src:undo.c ¶
-				  :src:version.c ¶
-				  :src:window.c ¶
-				  :src:wsdebug.c
-
-
-### Object Files ###
-
-ObjFiles-PPC    =  ¶
-				  "{ObjDir}buffer.c.x" ¶
-				  "{ObjDir}charset.c.x" ¶
-				  "{ObjDir}diff.c.x" ¶
-				  "{ObjDir}digraph.c.x" ¶
-				  "{ObjDir}edit.c.x" ¶
-				  "{ObjDir}eval.c.x" ¶
-				  "{ObjDir}ex_cmds.c.x" ¶
-				  "{ObjDir}ex_cmds2.c.x" ¶
-				  "{ObjDir}ex_docmd.c.x" ¶
-				  "{ObjDir}ex_eval.c.x" ¶
-				  "{ObjDir}ex_getln.c.x" ¶
-				  "{ObjDir}fileio.c.x" ¶
-				  "{ObjDir}fold.c.x" ¶
-				  "{ObjDir}getchar.c.x" ¶
-				  "{ObjDir}hardcopy.c.x" ¶
-				  "{ObjDir}hashtable.c.x" ¶
-				  "{ObjDir}gui.c.x" ¶
-				  "{ObjDir}gui_mac.c.x" ¶
-				  "{ObjDir}if_cscope.c.x" ¶
-				  "{ObjDir}main.c.x" ¶
-				  "{ObjDir}mark.c.x" ¶
-				  "{ObjDir}memfile.c.x" ¶
-				  "{ObjDir}memline.c.x" ¶
-				  "{ObjDir}menu.c.x" ¶
-				  "{ObjDir}message.c.x" ¶
-				  "{ObjDir}misc1.c.x" ¶
-				  "{ObjDir}misc2.c.x" ¶
-				  "{ObjDir}move.c.x" ¶
-				  "{ObjDir}multibyte.c.x" ¶
-				  "{ObjDir}normal.c.x" ¶
-				  "{ObjDir}ops.c.x" ¶
-				  "{ObjDir}option.c.x" ¶
-				  "{ObjDir}os_mac.c.x" ¶
-				  "{ObjDir}pty.c.x" ¶
-				  "{ObjDir}popupmenu.c.x" ¶
-				  "{ObjDir}quickfix.c.x" ¶
-				  "{ObjDir}regexp.c.x" ¶
-				  "{ObjDir}screen.c.x" ¶
-				  "{ObjDir}search.c.x" ¶
-				  "{ObjDir}spell.c.x" ¶
-				  "{ObjDir}syntax.c.x" ¶
-				  "{ObjDir}tag.c.x" ¶
-				  "{ObjDir}term.c.x" ¶
-				  "{ObjDir}termlib.c.x" ¶
-				  "{ObjDir}ui.c.x" ¶
-				  "{ObjDir}undo.c.x" ¶
-				  "{ObjDir}version.c.x" ¶
-				  "{ObjDir}window.c.x" ¶
-				  "{ObjDir}wsdebug.c.x"
-
-
-### Libraries ###
-
-LibFiles-PPC    =  ¶
-				  "{SharedLibraries}InterfaceLib" ¶
-				  "{SharedLibraries}MathLib" ¶
-				  "{SharedLibraries}StdCLib" ¶
-				  "{PPCLibraries}StdCRuntime.o" ¶
-				  "{PPCLibraries}PPCStdCLib.o" ¶
-				  "{PPCLibraries}PPCCRuntime.o" ¶
-				  "{PPCLibraries}PPCToolLibs.o"
-
-
-### Default Rules ###
-
-.c.x  Ä  .c  {¥MondoBuild¥}
-	{PPCC} {depDir}{default}.c -o {targDir}{default}.c.x {PPCCOptions}
-
-
-### Build Rules ###
-
-VIm  ÄÄ  {ObjFiles-PPC} {LibFiles-PPC} {¥MondoBuild¥}
-	PPCLink ¶
-		-o {Targ} ¶
-		{ObjFiles-PPC} ¶
-		{LibFiles-PPC} ¶
-		{Sym-PPC} ¶
-		-mf -d ¶
-		-t 'APPL' ¶
-		-c 'VIM!'
-
-
-
-### Required Dependencies ###
-
-"{ObjDir}buffer.c.x"  Ä  :src:buffer.c
-"{ObjDir}charset.c.x"  Ä  :src:charset.c
-"{ObjDir}diff.c.x"  Ä  :src:diff.c
-"{ObjDir}digraph.c.x"  Ä  :src:digraph.c
-"{ObjDir}edit.c.x"  Ä  :src:edit.c
-"{ObjDir}eval.c.x"  Ä  :src:eval.c
-"{ObjDir}ex_cmds.c.x"  Ä  :src:ex_cmds.c
-"{ObjDir}ex_cmds2.c.x"  Ä  :src:ex_cmds2.c
-"{ObjDir}ex_docmd.c.x"  Ä  :src:ex_docmd.c
-"{ObjDir}ex_eval.c.x"  Ä  :src:ex_eval.c
-"{ObjDir}ex_getln.c.x"  Ä  :src:ex_getln.c
-"{ObjDir}fileio.c.x"  Ä  :src:fileio.c
-"{ObjDir}fold.c.x"  Ä  :src:fold.c
-"{ObjDir}getchar.c.x"  Ä  :src:getchar.c
-"{ObjDir}hardcopy.c.x"  Ä  :src:hardcopy.c
-"{ObjDir}hashtable.c.x"  Ä  :src:hashtable.c
-"{ObjDir}gui.c.x"  Ä  :src:gui.c
-"{ObjDir}gui_mac.c.x"  Ä  :src:gui_mac.c
-"{ObjDir}if_cscope.c.x"  Ä  :src:if_cscope.c
-"{ObjDir}main.c.x"  Ä  :src:main.c
-"{ObjDir}mark.c.x"  Ä  :src:mark.c
-"{ObjDir}memfile.c.x"  Ä  :src:memfile.c
-"{ObjDir}memline.c.x"  Ä  :src:memline.c
-"{ObjDir}menu.c.x"  Ä  :src:menu.c
-"{ObjDir}message.c.x"  Ä  :src:message.c
-"{ObjDir}misc1.c.x"  Ä  :src:misc1.c
-"{ObjDir}misc2.c.x"  Ä  :src:misc2.c
-"{ObjDir}move.c.x"  Ä  :src:move.c
-"{ObjDir}multibyte.c.x"  Ä  :src:multibyte.c
-"{ObjDir}normal.c.x"  Ä  :src:normal.c
-"{ObjDir}ops.c.x"  Ä  :src:ops.c
-"{ObjDir}option.c.x"  Ä  :src:option.c
-"{ObjDir}os_mac.c.x"  Ä  :src:os_mac.c
-"{ObjDir}pty.c.x"  Ä  :src:pty.c
-"{ObjDir}popupmenu.c.x"  Ä  :src:popupmenu.c
-"{ObjDir}quickfix.c.x"  Ä  :src:quickfix.c
-"{ObjDir}regexp.c.x"  Ä  :src:regexp.c
-"{ObjDir}screen.c.x"  Ä  :src:screen.c
-"{ObjDir}search.c.x"  Ä  :src:search.c
-"{ObjDir}spell.c.x"  Ä  :src:spell.c
-"{ObjDir}syntax.c.x"  Ä  :src:syntax.c
-"{ObjDir}tag.c.x"  Ä  :src:tag.c
-"{ObjDir}term.c.x"  Ä  :src:term.c
-"{ObjDir}termlib.c.x"  Ä  :src:termlib.c
-"{ObjDir}ui.c.x"  Ä  :src:ui.c
-"{ObjDir}undo.c.x"  Ä  :src:undo.c
-"{ObjDir}version.c.x"  Ä  :src:version.c
-"{ObjDir}window.c.x"  Ä  :src:window.c
-"{ObjDir}wsdebug.c.x"  Ä  :src:wsdebug.c
-
-
-### Optional Dependencies ###
-### Build this target to generate "include file" dependencies. ###
-
-Dependencies  Ä  $OutOfDate
-	MakeDepend ¶
-		-append {MAKEFILE} ¶
-		-ignore "{CIncludes}" ¶
-		-objdir "{ObjDir}" ¶
-		-objext .x ¶
-		{Includes} ¶
-		{SrcFiles}
-
-
-#*** Dependencies: Cut here ***
-# These dependencies were produced at 12:17:02 Uhr on Fre, 29. Dez 2000 by MakeDepend
-
-:obj:buffer.c.x	Ä  ¶
-	:src:buffer.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:charset.c.x	Ä  ¶
-	:src:charset.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:diff.c.x	Ä  ¶
-	:src:diff.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:digraph.c.x	Ä  ¶
-	:src:digraph.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:edit.c.x	Ä  ¶
-	:src:edit.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:eval.c.x	Ä  ¶
-	:src:eval.c ¶
-	:src:vim.h ¶
-	:src:version.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:ex_cmds.c.x	Ä  ¶
-	:src:ex_cmds.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:ex_cmds2.c.x	Ä  ¶
-	:src:ex_cmds2.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:ex_docmd.c.x	Ä  ¶
-	:src:ex_docmd.c ¶
-	:src:vim.h ¶
-	:src:ex_cmds.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:ex_eval.c.x	Ä  ¶
-	:src:ex_eval.c ¶
-	:src:vim.h ¶
-	:src:ex_cmds.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:ex_getln.c.x	Ä  ¶
-	:src:ex_getln.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:fileio.c.x	Ä  ¶
-	:src:fileio.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:fold.c.x	Ä  ¶
-	:src:fold.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:getchar.c.x	Ä  ¶
-	:src:getchar.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:hardcopy.c.x	Ä  ¶
-	:src:hardcopy.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:hashtable.c.x	Ä  ¶
-	:src:hashtable.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:gui.c.x	Ä  ¶
-	:src:gui.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:gui_mac.c.x	Ä  ¶
-	:src:gui_mac.c ¶
-	:src:vim.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:farsi.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:src:gui_mac.r	Ä  ¶
-	:src:gui_mac.r ¶
-	"{RIncludes}"SysTypes.r ¶
-	"{RIncludes}"Types.r ¶
-	:src:version.h ¶
-	"{RIncludes}"Fonts.r ¶
-	"{RIncludes}"IntlResources.r ¶
-	"{RIncludes}"Sound.r ¶
-	"{RIncludes}"ConditionalMacros.r ¶
-	"{RIncludes}"MacTypes.r ¶
-	"{RIncludes}"Controls.r ¶
-	"{RIncludes}"ControlDefinitions.r ¶
-	"{RIncludes}"MacWindows.r ¶
-	"{RIncludes}"Dialogs.r ¶
-	"{RIncludes}"Menus.r ¶
-	"{RIncludes}"Icons.r ¶
-	"{RIncludes}"Finder.r ¶
-	"{RIncludes}"Quickdraw.r ¶
-	"{RIncludes}"Processes.r ¶
-	"{RIncludes}"AppleEvents.r ¶
-	"{RIncludes}"Script.r ¶
-	"{RIncludes}"Collections.r ¶
-	"{RIncludes}"PictUtils.r ¶
-	"{RIncludes}"AEDataModel.r
-
-:obj:if_cscope.c.x	Ä  ¶
-	:src:if_cscope.c ¶
-	:src:vim.h ¶
-	:src:if_cscope.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:main.c.x	Ä  ¶
-	:src:main.c ¶
-	:src:vim.h ¶
-	:src:farsi.c ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:mark.c.x	Ä  ¶
-	:src:mark.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:memfile.c.x	Ä  ¶
-	:src:memfile.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:memline.c.x	Ä  ¶
-	:src:memline.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:menu.c.x	Ä  ¶
-	:src:menu.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:message.c.x	Ä  ¶
-	:src:message.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:misc1.c.x	Ä  ¶
-	:src:misc1.c ¶
-	:src:vim.h ¶
-	:src:version.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:misc2.c.x	Ä  ¶
-	:src:misc2.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:move.c.x	Ä  ¶
-	:src:move.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:multibyte.c.x	Ä  ¶
-	:src:multibyte.c ¶
-	:src:vim.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:farsi.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:normal.c.x	Ä  ¶
-	:src:normal.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:ops.c.x	Ä  ¶
-	:src:ops.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:option.c.x	Ä  ¶
-	:src:option.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:os_mac.c.x	Ä  ¶
-	:src:os_mac.c ¶
-	:src:vim.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:farsi.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:pty.c.x	Ä  ¶
-	:src:pty.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:popupmenu.c.x	Ä  ¶
-	:src:popupmenu.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:quickfix.c.x	Ä  ¶
-	:src:quickfix.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:regexp.c.x	Ä  ¶
-	:src:regexp.c ¶
-	:src:vim.h ¶
-	:src:option.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:screen.c.x	Ä  ¶
-	:src:screen.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:search.c.x	Ä  ¶
-	:src:search.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:spell.c.x	Ä  ¶
-	:src:spell.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:syntax.c.x	Ä  ¶
-	:src:syntax.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:tag.c.x	Ä  ¶
-	:src:tag.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:term.c.x	Ä  ¶
-	:src:term.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:termlib.c.x	Ä  ¶
-	:src:termlib.c ¶
-	:src:vim.h ¶
-	:src:proto:termlib.pro ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:ui.c.x	Ä  ¶
-	:src:ui.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:undo.c.x	Ä  ¶
-	:src:undo.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:version.c.x	Ä  ¶
-	:src:version.c ¶
-	:src:vim.h ¶
-	:src:version.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:window.c.x	Ä  ¶
-	:src:window.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
-
-:obj:wsdebug.c.x	Ä  ¶
-	:src:wsdebug.c ¶
-	:src:vim.h ¶
-	:src:auto:config.h ¶
-	:src:feature.h ¶
-	:src:os_unix.h ¶
-	:src:os_mac.h ¶
-	:src:workshop.h ¶
-	:src:ascii.h ¶
-	:src:keymap.h ¶
-	:src:term.h ¶
-	:src:macros.h ¶
-	:src:structs.h ¶
-	:src:globals.h ¶
-	:src:option.h ¶
-	:src:ex_cmds.h ¶
-	:src:proto.h ¶
-	:src:integration.h ¶
-	:src:wsdebug.h ¶
-	:src:regexp.h ¶
-	:src:gui.h ¶
-	:src:farsi.h ¶
-	:src:proto:os_unix.pro ¶
-	:src:proto:os_mac.pro ¶
-	:src:proto:buffer.pro ¶
-	:src:proto:charset.pro ¶
-	:src:proto:if_cscope.pro ¶
-	:src:proto:diff.pro ¶
-	:src:proto:digraph.pro ¶
-	:src:proto:edit.pro ¶
-	:src:proto:eval.pro ¶
-	:src:proto:ex_cmds.pro ¶
-	:src:proto:ex_cmds2.pro ¶
-	:src:proto:ex_docmd.pro ¶
-	:src:proto:ex_eval.pro ¶
-	:src:proto:ex_getln.pro ¶
-	:src:proto:fileio.pro ¶
-	:src:proto:fold.pro ¶
-	:src:proto:getchar.pro ¶
-	:src:proto:hardcopy.pro ¶
-	:src:proto:hashtable.pro ¶
-	:src:proto:hangulin.pro ¶
-	:src:proto:main.pro ¶
-	:src:proto:mark.pro ¶
-	:src:proto:memfile.pro ¶
-	:src:proto:memline.pro ¶
-	:src:proto:menu.pro ¶
-	:src:proto:message.pro ¶
-	:src:proto:misc1.pro ¶
-	:src:proto:misc2.pro ¶
-	:src:proto:move.pro ¶
-	:src:proto:multibyte.pro ¶
-	:src:proto:normal.pro ¶
-	:src:proto:ops.pro ¶
-	:src:proto:option.pro ¶
-	:src:proto:popupmenu.pro ¶
-	:src:proto:quickfix.pro ¶
-	:src:proto:regexp.pro ¶
-	:src:proto:screen.pro ¶
-	:src:proto:search.pro ¶
-	:src:proto:spell.pro ¶
-	:src:proto:syntax.pro ¶
-	:src:proto:tag.pro ¶
-	:src:proto:term.pro ¶
-	:src:proto:termlib.pro ¶
-	:src:proto:ui.pro ¶
-	:src:proto:undo.pro ¶
-	:src:proto:version.pro ¶
-	:src:proto:window.pro ¶
-	:src:proto:if_python.pro ¶
-	:src:proto:if_tcl.pro ¶
-	:src:proto:if_ruby.pro ¶
-	:src:proto:gui.pro ¶
-	:src:proto:pty.pro ¶
-	:src:proto:gui_gtk.pro ¶
-	:src:proto:gui_gtk_x11.pro ¶
-	:src:proto:gui_motif.pro ¶
-	:src:proto:gui_athena.pro ¶
-	:src:proto:gui_mac.pro ¶
-	:src:proto:gui_x11.pro ¶
-	:src:proto:workshop.pro ¶
-	:src:proto:if_perl.pro ¶
-	:src:proto:if_perlsfio.pro
--- a/src/eval.c
+++ b/src/eval.c
@@ -10024,7 +10024,7 @@ f_has(argvars, rettv)
 	"dos16",
 # endif
 #endif
-#ifdef MACOS /* TODO: Should we add MACOS_CLASSIC, MACOS_X? (Dany) */
+#ifdef MACOS
 	"mac",
 #endif
 #if defined(MACOS_X_UNIX)
@@ -10173,9 +10173,6 @@ f_has(argvars, rettv)
 	"gui_athena",
 # endif
 #endif
-#ifdef FEAT_GUI_KDE
-	"gui_kde",
-#endif
 #ifdef FEAT_GUI_GTK
 	"gui_gtk",
 # ifdef HAVE_GTK2
deleted file mode 100644
--- a/src/gui_kde.cc
+++ /dev/null
@@ -1,670 +0,0 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
- * VIM - Vi IMproved		by Bram Moolenaar
- *
- * Do ":help uganda"  in Vim to read copying and usage conditions.
- * Do ":help credits" in Vim to see a list of people who contributed.
- */
-
-/*
- * Porting to KDE(2) was done by
- *
- *  (C) 2000 by Thomas Capricelli <orzel@freehackers.org>
- *
- *  Please visit http://freehackers.org/kvim for other vim- or
- *  kde-related coding. (URL currently doesn't work...)
- *
- *  $Id$
- *
- */
-#include <assert.h>
-#include <errno.h>
-#include <string.h>
-#include <kmenubar.h>
-#include <kfiledialog.h>
-#include <kiconloader.h>
-
-#include <qscrollbar.h>
-#include <qcursor.h>
-#include <qmessagebox.h>
-#include <qiconset.h>
-#include <qtextcodec.h>
-#include "gui_kde_wid.h"
-
-extern "C" {
-#include "vim.h"
-}
-
-#undef dbf
-#undef db
-#undef mputs
-
-#if 1
-#define dbf(format, args...) { printf("%s" " : " format "\n" , __FUNCTION__ , ## args ); fflush(stdout); }
-#define db()       { printf("%s\n", __FUNCTION__ );fflush(stdout); }
-#else
-#define dbf(format, args... )
-#define db()
-#endif
-
-
-#ifdef FEAT_TOOLBAR
-#ifndef FEAT_KDETOOLBAR
-/*
- * Icons used by the toolbar code.
- *///{{{
-#include "../pixmaps/tb_new.xpm"
-#include "../pixmaps/tb_open.xpm"
-#include "../pixmaps/tb_close.xpm"
-#include "../pixmaps/tb_save.xpm"
-#include "../pixmaps/tb_print.xpm"
-#include "../pixmaps/tb_cut.xpm"
-#include "../pixmaps/tb_copy.xpm"
-#include "../pixmaps/tb_paste.xpm"
-#include "../pixmaps/tb_find.xpm"
-#include "../pixmaps/tb_find_next.xpm"
-#include "../pixmaps/tb_find_prev.xpm"
-#include "../pixmaps/tb_find_help.xpm"
-#include "../pixmaps/tb_exit.xpm"
-#include "../pixmaps/tb_undo.xpm"
-#include "../pixmaps/tb_redo.xpm"
-#include "../pixmaps/tb_help.xpm"
-#include "../pixmaps/tb_macro.xpm"
-#include "../pixmaps/tb_make.xpm"
-#include "../pixmaps/tb_save_all.xpm"
-#include "../pixmaps/tb_jump.xpm"
-#include "../pixmaps/tb_ctags.xpm"
-#include "../pixmaps/tb_load_session.xpm"
-#include "../pixmaps/tb_save_session.xpm"
-#include "../pixmaps/tb_new_session.xpm"
-#include "../pixmaps/tb_blank.xpm"
-#include "../pixmaps/tb_maximize.xpm"
-#include "../pixmaps/tb_split.xpm"
-#include "../pixmaps/tb_minimize.xpm"
-#include "../pixmaps/tb_shell.xpm"
-#include "../pixmaps/tb_replace.xpm"
-#include "../pixmaps/tb_vsplit.xpm"
-#include "../pixmaps/tb_maxwidth.xpm"
-#include "../pixmaps/tb_minwidth.xpm"
-//}}}
-/*
- * These are the pixmaps used for the default buttons.
- * Order must exactly match toolbar_names[] in menu.c!
- *///{{{
-static char **(built_in_pixmaps[]) =
-{
-	tb_new_xpm,
-	tb_open_xpm,
-	tb_save_xpm,
-	tb_undo_xpm,
-	tb_redo_xpm,
-	tb_cut_xpm,
-	tb_copy_xpm,
-	tb_paste_xpm,
-	tb_print_xpm,
-	tb_help_xpm,
-	tb_find_xpm,
-	tb_save_all_xpm,
-	tb_save_session_xpm,
-	tb_new_session_xpm,
-	tb_load_session_xpm,
-	tb_macro_xpm,
-	tb_replace_xpm,
-	tb_close_xpm,
-	tb_maximize_xpm,
-	tb_minimize_xpm,
-	tb_split_xpm,
-	tb_shell_xpm,
-	tb_find_prev_xpm,
-	tb_find_next_xpm,
-	tb_find_help_xpm,
-	tb_make_xpm,
-	tb_jump_xpm,
-	tb_ctags_xpm,
-	tb_vsplit_xpm,
-	tb_maxwidth_xpm,
-	tb_minwidth_xpm,
-	tb_exit_xpm
-};//}}}
-#else
-const char *kdeicons[] = {
-	"filenew",
-	"fileopen",
-	"filesave",
-	"undo",
-	"redo",
-	"editcut",
-	"editcopy",
-	"editpaste",
-	"fileprint",
-	"contents2",
-	"filefind",
-	"save_all",
-	"fileexport",
-	"filenew",
-	"fileimport",
-	"run",
-	"edit",
-	"fileclose",
-	"",
-	"",
-	"split",
-	"openterm",
-	"previous",
-	"next",
-	"help",
-	"make",
-	"goto",
-	"run",
-	"vsplit",
-	"maxwidth",
-	"minwidth",
-	"quit"
-};
-#endif
-/*
- * creates a blank pixmap using tb_blank
- */
-    QPixmap
-pixmap_create_from_xpm(char **xpm)//{{{
-{
-    return (QPixmap((const char **)xpm));
-}//}}}
-
-/*
- * creates a pixmap by using a built-in number
- */
-    QPixmap
-pixmap_create_by_num(int pixmap_num)//{{{
-{
-#ifdef FEAT_KDETOOLBAR
-    if (pixmap_num >= 0 && (unsigned)pixmap_num < (sizeof(kdeicons)
-						   / sizeof(kdeicons[0])) - 1)
-    {
-
-	KIconLoader *il = kapp->iconLoader(); //new KIconLoader();
-	QString icon;
-	icon = QString(kdeicons[pixmap_num]);
-	return il->loadIcon(icon, KIcon::MainToolbar);
-    }
-    return QPixmap();
-#else
-    if (pixmap_num >= 0 && (unsigned)pixmap_num < (sizeof(built_in_pixmaps)
-					   / sizeof(built_in_pixmaps[0])) - 1)
-	return pixmap_create_from_xpm(built_in_pixmaps[pixmap_num]);
-    else
-	return QPixmap();
-#endif
-}//}}}
-
-/*
- * Creates a pixmap by using the pixmap "name" found in 'runtimepath'/bitmaps/
- */
-    QPixmap
-pixmap_create_by_dir(char_u *name)//{{{
-{
-    char_u full_pathname[MAXPATHL + 1];
-
-    if (gui_find_bitmap(name, full_pathname, "xpm") == OK)
-	return QPixmap((const char *)full_pathname);
-    else
-	return QPixmap();
-}//}}}
-
-
-    QPixmap
-pixmap_create_from_file(char_u *file)
-{
-    return QPixmap((const char *)file);
-}
-#endif
-
-    void
-gui_mch_add_menu(vimmenu_T *menu, int idx)//{{{
-{
-#ifdef FEAT_MENU
-    QPopupMenu *me;
-    vimmenu_T *parent = menu->parent;
-
-    if (menu_is_popup(menu->name))
-    {
-	menu->widget = new QPopupMenu(vmw , QSTR(menu->name));
-	QObject::connect(menu->widget, SIGNAL(activated(int)), vmw,
-						   SLOT(menu_activated(int)));
-	return;
-    }
-
-    if (!menu_is_menubar(menu->name))
-	return;
-
-    if (parent)
-    {
-	idx++; // for tearoffs to be first in menus
-	me = new QPopupMenu(parent->widget, QSTR(menu->name));
-	parent->widget->insertItem(QSTR(menu->name), me, (long)me, idx);
-    }
-    else
-    {
-	me = new QPopupMenu(vmw->menuBar(), QSTR(menu->name));
-	vmw->menuBar()->insertItem(QSTR(menu->name), me, (long)me, idx);
-    }
-
-    me->setCaption((const char *)(menu->dname));
-    if (vmw->have_tearoff)
-	me->insertTearOffHandle(0, 0);
-    QObject::connect(me, SIGNAL(activated(int)), vmw,
-						   SLOT(menu_activated(int)));
-    menu->widget = me;
-#endif
-}//}}}
-
-
-    void
-gui_mch_add_menu_item(vimmenu_T *menu, int idx)//{{{
-{
-#ifdef FEAT_MENU
-    vimmenu_T *parent = menu->parent;
-#ifdef FEAT_TOOLBAR
-    if (menu_is_toolbar(parent->name))
-    {
-	QPixmap pix;
-
-	if (menu_is_separator(menu->name))
-	{
-	    vmw->toolBar()->insertSeparator();
-	    return;
-	}
-	if (menu->iconfile != NULL)
-	{
-	    pix = pixmap_create_from_file(menu->iconfile);
-	}
-	if (!menu->icon_builtin)
-	{
-	    pix = pixmap_create_by_dir(menu->name);
-	}
-	if (pix.isNull() && menu->iconidx >= 0)
-	{
-	    pix = pixmap_create_by_num(menu->iconidx);
-	}
-#ifndef FEAT_KDETOOLBAR
-	if (pix.isNull())
-	{
-	    pix = pixmap_create_from_xpm(tb_blank_xpm);
-	}
-#endif
-	if (pix.isNull())
-	    return; // failed
-	vmw->toolBar()->insertButton(
-		pix,
-		(long)menu, // id
-		true,
-		QSTR(menu->strings[MENU_INDEX_TIP]), // tooltip or text
-		idx);
-	menu->parent=parent;
-	return;
-    }
-#endif // FEAT_TOOLBAR
-
-    idx++;
-    if (menu_is_separator(menu->name))
-    {
-	parent->widget->insertSeparator();
-	return;
-    }
-    parent->widget->insertItem(QSTR(menu->name), (long)menu, idx);
-#endif
-}//}}}
-
-
-    void
-gui_mch_set_text_area_pos(int x, int y, int w, int h)//{{{
-{
-    int X = 0;
-    int Y = 0;
-
-    if (vmw->menuBar()->isVisible() && vmw->menuBar()->isEnabled()
-#if QT_VERSION>=300
-	    && !vmw->menuBar()->isTopLevelMenu()
-#endif
-       )
-	Y += vmw->menuBar()->height();
-#ifdef FEAT_TOOLBAR
-    if (vmw->toolBar()->isVisible() && vmw->toolBar()->isEnabled()
-				   && vmw->toolBar()->barPos()==KToolBar::Top)
-	Y += vmw->toolBar()->height();
-
-    if (vmw->toolBar()->isVisible() && vmw->toolBar()->isEnabled()
-				  && vmw->toolBar()->barPos()==KToolBar::Left)
-	X += vmw->toolBar()->width();
-#endif // FEAT_TOOLBAR
-
-    gui.w->setGeometry(x + X, y + Y, w, h);
-}//}}}
-
-
-#if defined(FEAT_MENU) || defined(PROTO)
-/*
- * Enable or disable mnemonics for the toplevel menus.
- */
-    void
-gui_gtk_set_mnemonics(int enable)//{{{ // TO BE REMOVED
-{
-}//}}}
-
-    void
-toggle_tearoffs(vimmenu_T *menu, int enable)//{{{
-{
-    while (menu != NULL)
-    {
-	if (!menu_is_popup(menu->name))
-	{
-	    if (menu->widget != 0)
-	    {
-		if (enable)
-		    menu->widget->insertTearOffHandle(0,0);
-		else
-		    menu->widget->removeItem(0);
-	    }
-	    toggle_tearoffs(menu->children, enable);
-	}
-	menu = menu->next;
-    }
-}//}}}
-
-	void
-gui_mch_toggle_tearoffs(int enable)//{{{
-{
-    vmw->have_tearoff=enable;
-    toggle_tearoffs(root_menu, enable);
-}//}}}
-#endif
-
-
-#if defined(FEAT_MENU) || defined(PROTO)
-/*
- * Destroy the machine specific menu widget.
- */
-    void
-gui_mch_destroy_menu(vimmenu_T *menu)//{{{
-{
-#ifdef FEAT_TOOLBAR
-    if (menu->parent && menu_is_toolbar(menu->parent->name))
-    {
-	vmw->toolBar()->removeItem((long)menu);
-	return;
-    }
-#endif
-    if (menu->parent)
-	menu->parent->widget->removeItem((long)menu);
-    if (menu->widget)
-	delete menu->widget;
-    menu->widget = 0;
-}//}}}
-#endif /* FEAT_MENU */
-
-
-/*
- * Scrollbar stuff.
- */
-
-    void
-gui_mch_set_scrollbar_thumb(scrollbar_T *sb, long val, long size, long max)//{{{
-{
-    if (!sb->w)
-	return;
-
-    sb->w->setRange(0, max + 1 - size);
-    sb->w->setValue(val);
-
-    sb->w->setLineStep(1);
-    sb->w->setPageStep(size);
-}//}}}
-
-    void
-gui_mch_set_scrollbar_pos(scrollbar_T *sb, int x, int y, int w, int h)//{{{
-{
-    if (!sb->w)
-	return;
-
-    //we add the menubar and toolbar height/width
-    int X = 0;
-    int Y = 0;
-
-    if (vmw->menuBar()->isVisible() && vmw->menuBar()->isEnabled()
-#if QT_VERSION>=300
-					  && !vmw->menuBar()->isTopLevelMenu()
-#endif
-       )
-	Y += vmw->menuBar()->height();
-#ifdef FEAT_TOOLBAR
-    if (vmw->toolBar()->isVisible() && vmw->toolBar()->isEnabled()
-				   && vmw->toolBar()->barPos()==KToolBar::Top)
-	Y += vmw->toolBar()->height();
-
-    if (vmw->toolBar()->isVisible() && vmw->toolBar()->isEnabled()
-				  && vmw->toolBar()->barPos()==KToolBar::Left)
-	X += vmw->toolBar()->width();
-#endif //FEAT_TOOLBAR
-    if (sb->w->orientation() == Qt::Vertical)
-    {
-	bool leftscroll=gui.which_scrollbars[SBAR_LEFT];
-	bool rightscroll=gui.which_scrollbars[SBAR_RIGHT];
-
-	if (x < 20)
-	    leftscroll = true;
-	else
-	    rightscroll = true;
-	if (x < 20)
-	    sb->w->setGeometry(X, y+Y, w, h);
-	else
-	    sb->w->setGeometry(vmw->width() - w - 1 + X, y + Y, w, h);
-    }
-    else
-    {
-	sb->w->setGeometry(x + X, y + Y, w, h);
-    }
-}//}}}
-
-/* SBAR_VERT or SBAR_HORIZ */
-    void
-gui_mch_create_scrollbar(scrollbar_T *sb, int orient)//{{{
-{
-    sbpool->create(sb,orient);
-    if (orient == SBAR_VERT)
-	gui.scrollbar_width = sb->w->sizeHint().width();
-    else
-	gui.scrollbar_height = sb->w->sizeHint().height();
-}//}}}
-
-    void
-gui_mch_destroy_scrollbar(scrollbar_T *sb)//{{{
-{
-    sbpool->destroy(sb);
-}//}}}
-
-#if defined(FEAT_BROWSE) || defined(PROTO)
-/*
- * Implementation of the file selector related stuff
- */
-
-/*
- * Convert the Vim-style filter specification 's' to the KDE-style
- * filter specification.
- *      Vim-style:      {label}\t{pattern1};{pattern2}\n
- *      KDE-style:      {pattern1} {pattern2}|{label}\n
- *
- * The newly constructed filter is returned in allocated memory and
- * must be freed by the calling program.
- */
-    static char *
-convert_filter(char_u *s)
-{
-    char	*res;
-    unsigned	i;
-    unsigned	pattern_len;
-    char	*filter_label;
-    char	*filter_pattern;
-
-    // The conversion generates a string of equal length to the original
-    // pattern, so allocate enough memory to hold the original string.
-    res = new char[STRLEN(s) + 1];
-    s = vim_strsave(s);
-    if (res != NULL && s != NULL)
-    {
-	// Make sure the first byte is a NUL so that strcat()
-	// will append at the beginning of the string.
-	res[0] = '\0';
-	filter_label = strtok((char *) s, "\t");
-	while (filter_label != NULL)
-	{
-	    filter_pattern = strtok( 0L, "\n");
-	    if (filter_pattern != NULL)
-	    {
-		pattern_len = (unsigned) STRLEN(filter_pattern);
-		for (i = 0; i < pattern_len; ++i)
-		    if (filter_pattern[i] == ';')
-			filter_pattern[i] = ' ';
-
-		strcat(res, filter_pattern);
-		strcat(res, "|");
-		strcat(res, filter_label);
-		strcat(res, "\n");
-	    }
-	    filter_label = strtok(0L, "\t");
-	}
-    }
-    if (s)
-	vim_free(s);
-    return res;
-}
-
-/*
- * Put up a file requester.
- * Returns the selected name in allocated memory, or NULL for Cancel.
- * saving,			select file to write
- * title			title for the window
- * dflt				default name
- * ext				not used (extension added)
- * initdir			initial directory, NULL for current dir
- * filter			not used (file name filter)
- */
-/*ARGSUSED*/
-    char_u *
-gui_mch_browse(int saving,//{{{
-		char_u *title,
-		char_u *dflt,
-		char_u *ext,
-		char_u *initdir,
-		char_u *filter)
-{
-    char *filt_glob;
-
-    filt_glob = convert_filter(filter);
-
-    gui_mch_mousehide(FALSE);
-
-    QString s;
-    if (!saving)
-	s = KFileDialog::getOpenFileName(QSTR(initdir), QSTR(filt_glob),
-							  vmw, QSTR(title));
-    else
-	s = KFileDialog::getSaveFileName();
-
-    if (filt_glob)
-	delete filt_glob;
-
-    if (s.isNull())
-	return NULL;
-    QCString unistring = vmw->codec->fromUnicode(s);
-    char_u *s2 = (char_u *)(const char *)unistring;
-    if (s2)
-	s2 = vim_strsave(s2);
-
-    return s2;
-}//}}}
-
-#endif	/* FEAT_BROWSE */
-
-#ifdef FEAT_GUI_DIALOG
-
-/* ARGSUSED */
-    int
-gui_mch_dialog(int type,		/* type of dialog *///{{{
-		char_u *title,		/* title of dialog */
-		char_u *message,	/* message text */
-		char_u *buttons,	/* names of buttons */
-		int    def_but,		/* default button */
-		char_u *textfield)
-{
-    gui_mch_mousehide(FALSE);
-    VimDialog vd(type, title, message, buttons, def_but,textfield);
-    int ret = vd.exec();
-    return ret;
-}//}}}
-
-
-#endif	/* FEAT_GUI_DIALOG */
-
-#if defined(FEAT_MENU) || defined(PROTO)
-    void
-gui_mch_show_popupmenu(vimmenu_T *menu)//{{{
-{
-    menu->widget->popup(QCursor::pos());
-}//}}}
-
-/* TODO: use mouse_pos */
-void
-gui_make_popup (char_u *pathname, int mouse_pos)//{{{
-{
-    vimmenu_T *menu = gui_find_menu(pathname);
-
-    if (menu != NULL)
-	menu->widget->popup(QCursor::pos());
-}//}}}
-#endif
-
-
-
-/* Find and Replace implementations */
-    void
-gui_mch_find_dialog(exarg_T *eap)//{{{
-{
-    // char_u* entry_text;
-    //int exact_word=FALSE;
-    //    entry_text = get_find_dialog_text(eap->arg,&exact_word);
-
-    vmw->finddlg->setCaseSensitive(true);
-
-    /*    if (entry_text!=NULL)
-     *    {
-	  vmw->finddlg->setText(QString((char *)entry_text));
-    // exact match should go there, hopefully KDE old KEdFind/KEdReplace will be replaced in KDE 4 as pple wanted KDE 3's Find/Replace to be kept
-    }*/ // Don't use it, KDE keeps old search in memory and vim give \\Csearch, which is difficult to handle
-    //   vim_free(entry_text);
-
-    vmw->finddlg->show();
-}//}}}
-
-    void
-gui_mch_replace_dialog(exarg_T *eap)//{{{
-{
-    //  char_u* entry_text;
-    //int exact_word=FALSE;
-
-    //    entry_text = get_find_dialog_text(eap->arg,&exact_word);
-
-    /*    if (entry_text!=NULL)
-     *    {
-     vmw->repldlg->setText(QString((char *)entry_text));
-    // exact match should go there, hopefully KDE old KEdFind/KEdReplace will be replaced in KDE 4 as pple wanted KDE 3's Find/Replace to be kept
-    }*/
-    //vim_free(entry_text);
-
-    vmw->repldlg->show();
-}//}}}
-
-    void
-ex_helpfind(exarg_T *eap)//{{{
-{
-    do_cmdline_cmd((char_u *)"emenu ToolBar.FindHelp");
-}//}}}
deleted file mode 100644
--- a/src/gui_kde_wid.cc
+++ /dev/null
@@ -1,1644 +0,0 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
- * VIM - Vi IMproved		by Bram Moolenaar
- *
- * Do ":help uganda"  in Vim to read copying and usage conditions.
- * Do ":help credits" in Vim to see a list of people who contributed.
- */
-
-/*
- * Porting to KDE(2) was done by
- *
- *  (C) 2000 by Thomas Capricelli <orzel@freehackers.org>
- *
- *  Please visit http://freehackers.org/kvim for other vim- or
- *  kde-related coding.
- *
- *  $Id$
- *
- */
-
-#include <assert.h>
-#include <qpainter.h>
-#include <qevent.h>
-#include <qpushbutton.h>
-#include <qscrollbar.h>
-#include <qlayout.h>
-#include <qclipboard.h>
-#include <qdragobject.h>
-#include <qstrlist.h>
-#include <qmenubar.h>
-#include <qtextcodec.h>
-#if QT_VERSION>=300
-#include <qptrlist.h>
-#include <ktip.h>
-#endif
-#include <kglobal.h>
-#include <kconfig.h>
-#include <kaboutapplication.h>
-#include <dcopclient.h>
-#include <kaboutkde.h>
-#include <kbugreport.h>
-#include <kurldrag.h>
-#include <kmenubar.h>
-#include <ktoolbar.h>
-#include <kstandarddirs.h>
-#include "gui_kde_wid.h"
-#include <qxembed.h>
-
-extern "C"
-{
-#include "version.h"
-}
-
-// Pixmap for dialog
-#ifdef FEAT_GUI_DIALOG
-# include "../../pixmaps/alert.xpm"
-# include "../../pixmaps/error.xpm"
-# include "../../pixmaps/generic.xpm"
-# include "../../pixmaps/info.xpm"
-# include "../../pixmaps/quest.xpm"
-#endif
-
-/**
- * Keycodes recognized by vim.
- */
-struct special_key {//{{{
-    int qtkey;
-    char_u code0;
-    char_u code1;
-} special_keys[] =
-{
-    {Qt::Key_Up,	'k', 'u'},
-    {Qt::Key_Down,	'k', 'd'},
-    {Qt::Key_Left,	'k', 'l'},
-    {Qt::Key_Right,	'k', 'r'},
-    {Qt::Key_F1,	'k', '1'},
-    {Qt::Key_F2,	'k', '2'},
-    {Qt::Key_F3,	'k', '3'},
-    {Qt::Key_F4,	'k', '4'},
-    {Qt::Key_F5,	'k', '5'},
-    {Qt::Key_F6,	'k', '6'},
-    {Qt::Key_F7,	'k', '7'},
-    {Qt::Key_F8,	'k', '8'},
-    {Qt::Key_F9,	'k', '9'},
-    {Qt::Key_F10,	'k', ';'},
-    {Qt::Key_F11,	'F', '1'},
-    {Qt::Key_F12,	'F', '2'},
-    {Qt::Key_F13,	'F', '3'},
-    {Qt::Key_F14,	'F', '4'},
-    {Qt::Key_F15,	'F', '5'},
-    {Qt::Key_F16,	'F', '6'},
-    {Qt::Key_F17,	'F', '7'},
-    {Qt::Key_F18,	'F', '8'},
-    {Qt::Key_F19,	'F', '9'},
-    {Qt::Key_F20,	'F', 'A'},
-    {Qt::Key_F21,	'F', 'B'},
-    {Qt::Key_F22,	'F', 'C'},
-    {Qt::Key_F23,	'F', 'D'},
-    {Qt::Key_F24,	'F', 'E'},
-    {Qt::Key_F25,	'F', 'F'},
-    {Qt::Key_F26,	'F', 'G'},
-    {Qt::Key_F27,	'F', 'H'},
-    {Qt::Key_F28,	'F', 'I'},
-    {Qt::Key_F29,	'F', 'J'},
-    {Qt::Key_F30,	'F', 'K'},
-    {Qt::Key_F31,	'F', 'L'},
-    {Qt::Key_F32,	'F', 'M'},
-    {Qt::Key_F33,	'F', 'N'},
-    {Qt::Key_F34,	'F', 'O'},
-    {Qt::Key_F35,	'F', 'P'},
-    {Qt::Key_Help,	'%', '1'},
-    //    { Qt::Key_Undo,	'&', '8'}, <= hmmm ?
-    {Qt::Key_BackSpace,	'k', 'b'},
-    {Qt::Key_Insert,	KS_EXTRA, KE_KINS },
-    {Qt::Key_Delete,	KS_EXTRA, KE_KDEL },
-    {Qt::Key_Home,	'K', '1'},
-    {Qt::Key_End,	'K', '4'},
-    {Qt::Key_Prior,	'K', '3'},
-    {Qt::Key_Next,	'K', '5'},
-    {Qt::Key_Print,	'%', '9'},
-
-    {Qt::Key_Plus,	'K', '6'},
-    {Qt::Key_Minus,	'K', '7'},
-    {Qt::Key_Slash,	'K', '8'},
-    {Qt::Key_multiply,	'K', '9'},
-    {Qt::Key_Enter,	'K', 'A'},
-    {Qt::Key_Period,	'K', 'B'},
-
-    {Qt::Key_0,		'K', 'C'},
-    {Qt::Key_1,		'K', 'D'},
-    {Qt::Key_2,		'K', 'E'},
-    {Qt::Key_3,		'K', 'F'},
-    {Qt::Key_4,		'K', 'G'},
-    {Qt::Key_5,		'K', 'H'},
-    {Qt::Key_6,		'K', 'I'},
-    {Qt::Key_7,		'K', 'J'},
-    {Qt::Key_8,		'K', 'K'},
-    {Qt::Key_9,		'K', 'L'},
-
-    /* End of list marker: */
-    {0, 0, 0}
-};//}}}
-
-#ifdef FEAT_CLIENTSERVER
-typedef int (*QX11EventFilter)(XEvent*);
-extern	    QX11EventFilter qt_set_x11_event_filter(QX11EventFilter filter);
-static	    QX11EventFilter oldFilter = 0;
-static int  kvim_x11_event_filter(XEvent* e);
-#endif
-void	    gui_keypress(QKeyEvent *e);
-
-/*
- * Return OK if the key with the termcap name "name" is supported.
- */
-    int
-gui_mch_haskey(char_u * name)//{{{
-{
-    for (int i = 0; special_keys[i].qtkey != 0; i++)
-	if (name[0] == special_keys[i].code0
-					  && name[1] == special_keys[i].code1)
-	    return OK;
-    return FAIL;
-}//}}}
-
-/*
- * custom Frame for drawing ...
- */
-    void
-VimWidget::paintEvent(QPaintEvent *e)//{{{
-{
-    QRect r = e->rect();
-    gui_redraw(r.x(), r.y(), r.width(), r.height());
-}//}}}
-
-    void
-VimWidget::draw_string(int x, int y, QString s, int len, int flags)//{{{
-{
-    gui.current_font->setBold(flags & DRAW_BOLD);
-    gui.current_font->setUnderline(flags & DRAW_UNDERL);
-    gui.current_font->setItalic(flags & DRAW_ITALIC);
-    painter->setBackgroundMode(flags & DRAW_TRANSP
-				      ? Qt::TransparentMode : Qt::OpaqueMode);
-    painter->setFont(*(gui.current_font));
-    painter->drawText(x, y, s, len);
-}//}}}
-
-    void
-VimWidget::mousePressEvent(QMouseEvent *event)//{{{
-{
-    int		button = 0;
-    int		modifiers = 0;
-    ButtonState state = event->state();
-    ButtonState buttons = event->button();
-
-    //Look at button states
-    if (buttons & QMouseEvent::LeftButton)
-	button |= MOUSE_LEFT;
-    if (buttons & QMouseEvent::RightButton)
-	button |= MOUSE_RIGHT;
-    if (buttons & QMouseEvent::MidButton)
-	button |= MOUSE_MIDDLE;
-    //Look for keyboard modifiers
-    if (state & QMouseEvent::ShiftButton)
-	modifiers |= MOUSE_SHIFT;
-    if (state & QMouseEvent::ControlButton)
-	modifiers |= MOUSE_CTRL;
-    if (state & QMouseEvent::AltButton)
-	modifiers |= MOUSE_ALT;
-    gui_send_mouse_event(button, event->x(), event->y(), FALSE, modifiers);
-#if QT_VERSION>=300
-    QByteArray params;
-    QDataStream stream(params, IO_WriteOnly);
-    stream << kapp->dcopClient()->appId() << button << modifiers
-							<< gui.row << gui.col;
-    kapp->dcopClient()->emitDCOPSignal(
-			 "mousePEvent(QCString, int, int, int, int)", params);
-#endif
-    event->accept();
-}//}}}
-
-#if defined(FEAT_SESSION)
-    void
-VimMainWindow::saveGlobalProperties(KConfig *conf)
-{
-    //we write a mksession file to a file written in the user's ~/.kde/share/config/
-    //the name of the file in saved in 'conf'
-    //when restoring app, we source this file
-#if 0 //disabled for release
-    QString filename = KGlobal::dirs()->localkdedir() + KGlobal::dirs()->kde_default("config") + kapp->randomString(10);
-    QString cmd("mksession ");
-    cmd+=filename;
-    do_cmdline_cmd((char_u*)cmd.latin1());
-    conf->writePathEntry("sessionfile", filename);
-    conf->sync();
-#endif
-}
-
-    void
-VimMainWindow::readGlobalProperties (KConfig *conf)
-{
-#if 0
-    QString filename = conf->readPathEntry("sessionfile");
-    if (filename.isNull()) return;
-    QString cmd("source ");
-    cmd+=filename;
-    do_cmdline_cmd((char_u*)cmd.latin1());
-#endif
-}
-#endif
-
-    void
-VimMainWindow::wheelEvent (QWheelEvent *event)//{{{
-{
-    ButtonState state = event->state();
-    int		button = 0;
-    int		modifiers = 0;
-
-    if (event->delta() > 0)
-	button |= MOUSE_4;
-    else button |= MOUSE_5;
-
-    if (state & ShiftButton)
-	modifiers |= MOUSE_SHIFT;
-    if (state & ControlButton)
-	modifiers |= MOUSE_CTRL;
-    if (state & AltButton)
-	modifiers |= MOUSE_ALT;
-
-    gui_send_mouse_event(button, event->x(), event->y(), FALSE, modifiers);
-#if QT_VERSION>=300
-    QByteArray params;
-    QDataStream stream(params, IO_WriteOnly);
-    stream << kapp->dcopClient()->appId() << button << modifiers
-							<< gui.row << gui.col;
-    kapp->dcopClient()->emitDCOPSignal(
-		       "mouseWhlEvent(QCString, int, int, int, int)", params);
-#endif
-    event->accept();
-}//}}}
-
-    void
-VimWidget::mouseDoubleClickEvent(QMouseEvent *event)//{{{
-{
-    ButtonState state = event->state();
-    ButtonState buttons = event->button();
-    int		modifiers = 0;
-    int		button = 0;
-
-    //Look at button states
-    if (buttons & LeftButton)
-	button |= MOUSE_LEFT;
-    if (buttons & RightButton)
-	button |= MOUSE_RIGHT;
-    if (buttons & MidButton)
-	button |= MOUSE_MIDDLE;
-
-    //Look for keyboard modifiers
-    if (state & ShiftButton)
-	modifiers |= MOUSE_SHIFT;
-    if (state & ControlButton)
-	modifiers |= MOUSE_CTRL;
-    if (state & AltButton)
-	modifiers |= MOUSE_ALT;
-
-    gui_send_mouse_event(button, event->x(), event->y(), TRUE, modifiers);
-#if QT_VERSION>=300
-    QByteArray params;
-    QDataStream stream(params, IO_WriteOnly);
-    stream << kapp->dcopClient()->appId() << button << modifiers
-							<< gui.row << gui.col;
-    kapp->dcopClient()->emitDCOPSignal(
-		  "mouseDblClickEvent(QCString, int, int, int, int)", params);
-#endif
-    event->accept();
-}//}}}
-
-    void
-VimWidget::mouseMoveEvent(QMouseEvent *event)//{{{
-{
-    ButtonState state = event->state();
-    int		modifiers = 0;
-    int		button = 0;
-
-    gui_mch_mousehide(FALSE);
-
-    //Look at button states
-    //warning: we use state here, this is important !
-    if (state & QMouseEvent::LeftButton
-	    || state & QMouseEvent::RightButton
-	    || state & QMouseEvent::MidButton)
-	button |= MOUSE_DRAG;
-
-    //Look for keyboard modifiers
-    if (state & ShiftButton)
-	modifiers |= MOUSE_SHIFT;
-    if (state & ControlButton)
-	modifiers |= MOUSE_CTRL;
-    if (state & AltButton)
-	modifiers |= MOUSE_ALT;
-    if (button != MOUSE_DRAG)
-	gui_mouse_moved(event->x(), event->y());
-    else
-	gui_send_mouse_event(MOUSE_DRAG, event->x(), event->y(),
-							    FALSE, modifiers);
-}//}}}
-
-    void
-VimWidget::mouseReleaseEvent(QMouseEvent *event)//{{{
-{
-    ButtonState state = event->state();
-    int		modifiers = 0;
-
-    //Look for keyboard modifiers
-    if (state & ShiftButton)
-	modifiers |= MOUSE_SHIFT;
-    if (state & ControlButton)
-	modifiers |= MOUSE_CTRL;
-    if (state & AltButton)
-	modifiers |= MOUSE_ALT;
-
-    gui_send_mouse_event(MOUSE_RELEASE, event->x(), event->y(),
-							    FALSE, modifiers);
-    event->accept();
-}//}}}
-
-/*
- *  The main widget (everything but toolbar/menubar)
- */
-VimWidget::VimWidget(QWidget *parent, const char *name, WFlags f)//{{{
-    :QWidget(parent, name, f)
-    , DCOPObject("KVim")
-#ifdef FEAT_MZSCHEME
-    , mzscheme_timer_id(-1)
-#endif
-{
-    //to be able to show/hide the cursor when moving the mouse
-    setMouseTracking(true);
-    painter = new QPainter(this);
-
-    setKeyCompression(true);
-    setFocusPolicy(QWidget::StrongFocus);
-    setAcceptDrops(TRUE); // DND
-    blink_state = BLINK_NONE;
-    blink_on_time = 700;
-    blink_off_time = 400;
-    blink_wait_time = 250;
-    connect( &blink_timer, SIGNAL(timeout()), SLOT(blink_cursor()));
-    connect( &wait_timer, SIGNAL(timeout()), SLOT(wait_timeout()));
-    setInputMethodEnabled(true);
-}//}}}
-
-    void
-VimWidget::execNormal(QString command)//{{{
-{
-    QString cmd("execute 'normal ");
-    cmd += command;
-    cmd += "'";
-    QCString unistring = vmw->codec->fromUnicode(cmd);
-    do_cmdline_cmd((char_u *)(const char*)unistring);
-    gui_update_screen();
-}//}}}
-
-    void
-VimWidget::execInsert(QString command)//{{{
-{
-    QString cmd("execute 'normal i");
-    cmd += command;
-    cmd += "'";
-    QCString unistring = vmw->codec->fromUnicode(cmd);
-    do_cmdline_cmd((char_u *)(const char*)unistring);
-    gui_update_screen();
-}//}}}
-
-    void
-VimWidget::execRaw(QString command)//{{{
-{
-    QString cmd("execute '");
-    cmd += command;
-    cmd += "'";
-    QCString unistring = vmw->codec->fromUnicode(cmd);
-    do_cmdline_cmd((char_u *)(const char*)unistring);
-    gui_update_screen();
-}//}}}
-
-    void
-VimWidget::execCmd(QString command)//{{{
-{
-    QCString unistring = vmw->codec->fromUnicode(command);
-    do_cmdline_cmd((char_u *)(const char*)unistring);
-    gui_update_screen();
-}//}}}
-
-    QString
-VimWidget::eval(QString expr)//{{{
-{
-#ifdef FEAT_EVAL
-    QCString unistring = vmw->codec->fromUnicode(expr);
-    QString val((const char *)eval_to_string(
-				     (char_u *)(const char*)unistring, NULL));
-    return val;
-#else
-    return QString::null;
-#endif
-}//}}}
-
-    void
-VimWidget::wait(long wtime)//{{{
-{
-    if (wait_timer.isActive())
-	wait_timer.stop();
-    wait_done = false;
-    wait_timer.start( wtime, true);
-}//}}}
-
-    void
-VimWidget::wait_timeout() //{{{
-{
-    wait_done = true;
-}//}}}
-
-    void
-VimWidget::dragEnterEvent (QDragEnterEvent *e)//{{{
-{
-#if (defined(FEAT_WINDOWS) && defined(HAVE_DROP_FILE)) || defined(PROTO)
-    e->accept(QUriDrag::canDecode(e));
-#else
-    e->ignore();
-#endif
-}//}}}
-
-    void
-VimWidget::dropEvent(QDropEvent *e) // {{{
-{
-#if (defined(FEAT_WINDOWS) && defined(HAVE_DROP_FILE)) || defined(PROTO)
-    QStrList	urls;
-
-    char_u	**fnames;
-    int		redo_dirs = FALSE;
-    int		i;
-    int		n;
-    int		nfiles;
-    int		url = FALSE;
-
-    /* Count how many items there may be and normalize delimiters. */
-
-    if (QUriDrag::decode(e, urls))
-    {
-	n = urls.count();
-	fnames = (char_u **)lalloc((n+1) * sizeof(char_u *), TRUE);
-	nfiles = 0;
-#if QT_VERSION>=300
-	QPtrListIterator<char> it(urls);
-	for (; it.current(); ++it)
-	{
-	    KURL u(*it);
-#else
-	    for (i = 0; i < urls.count(); ++i)
-	    {
-		KURL u(urls.at(i));
-#endif
-		if (!u.isLocalFile())
-		    url = TRUE;
-		else
-		{
-		    fnames[nfiles] = (char_u *)strdup((const char *)u.path());
-		    ++nfiles;
-		}
-	    }
-	    /* Real files (i.e. not http and not ftp) */
-	    if (url == FALSE)
-	    {
-		if (nfiles == 1)
-		{
-		    if (mch_isdir(fnames[0]))
-		    {
-			/* Handle dropping a directory on Vim. */
-			if (mch_chdir((char *)fnames[0]) == 0)
-			{
-			    free(fnames[0]);
-			    fnames[0] = NULL;
-			    redo_dirs = TRUE;
-			}
-		    }
-		}
-		else
-		{
-		    /* Ignore any directories */
-		    for (i = 0; i < nfiles; ++i)
-		    {
-			if (mch_isdir(fnames[i]))
-			{
-			    vim_free(fnames[i]);
-			    fnames[i] = NULL;
-			}
-		    }
-		}
-
-		if (0)
-		{
-		    /* Shift held down, change to first file's directory */
-		    if (fnames[0] != NULL && vim_chdirfile(fnames[0]) == OK)
-			redo_dirs = TRUE;
-		}
-		else
-		{
-		    char_u	dirname[MAXPATHL];
-		    char_u	*s;
-
-		    if (mch_dirname(dirname, MAXPATHL) == OK)
-			for (i = 0; i < nfiles; ++i)
-			    if (fnames[i] != NULL)
-			    {
-				s = shorten_fname(fnames[i], dirname);
-				if (s != NULL && (s = vim_strsave(s)) != NULL)
-				{
-				    vim_free(fnames[i]);
-				    fnames[i] = s;
-				}
-			    }
-		}
-	    }
-
-	    /* Handle the drop, :edit or :split to get to the file */
-	    handle_drop(nfiles, fnames, FALSE);
-
-	    if (redo_dirs)
-		shorten_fnames(TRUE);
-	}
-
-	/* Update the screen display */
-	update_screen(NOT_VALID);
-#ifdef FEAT_MENU
-	gui_update_menus(0);
-#endif
-	setcursor();
-	out_flush();
-	gui_update_cursor(FALSE, FALSE);
-	gui_mch_flush();
-#endif
-} // }}}
-
-    void
-VimWidget::keyPressEvent(QKeyEvent *e) // {{{
-{
-    gui_keypress(e);
-} // }}}
-
-    void
-gui_keypress(QKeyEvent *e) // {{{
-{
-    int		    key = (int)e->key();
-    int		    modifiers = 0, i;
-    uchar	    string[256], string2[256];
-    uchar	    *s, *d;
-    Qt::ButtonState state = e->state();
-
-    QCString unistring = vmw->codec->fromUnicode(e->text());
-    if (unistring.length() > 0)
-	strncpy((char*)string, (const char*)unistring, unistring.length());
-    string[unistring.length()] = 0;
-    int len = unistring.length();
-
-    // ignore certain keys
-    if (key == Qt::Key_Shift
-	    || key == Qt::Key_Alt
-	    || key == Qt::Key_Control
-	    || key == Qt::Key_Meta
-	    || key == Qt::Key_CapsLock
-	    || key == Qt::Key_NumLock
-	    || key == Qt::Key_ScrollLock)
-    {
-	e->ignore();
-	return;
-    }
-
-#ifdef FEAT_MBYTE
-    if (input_conv.vc_type != CONV_NONE)
-    {
-	mch_memmove(string2, string, len);
-	len = convert_input(string2, len, sizeof(string2));
-	s = string2;
-    }
-    else
-#endif
-	s = string;
-    d = string;
-    for (i = 0; i < len; ++i)
-    {
-	*d++ = s[i];
-	if (d[-1] == CSI && d + 2 < string + sizeof(string))
-	{
-	    /* Turn CSI into K_CSI. */
-	    *d++ = KS_EXTRA;
-	    *d++ = (int)KE_CSI;
-	}
-    }
-    len = d - string;
-
-
-    // change shift-tab (backtab) into S_TAB
-    if (key == Qt::Key_BackTab && state & Qt::ShiftButton)
-	key = Qt::Key_Tab;
-
-    // Change C-@ and C-2 in NUL ? Gtk does this
-    if ((key == Qt::Key_2 || key == Qt::Key_At) && state & Qt::ControlButton)
-    {
-	string[0] = NUL;
-	len = 1;
-    }
-    else if (len == 0 && (key == Qt::Key_Space || key == Qt::Key_Tab))
-    {
-	/* When there are modifiers, these keys get zero length; we need the
-	 * original key here to be able to add a modifier below. */
-	string[0] = (key & 0xff);
-	len = 1;
-    }
-    /* Check for Alt/Meta key (Mod1Mask), but not for a BS, DEL or character
-     * that already has the 8th bit set.
-     * Don't do this for <S-M-Tab>, that should become K_S_TAB with ALT. */
-    if (len == 1
-	    && (key != Qt::Key_BackSpace && key != Qt::Key_Delete)
-	    && (string[0] & 0x80) == 0
-	    && (state & Qt::AltButton)
-	    && !(key == Qt::Key_Tab && (state & Qt::ShiftButton)))
-    {
-	string[0] |= 0x80;
-#ifdef FEAT_MBYTE
-	if (enc_utf8) // convert to utf-8
-	{
-	    string[1] = string[0] & 0xbf;
-	    string[0] = ((unsigned)string[0] >> 6) + 0xc0;
-	    if (string[1] == CSI)
-	    {
-		string[2] = KS_EXTRA;
-		string[3] = (int)KE_CSI;
-		len = 4;
-	    }
-	    else
-		len = 2;
-	}
-#endif
-    }
-
-    /* Check for special keys, making sure BS and DEL are recognised. */
-    if (len == 0 || key == Qt::Key_BackSpace || key == Qt::Key_Delete)
-    {
-	while (special_keys[i].qtkey != 0 && special_keys[i].qtkey != key)
-	    i++;
-	if (special_keys[i].qtkey != 0)
-	{
-	    string[0] = CSI;
-	    string[1] = special_keys[i].code0;
-	    string[2] = special_keys[i].code1;
-	    len = -3;
-	}
-/*
-	for (i = 0; special_keys[i].qtkey != 0 ; i++)
-	{
-	    if (special_keys[i].qtkey == key )
-	    {
-		string[0] = CSI;
-		string[1] = special_keys[i].code0;
-		string[2] = special_keys[i].code1;
-		len = -3;
-		break;
-	    }
-	}*/
-    }
-
-    if (len == 0)
-    {
-	//no need to dump that, that's a QT problem, we can't do anything
-	//dbf("Unrecognised Key : %X %s", key, e->text().latin1());
-	e->ignore();
-	return;
-    }
-
-
-    /* Special keys (and a few others) may have modifiers */
-    if (len == -3
-	    || key == Qt::Key_Space
-	    || key == Qt::Key_Tab
-	    || key == Qt::Key_Return
-	    || key == Qt::Key_Enter
-	    || key == Qt::Key_Escape)
-    {
-	modifiers = 0;
-	if (state & Qt::ShiftButton)
-	    modifiers |= MOD_MASK_SHIFT;
-	if (state & Qt::ControlButton)
-	    modifiers |= MOD_MASK_CTRL;
-	if (state & Qt::AltButton)
-	    modifiers |= MOD_MASK_ALT;
-
-	/*
-	 * For some keys a shift modifier is translated into another key
-	 * code. Do we need to handle the case where len != 1 and
-	 * string[0] != CSI?
-	 */
-	if (len == -3)
-	    key = TO_SPECIAL(string[1], string[2]);
-	else
-	    key = string[0];
-
-	key = simplify_key(key, &modifiers);
-	if (key == CSI)
-	    key = K_CSI;
-
-	if (IS_SPECIAL(key))
-	{
-	    string[0] = CSI;
-	    string[1] = K_SECOND(key);
-	    string[2] = K_THIRD(key);
-	    len = 3;
-	}
-	else
-	{
-	    string[0] = key;
-	    len = 1;
-	}
-
-	if (modifiers != 0)
-	{
-	    uchar string2[10];
-	    string2[0] = CSI;
-	    string2[1] = KS_MODIFIER;
-	    string2[2] = modifiers;
-	    add_to_input_buf(string2, 3);
-	}
-
-    } /* special keys */
-
-    if (len == 1 && ((string[0] == Ctrl_C && ctrl_c_interrupts)
-			  || (string[0] == intr_char && intr_char != Ctrl_C)))
-    {
-	trash_input_buf();
-	got_int = TRUE;
-    }
-
-    add_to_input_buf(string, len);
-    if (p_mh)
-	gui_mch_mousehide(TRUE);
-
-    //DCOP Embedding stuff
-    //if we are here then the user has type something in the window, thus we can easily imagine that :
-    // 1 - text has changed (emit textChanged())
-    // 2 - characters were interactively inserted (emit charactersInteractivelyInserted())
-    // 3 - cursor position has changed ( emit cursorPositionChanged() )
-    // 4 - selection has changed ? dunno yet //XXX
-    // 5 - undo changed too ? (each character typed in makes the undo changes anyway)
-    // conclusion : this makes a lot of things to send to the vim kpart, maybe too much
-    // for now i'll just send : keyboardEvent to the kpart with the event string as parameter,
-    // with current current position
-    // i'll do the same for mouseEvents
-#if QT_VERSION>=300
-    QByteArray params;
-    QDataStream stream(params, IO_WriteOnly);
-    stream << kapp->dcopClient()->appId() << unistring << gui.row << gui.col;
-    kapp->dcopClient()->emitDCOPSignal(
-		       "keyboardEvent(QCString, QCString, int, int)", params);
-#endif
-    e->ignore();
-} // }}}
-
-#ifdef FEAT_CLIENTSERVER
-    void
-VimWidget::serverActivate(WId id) //{{{
-{
-    if (serverName == NULL && serverDelayedStartName != NULL)
-    {
-	commWindow = id;
-	(void)serverRegisterName(qt_xdisplay(), serverDelayedStartName);
-    }
-    else
-	serverChangeRegisteredWindow( qt_xdisplay(), id);
-}//}}}
-#endif
-
-#ifdef FEAT_XIM
-
-static int preedit_buf_len = 0;
-static int im_preedit_cursor = 0;
-static int im_preedit_trailing = 0;
-
-    static void
-im_delete_preedit(void)
-{
-    char_u bskey[]  = {CSI, 'k', 'b'};
-    char_u delkey[] = {CSI, 'k', 'D'};
-
-    if (State & NORMAL)
-    {
-	im_preedit_cursor = 0;
-	return;
-    }
-    for (; im_preedit_cursor > 0; --im_preedit_cursor)
-	add_to_input_buf(bskey, (int)sizeof(bskey));
-
-    for (; im_preedit_trailing > 0; --im_preedit_trailing)
-	add_to_input_buf(delkey, (int)sizeof(delkey));
-}
-
-    void
-im_set_position(int row, int col)
-{
-    vmw->w->setMicroFocusHint(
-	    TEXT_X(gui.col),
-	    TEXT_Y(gui.row), 0, 0, TRUE, &vmw->w->font());
-}
-
-    int
-im_is_preediting()
-{
-    return (preedit_start_col != MAXCOL);
-}
-
-    int
-im_get_feedback_attr(int col)
-{
-    if (draw_feedback != NULL && col < preedit_buf_len)
-    {
-	if (draw_feedback[col] & XIMReverse)
-	    return HL_INVERSE;
-	else if (draw_feedback[col] & XIMUnderline)
-	    return HL_UNDERLINE;
-	else
-	    return hl_attr(HLF_V);
-    }
-
-    return -1;
-}
-
-    void
-VimWidget::imStartEvent(QIMEvent *e)
-{
-    if (State & CMDLINE)
-	preedit_start_col = cmdline_getvcol_cursor();
-    else if (curwin != NULL)
-	getvcol(curwin, &curwin->w_cursor, &preedit_start_col, NULL, NULL);
-    xic = (XIC)!NULL;
-    e->accept();
-}
-
-    void
-VimWidget::imEndEvent(QIMEvent *e)
-{
-    uchar string[256];
-
-    im_delete_preedit();
-
-    QCString unistring = vmw->codec->fromUnicode(e->text());
-    if (unistring.length() > 0)
-	strncpy((char*)string, (const char*)unistring, unistring.length());
-    string[unistring.length()] = 0;
-    int len = unistring.length();
-
-    add_to_input_buf_csi(string, len);
-    im_preedit_cursor = 0;
-    im_preedit_trailing = 0;
-    preedit_start_col = MAXCOL;
-    preedit_buf_len = 0;
-    if (draw_feedback)
-    {
-	free(draw_feedback);
-	draw_feedback = NULL;
-    }
-    xic = 0;
-    e->accept();
-}
-
-    void
-VimWidget::imComposeEvent(QIMEvent *e)
-{
-    uchar string[256];
-    char_u backkey[] = {CSI, 'k', 'l'};
-
-    im_delete_preedit();
-
-    if (State & NORMAL)
-    {
-	im_preedit_cursor = 0;
-	return;
-    }
-
-    QCString unistring = vmw->codec->fromUnicode(e->text());
-    if (unistring.length() > 0)
-	strncpy((char*)string, (const char*)unistring,unistring.length());
-    string[unistring.length()] = 0;
-    int len = unistring.length();
-    add_to_input_buf_csi(string, len);
-
-    preedit_buf_len = e->text().length();
-    if (draw_feedback == NULL)
-	draw_feedback = (char *)alloc(preedit_buf_len);
-    else
-	draw_feedback = (char *)realloc(draw_feedback, preedit_buf_len);
-    preedit_end_col = preedit_start_col;
-
-    char_u *p = string;
-    for (int n = 0; n < preedit_buf_len; n++)
-    {
-	if (n < e->cursorPos() || n >= e->cursorPos() + e->selectionLength())
-	    draw_feedback[n] = XIMUnderline;
-	else
-	    draw_feedback[n] = XIMReverse;
-	preedit_end_col += (*mb_ptr2cells)(p);
-	p += (*mb_ptr2len)(p);
-    }
-    im_preedit_cursor = e->cursorPos();
-    im_preedit_trailing = preedit_buf_len - im_preedit_cursor;
-
-#  ifdef FEAT_RIGHTLEFT
-    if ((State & CMDLINE) == 0 && curwin != NULL && curwin->w_p_rl)
-	backkey[2] = 'r';
-#  endif
-    for (int n = 0; n < im_preedit_trailing; n++)
-	add_to_input_buf(backkey, (int)sizeof(backkey));
-
-    e->accept();
-}
-#endif
-
-
-    void
-VimMainWindow::lock()
-{
-    locked = true;
-}
-
-    void
-VimMainWindow::unlock()
-{
-    locked = false;
-}
-
-    bool
-VimMainWindow::isLocked()
-{
-    return locked;
-}
-
-// ->resize VimWidget if not locked
-//
-    void
-VimMainWindow::resizeEvent(QResizeEvent *e) //{{{
-{
-    if (vmw->isLocked())
-	return;
-    //remove toolbar and menubar height
-    int height = e->size().height();
-    int width = e->size().width();
-
-    if (vmw->menuBar()->isVisible() && vmw->menuBar()->isEnabled()
-#if QT_VERSION>=300
-	    && !vmw->menuBar()->isTopLevelMenu()
-#endif
-	    )
-	height -= vmw->menuBar()->height();
-#ifdef FEAT_TOOLBAR
-    if (vmw->toolBar()->isVisible() && vmw->toolBar()->isEnabled()
-	    && (vmw->toolBar()->barPos() == KToolBar::Top
-		|| vmw->toolBar()->barPos() == KToolBar::Bottom))
-	height -= vmw->toolBar()->height();
-
-    if (vmw->toolBar()->isVisible() && vmw->toolBar()->isEnabled()
-	    && (vmw->toolBar()->barPos() == KToolBar::Left
-		|| vmw->toolBar()->barPos() == KToolBar::Right))
-	width -= vmw->toolBar()->width();
-#endif
-    height = ((int)(height/gui.char_height))*gui.char_height;
-    if (!vmw->isLocked())
-	gui_resize_shell(width, height);
-}//}}}
-
-    void
-VimWidget::focusInEvent(QFocusEvent *fe) // {{{
-{
-    gui_focus_change(true);
-
-    if (blink_state == BLINK_NONE)
-	gui_mch_start_blink();
-} // }}}
-
-    void
-VimWidget::focusOutEvent(QFocusEvent *fe)//{{{
-{
-    gui_focus_change(false);
-
-    if (blink_state != BLINK_NONE)
-	gui_mch_stop_blink();
-}//}}}
-
-    void
-VimWidget::set_blink_time(long wait, long on, long off)//{{{
-{
-    blink_wait_time = wait;
-    blink_on_time = on;
-    blink_off_time = off;
-}//}}}
-
-    void
-VimWidget::start_cursor_blinking()//{{{
-{
-    if (blink_timer.isActive())
-	blink_timer.stop();
-
-    /* Only switch blinking on if none of the times is zero */
-    if (blink_wait_time && blink_on_time && blink_off_time && gui.in_focus)
-    {
-	blink_state = BLINK_ON;
-	gui_update_cursor(TRUE, FALSE);
-	// The first blink appears after wait_time
-	blink_timer.start( blink_wait_time, true);
-    }
-}//}}}
-
-    void
-VimWidget::blink_cursor()//{{{
-{
-    if (blink_state == BLINK_ON)
-    {
-	// set cursor off
-	gui_undraw_cursor();
-	blink_state = BLINK_OFF;
-	blink_timer.start( blink_off_time, true);
-    }
-    else
-    {
-	// set cursor on
-	gui_update_cursor(TRUE, FALSE);
-	blink_state = BLINK_ON;
-	blink_timer.start( blink_on_time, true);
-    }
-}//}}}
-
-    void
-VimWidget::stop_cursor_blinking()//{{{
-{
-    if (blink_timer.isActive())
-	blink_timer.stop();
-
-    if (blink_state == BLINK_OFF)
-	gui_update_cursor(TRUE, FALSE);
-
-    blink_state = BLINK_NONE;
-}//}}}
-
-#ifdef FEAT_MZSCHEME
-    void
-VimWidget::timerEvent(QTimerEvent * evnt)//{{{
-{
-    if (evnt->timerId() == mzscheme_timer_id)
-	timer_proc();
-}//}}}
-
-    void
-VimWidget::enable_mzscheme_threads()//{{{
-{
-    mzscheme_timer_id = startTimer(p_mzq);
-}//}}}
-
-    void
-VimWidget::disable_mzscheme_threads()//{{{
-{
-    killTimer(mzscheme_timer_id);
-}//}}}
-#endif
-
-    void
-VimWidget::flash()//{{{
-{
-    QPainter p(this);
-
-    p.setRasterOp(Qt::XorROP);
-    p.fillRect(geometry(), QColor(0xFF, 0xFF, 0xFF));
-    p.flush();
-    //FIXME: Make this a little smarter. Maybe add a timer or something
-    usleep(19000);
-    p.fillRect(geometry(), QColor(0xFF, 0xFF, 0xFF));
-    p.flush();
-    p.end();
-}//}}}
-
-
-/*
- *  The main Window
- */
-VimMainWindow::VimMainWindow(const char *name , WFlags f)//{{{
-	:KMainWindow(0L, name, f)
-{
-#ifdef FEAT_CLIENTSERVER
-    oldFilter = qt_set_x11_event_filter(kvim_x11_event_filter);
-#endif
-    if (echo_wid_arg == 1)
-    {
-	fprintf(stderr, "WID: %ld\n", (long)winId());
-	fflush(stderr);
-    }
-
-    w = new VimWidget(this, "main vim widget");
-    gui.w = w;
-    setFocusProxy(w);
-    w->setFocus();
-    have_tearoff = 0;
-
-    finddlg = new KEdFind(this, 0, false);
-    repldlg = new KEdReplace(this, 0, false);
-    QObject::connect(finddlg, SIGNAL(search()), this, SLOT(slotSearch()));
-    QObject::connect(repldlg, SIGNAL(find()), this, SLOT(slotFind()));
-    QObject::connect(repldlg, SIGNAL(replace()), this, SLOT(slotReplace()));
-    QObject::connect(repldlg, SIGNAL(replaceAll()), this,
-						      SLOT(slotReplaceAll()));
-
-#ifdef FEAT_TOOLBAR
-    connect(toolBar(), SIGNAL(clicked(int)), this, SLOT(menu_activated(int)));
-#endif
-#ifdef FEAT_CLIENTSERVER
-    w->serverActivate(winId());
-
-    if (serverName != NULL)
-	kapp->dcopClient()->registerAs(QCString((const char*)serverName),
-								       false);
-    else if (serverDelayedStartName != NULL)
-	kapp->dcopClient()->registerAs(
-			QCString((const char*)serverDelayedStartName), false);
-    else if (argServerName != NULL)
-	kapp->dcopClient()->registerAs(argServerName->utf8(), false);
-#else
-    if (argServerName != NULL)
-	kapp->dcopClient()->registerAs(argServerName->utf8(), false);
-#endif
-    QXEmbed::initialize();
-
-}//{{{
-
-    bool
-VimMainWindow::queryClose()//{{{
-{
-    gui_shell_closed();
-    return true;
-}//}}}
-
-    bool
-VimMainWindow::queryExit()//{{{
-{
-    return true;
-}//}}}
-
-    void
-VimMainWindow::menu_activated(int dx)//{{{
-{
-#ifdef FEAT_MENU
-    if (!dx)	// tearoff
-	return;
-    gui_mch_set_foreground();
-    gui_menu_cb((VimMenu *)dx);
-#endif
-}//}}}
-
-
-    void
-VimMainWindow::clipboard_selection_update()//{{{
-{
-    if (kapp->clipboard()->ownsSelection())
-	clip_own_selection(&clip_star);
-    else
-	clip_lose_selection(&clip_star);
-}//}}}
-
-    void
-VimMainWindow::clipboard_data_update()//{{{
-{
-#if QT_VERSION>=300
-    if (kapp->clipboard()->ownsClipboard())
-	clip_own_selection(&clip_plus);
-    else
-	clip_lose_selection(&clip_plus);
-#else
-    if (kapp->clipboard()->ownsSelection())
-	clip_own_selection(&clip_star);
-    else
-	clip_lose_selection(&clip_star);
-#endif
-}//}}}
-
-    void
-VimMainWindow::slotSearch()//{{{
-{
-    QString	find_text;
-    bool	direction_down = TRUE;
-    bool	casesensitive = TRUE;
-    int		flags = FRD_FINDNEXT;
-
-    find_text = finddlg->getText();
-    direction_down = !(finddlg->get_direction());
-    casesensitive = finddlg->case_sensitive();
-    //    if (casesensitive) find_text = "\\C" + find_text;
-    //    else find_text = "\\c" + find_text;
-    if (casesensitive)
-	flags |= FRD_MATCH_CASE;
-    QCString unistring = vmw->codec->fromUnicode(find_text);
-    gui_do_findrepl(flags, (char_u *)(const char *)unistring, NULL,
-							 (int)direction_down);
-}//}}}
-
-    void
-VimMainWindow::slotFind()//{{{
-{
-    QString	find_text;
-    bool	direction_down = TRUE;
-    bool	casesensitive = TRUE;
-    int		flags = FRD_R_FINDNEXT;
-
-    find_text = repldlg->getText();
-    direction_down = !(repldlg->get_direction());
-    casesensitive = repldlg->case_sensitive();
-    //    if (casesensitive) find_text = "\\C" + find_text;
-    //    else find_text = "\\c" + find_text;
-    if (casesensitive) flags |= FRD_MATCH_CASE;
-
-    QCString unistring = vmw->codec->fromUnicode(find_text);
-    gui_do_findrepl(flags, (char_u *)(const char *)unistring, NULL,
-							 (int)direction_down);
-}//}}}
-
-    void
-VimMainWindow::slotReplace()//{{{
-{
-    QString	find_text;
-    QString     repl_text;
-    bool	direction_down = TRUE;
-    bool	casesensitive = TRUE;
-    int		flags = FRD_REPLACE;
-
-    find_text = repldlg->getText();
-    repl_text = repldlg->getReplaceText();
-    direction_down = !(repldlg->get_direction());
-    //if (casesensitive) find_text = "\\C" + find_text;
-    //else find_text = "\\c" + find_text;
-    if (casesensitive) flags |= FRD_MATCH_CASE;
-
-    QCString unistring = vmw->codec->fromUnicode(find_text);
-    QCString unistring2 = vmw->codec->fromUnicode(repl_text);
-    gui_do_findrepl(flags, (char_u *)(const char *)unistring,
-		      (char_u *)(const char*)unistring2, (int)direction_down);
-}//}}}
-
-    void
-VimMainWindow::slotReplaceAll()//{{{
-{
-    QString	find_text;
-    QString     repl_text;
-    bool	direction_down = TRUE;
-    bool	casesensitive = TRUE;
-    int		flags = FRD_REPLACEALL;
-
-    find_text = repldlg->getText();
-    repl_text = repldlg->getReplaceText();
-    direction_down = !(repldlg->get_direction());
-    casesensitive = repldlg->case_sensitive();
-    //    if (casesensitive) find_text = "\\C" + find_text;
-    //    else find_text = "\\c" + find_text;
-    if (casesensitive)
-	flags |= FRD_MATCH_CASE;
-    QCString unistring = vmw->codec->fromUnicode(find_text);
-    QCString unistring2 = vmw->codec->fromUnicode(repl_text);
-    gui_do_findrepl(flags, (char_u *)(const char *)unistring,
-		      (char_u *)(const char*)unistring2, (int)direction_down);
-}//}}}
-
-    void
-VimMainWindow::showAboutKDE()
-{
-    KAboutKDE *kde = new KAboutKDE(this);
-    kde->show();
-}
-
-    void
-VimMainWindow::showAboutApplication()//{{{
-{
-    KAboutData *aboutData = new KAboutData(
-	    "kvim"
-	    , I18N_NOOP("KVim")
-	    , VIM_VERSION_SHORT
-	    , I18N_NOOP("Vim in a KDE interface")
-	    , 0
-	    , "(c) Vim Team, \":help credits\" for more infos.\nType \":help iccf\" to see how you can help the children in Uganda"
-	    , 0l
-	    , "http://freehackers.org/kvim"
-	    , "kvim-dev@freenux.org"
-	    );
-
-    aboutData->addAuthor("Bram Moolenaar",
-	    I18N_NOOP("Main vim author"),
-	    "Bram@vim.org",
-	    "http://www.vim.org/");
-    aboutData->addAuthor("Thomas Capricelli",
-	    I18N_NOOP("KDE porting"),
-	    "orzel@freehackers.org",
-	    "http://orzel.freehackers.org");
-    aboutData->addAuthor("Philippe Fremy",
-	    I18N_NOOP("KDE porting"),
-	    "pfremy@chez.com",
-	    "http://www.freehackers.org/kvim");
-    aboutData->addAuthor("Mark Westcott",
-	    I18N_NOOP("Qtopia porting, maintainer of the Qtopia part"),
-	    "mark@houseoffish.org",
-	    "http://houseoffish.org");
-    aboutData->addAuthor("Mickael Marchand",
-	    I18N_NOOP("KDE porting, maintainer"),
-	    "marchand@kde.org",
-	    "http://freenux.org");
-    aboutData->addAuthor("Many other people",
-	    I18N_NOOP("type :help credits for more infos")
-	    );
-    aboutData->addCredit("Vince Negri",
-	    I18N_NOOP("Antialiasing support, Color fixes"),
-	    "vnegri@asl-electronics.co.uk");
-    aboutData->addCredit("Malte Starostik",
-	    I18N_NOOP("Patch for performance improvement"),
-	    "malte@kde.org");
-    aboutData->addCredit("Mark Stosberg",
-	    I18N_NOOP("Provided a FreeBSD box to debug KVim on BSD"),
-	    "mark@summersault.com"
-	    );
-    aboutData->addCredit("Henrik Skott",
-	    I18N_NOOP("Font patch when KDE not configured"),
-	    "henrik.skott@hem.utfors.se"
-	    );
-    aboutData->addCredit("Kailash Sethuraman",
-	    I18N_NOOP("NetBSD configure/compilation fixes")
-	    );
-    aboutData->setLicenseText(
-"KVim as an extension of Vim follows Vim license.\n\
-You can read it with \":help license\"\n\
-Or read the file $VIMRUNTIME/doc/uganda.txt.");
-
-    KAboutApplication *about = new KAboutApplication(aboutData);
-    about->show();
-}//}}}
-
-    void
-VimMainWindow::showTipOfTheDay()
-{
-#if QT_VERSION>=300
-    KTipDialog::showTip(vmw, QString::null, true);
-#endif
-}
-
-    void
-VimMainWindow::buffersToolbar()
-{
-
-}
-
-    void
-VimMainWindow::showBugReport()
-{
-    KBugReport *bug= new KBugReport(this, true);
-    bug->show();
-}
-
-/*
- *   Vim Dialog
- *
- * Returns:
- *  0: Cancel
- *  1- : nb of the pressed button
- */
-
-VimDialog::VimDialog(int type,		/* type of dialog *///{{{
-	char_u * title,		/* title of dialog */
-	char_u * message,	/* message text */
-	char_u * buttons,	/* names of buttons */
-	int def_but,		/* default button */
-	char_u *textfield)	/* input field */
-    :QDialog(vmw, "vim generic dialog", true), // true is for "modal"
-    mapper(this, "dialog signal mapper")
-{
-    /*
-     * Create Icon
-     */
-    char ** icon_data;
-    switch (type)
-    {
-	case VIM_GENERIC:
-	    icon_data = generic_xpm;
-	    break;
-	case VIM_ERROR:
-	    icon_data = error_xpm;
-	    break;
-	case VIM_WARNING:
-	    icon_data = alert_xpm;
-	    break;
-	case VIM_INFO:
-	    icon_data = info_xpm;
-	    break;
-	case VIM_QUESTION:
-	    icon_data = quest_xpm;
-	    break;
-	default:
-	    icon_data = generic_xpm;
-    };
-    QLabel * icon = new QLabel(this);
-    icon->setPixmap(QPixmap((const char **) icon_data));
-    icon->setFixedSize(icon->sizeHint());
-
-    QLabel * text = new QLabel(QSTR(message), this);
-    text->setAlignment(AlignHCenter | AlignVCenter | ExpandTabs);
-
-    QStringList buttonText = QStringList::split(DLG_BUTTON_SEP, QSTR(buttons));
-    int butNb = buttonText.count();
-
-    /*
-     *  Layout
-     */
-
-    QVBoxLayout * vly = new QVBoxLayout(this, 5, 5);
-    QHBoxLayout * hly1 = new QHBoxLayout(vly, 5);
-    hly1->addWidget(icon);
-    hly1->addWidget(text);
-    QHBoxLayout * hly3 = new QHBoxLayout(vly , 5);
-    if (textfield != NULL)
-    {
-	entry = new QLineEdit(QSTR(textfield), this);
-	entry->setText(QSTR(textfield));
-	hly3->addWidget(entry);
-	ret = textfield;
-    }
-    else
-	entry = NULL;
-
-    QHBoxLayout * hly2 = new QHBoxLayout(vly, 15);
-    QString s;
-    QPushButton * pushButton = 0L;
-    for (int i = 0; i<butNb; i++)
-    {
-	s = buttonText[i];
-	pushButton = new QPushButton(s, this);
-	if (s.find('&') != -1)
-	    pushButton->setAccel(s.at(s.find('&') + 1).latin1());
-
-	hly2->addWidget(pushButton);
-	if (i == def_but - 1)
-	{
-	    pushButton->setDefault(true);
-	    pushButton->setAutoDefault(true);
-	    setResult(i + 1);
-	}
-	connect(pushButton, SIGNAL(clicked()), &mapper, SLOT(map()));
-	mapper.setMapping(pushButton, i + 1);
-    }
-    connect(&mapper, SIGNAL(mapped(int)), this, SLOT(done(int)));
-
-    setCaption(QSTR(title));
-
-    vly->activate();
-}//}}}
-
-    void
-VimDialog::done(int r)
-{
-    if (entry != NULL)
-    {
-	if (r)
-	{
-	   QCString unistring = vmw->codec->fromUnicode(entry->text());
-	   STRCPY(ret, (const char*)unistring);
-	}
-	else
-	    *ret = NUL;
-    }
-    QDialog::done(r);
-}
-
-/*
- * ScrollBar pool handling
- */
-SBPool::SBPool(void)//{{{
-    :mapper(this, "SBPool signal mapper")
-{
-    connect(&mapper, SIGNAL(mapped(int)), this, SLOT(sbUsed(int)));
-}//}}}
-
-
-    void
-SBPool::create(GuiScrollbar * sb, int orient)//{{{
-{
-    switch(orient)
-    {
-	case SBAR_HORIZ:
-	    sb->w = new QScrollBar(QScrollBar::Horizontal, vmw);
-	    break;
-	case SBAR_VERT:
-	    sb->w = new QScrollBar(QScrollBar::Vertical, vmw);
-	    break;
-	default:
-	    sb->w = 0;
-	    return;
-    }
-
-    connect(sb->w, SIGNAL(valueChanged(int)), &mapper, SLOT(map()));
-    mapper.setMapping(sb->w, (long)sb);
-}//}}}
-
-
-    void
-SBPool::sbUsed(int who)//{{{
-{
-    GuiScrollbar *sb = (GuiScrollbar*)who;
-    gui_drag_scrollbar(sb, sb->w->value(), FALSE);
-}//}}}
-
-
-    void
-SBPool::destroy(GuiScrollbar *sb)//{{{
-{
-    if (!sb->w)
-	return;
-
-    delete sb->w;
-    sb->w = 0;
-}//}}}
-
-#ifdef FEAT_CLIENTSERVER
-    static int
-kvim_x11_event_filter(XEvent* e)//{{{
-{
-    if (e->xproperty.type == PropertyNotify
-	    && e->xproperty.atom == commProperty
-	    && e->xproperty.window == commWindow
-	    && e->xproperty.state == PropertyNewValue)
-	serverEventProc(qt_xdisplay(), e);
-
-    if (oldFilter)
-	return oldFilter( e );
-    return FALSE;
-}//}}}
-#endif
-
-//add some QT 3 fonts usefull functions
-#if QT_VERSION<300
-    QString
-KVimUtils::toString(QFont *f)
-{
-    QStringList l;
-    l.append(f->family());
-    l.append(QString::number(f->pointSize()));
-    l.append(QString::number(f->pixelSize()));
-    l.append(QString::number((int)f->styleHint()));
-    l.append(QString::number(f->weight()));
-    l.append(QString::number((int)f->italic()));
-    l.append(QString::number((int)f->underline()));
-    l.append(QString::number((int)f->strikeOut()));
-    l.append(QString::number((int)f->fixedPitch()));
-    l.append(QString::number((int)f->rawMode()));
-    return l.join(",");
-}
-
-    bool
-KVimUtils::fromString(QFont *f, QString descrip)
-{
-   QStringList l(QStringList::split(',', descrip));
-
-    int count = l.count();
-    if (count != 10 && count != 9)
-	return FALSE;
-
-    f->setFamily(l[0]);
-    f->setPointSize(l[1].toInt());
-    if (count == 9)
-    {
-	f->setStyleHint((QFont::StyleHint) l[2].toInt());
-	f->setWeight(l[3].toInt());
-	f->setItalic(l[4].toInt());
-	f->setUnderline(l[5].toInt());
-	f->setStrikeOut(l[6].toInt());
-	f->setFixedPitch(l[7].toInt());
-	f->setRawMode(l[8].toInt());
-    }
-    else
-    {
-	f->setPixelSize(l[2].toInt());
-	f->setStyleHint((QFont::StyleHint) l[3].toInt());
-	f->setWeight(l[4].toInt());
-	f->setItalic(l[5].toInt());
-	f->setUnderline(l[6].toInt());
-	f->setStrikeOut(l[7].toInt());
-	f->setFixedPitch(l[8].toInt());
-	f->setRawMode(l[9].toInt());
-    }
-    return TRUE;
-}
-#endif
-
-    QString
-KVimUtils::convertEncodingName(QString name)
-{
-    if (name.startsWith("ucs") || name.startsWith("utf-16"))
-	return QString("utf16");
-    if (name == "cp950")
-	return QString("Big5");
-    return QString();
-}
deleted file mode 100644
--- a/src/gui_kde_wid.h
+++ /dev/null
@@ -1,258 +0,0 @@
-/* vi:set ts=8 sts=0 sw=8:
- *
- * VIM - Vi IMproved		by Bram Moolenaar
- *
- * Do ":help uganda"  in Vim to read copying and usage conditions.
- * Do ":help credits" in Vim to see a list of people who contributed.
- */
-
-/*
- * Porting to KDE(2) was done by
- *
- *  (C) 2000 by Thomas Capricelli <orzel@freehackers.org>
- *
- *  Please visit http://freehackers.org/kvim for other vim- or
- *  kde-related coding.
- *
- *  $Id$
- *
- */
-
-#ifndef GUI_KDE_WIDGET
-#define GUI_KDE_WIDGET
-
-#if 1
-#define dbf( format, args... ) { printf( "%s" " : " format "\n" , __FUNCTION__ , ## args ); fflush(stdout); }
-#define db()       { printf( "%s\n", __FUNCTION__ );fflush(stdout); }
-#else
-#define dbf(format, args... )
-#define db()
-#endif
-
-#define UNIX	    // prevent a warning : a symbol is defined twice in X and Qt
-
-#include <qdialog.h>
-#include <qlabel.h>
-#include <qsignalmapper.h>
-#include <qtimer.h>
-#include <qmainwindow.h>
-#include <qapplication.h>
-#include <qevent.h>
-#include <qlineedit.h>
-#include <qpainter.h>
-#include <qwidget.h>
-#include <qpopupmenu.h>
-#include <klocale.h>
-#include <kapp.h>
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
-#include <keditcl.h>
-#include <kaboutdata.h>
-#if (KDE_VERSION>=290)
-#include <kmainwindow.h>
-#else
-#include <ktmainwindow.h>
-#endif
-#include <kparts/part.h>
-#include <kurl.h>
-#include "kvim_iface.h"
-
-#undef UNIX	    // prevent a warning
-extern "C" {
-#include "vim.h"
-}
-
-class QPushButton;
-class QDialog;
-class QLineEdit;
-class QSignalMapper;
-class QPaintEvent;
-
-enum BlinkState
-{
-	BLINK_NONE,
-	BLINK_ON,
-	BLINK_OFF
-};
-
-class VimWidget : public QWidget, virtual public KVim
-{
-	Q_OBJECT
-
-public:
-	VimWidget(QWidget *parent = 0, const char *name = 0, WFlags f = 0);
-	virtual void paintEvent(QPaintEvent *);
-	void	draw_string(int x, int y, QString s, int len, int flags);
-
-	/** Init the blinking time */
-	void set_blink_time(long, long, long);
-	void start_cursor_blinking();
-	void stop_cursor_blinking();
-	void wait(long);
-#ifdef FEAT_CLIENTSERVER
-	void serverActivate(WId id);
-#endif
-#ifdef FEAT_MZSCHEME
-	void enable_mzscheme_threads();
-	void disable_mzscheme_threads();
-#endif
-	void flash();
-
-	/** DCOP */
-	void execNormal(QString command);
-	void execInsert(QString command);
-	void execRaw(QString command);
-	void execCmd(QString command);
-	QString eval(QString expr);
-
-	bool wait_done;
-	BlinkState blink_state;
-	QPainter *painter;
-	QPopupMenu *menu;
-	virtual void setMicroFocusHint(int x, int y, int w, int h, bool text=TRUE, QFont *f = 0)
-	{
-	    QWidget::setMicroFocusHint(x, y, w, h, text, f);
-	}
-
-protected:
-	virtual void keyPressEvent(QKeyEvent *);
-	virtual void mousePressEvent(QMouseEvent *);
-	virtual void mouseDoubleClickEvent(QMouseEvent *);
-	virtual void mouseReleaseEvent(QMouseEvent *);
-	virtual void mouseMoveEvent(QMouseEvent *);
-	virtual void focusInEvent(QFocusEvent *);
-	virtual void focusOutEvent(QFocusEvent *);
-	virtual void dragEnterEvent(QDragEnterEvent *);
-	virtual void dropEvent(QDropEvent *);
-#ifdef FEAT_XIM
-	virtual void imStartEvent(QIMEvent *);
-	virtual void imEndEvent(QIMEvent *);
-	virtual void imComposeEvent(QIMEvent *);
-#endif
-#ifdef FEAT_MZSCHEME
-	virtual void timerEvent(QTimerEvent *);
-#endif
-
-	/* cursor blinking stuff */
-	QTimer blink_timer;
-	long blink_wait_time, blink_on_time, blink_off_time;
-
-	/* wait for input */
-	QTimer	wait_timer;
-
-#ifdef FEAT_MZSCHEME
-	int	mzscheme_timer_id;
-#endif
-
-public slots:
-	void    blink_cursor();
-	void	wait_timeout();
-};
-
-class VimMainWindow : public KMainWindow
-{
-	Q_OBJECT
-
-public:
-	VimMainWindow(const char *name = 0L, WFlags f = WDestructiveClose);
-
-	/** called when the widget closes */
-//	bool close(bool alsoDelete);
-	VimWidget	*w;
-	KEdFind		*finddlg;
-	KEdReplace      *repldlg;
-	int		have_tearoff;
-	QTextCodec      *codec;
-
-public slots:
-	void    menu_activated(int dx);
-	void	clipboard_selection_update();
-	void	clipboard_data_update();
-	void    slotSearch();
-	void    slotFind();
-	void    slotReplace();
-	void    slotReplaceAll();
-	void    showAboutApplication();
-	void    showAboutKDE();
-	void    showBugReport();
-	void    showTipOfTheDay();
-	void    buffersToolbar();
-	bool    isLocked();
-	void    lock();
-	void    unlock();
-
-protected:
-	virtual void wheelEvent(QWheelEvent *);
-	virtual void resizeEvent(QResizeEvent *e);
-
-#if defined(FEAT_SESSION)
-	void saveGlobalProperties(KConfig *conf);
-	void readGlobalProperties(KConfig *conf);
-#endif
-	bool queryClose();
-	bool queryExit();
-	bool locked;
-};
-
-
-class VimDialog : public QDialog
-{
-	Q_OBJECT
-public:
-	VimDialog(int type,		/* type of dialog */
-	       unsigned char *title,		/* title of dialog */
-	       unsigned char *message,	/* message text */
-	       unsigned char *buttons,	/* names of buttons */
-	       int def_but,		/* default button */
-	       char_u *textfield);		/* input text */
-private:
-	QSignalMapper	mapper;
-	QLineEdit	*entry;
-	char_u		*ret;
-	int		butNb;
-
-protected slots:
-	void done(int);
-};
-
-
-/*
- * QScrollBar  pool
- */
-struct GuiScrollbar;
-
-class SBPool : public QObject
-{
-	Q_OBJECT
-public:
-	SBPool(void);
-	void create(GuiScrollbar * sb, int orient);
-	void destroy(GuiScrollbar * sb);
-public slots:
-	void sbUsed(int who);
-private:
-	QSignalMapper mapper;
-};
-
-class KVimUtils
-{
-public:
-	static QString convertEncodingName(QString);
-#if QT_VERSION<300
-	static bool fromString(QFont*,QString);
-	static QString toString(QFont*);
-#endif
-};
-
-extern VimMainWindow	*vmw;
-extern SBPool		*sbpool;
-extern QString		*argServerName;
-
-#define QSTR(x)	\
-	(has_mbyte ? \
-		(enc_utf8 ? \
-			QString::fromUtf8((const char *)x) : \
-			QString::fromLocal8Bit((const char *)x)) : \
-		QString((const char *)x))
-
-#endif // GUI_KDE_WIDGET
deleted file mode 100644
--- a/src/gui_kde_x11.cc
+++ /dev/null
@@ -1,1434 +0,0 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
- * VIM - Vi IMproved		by Bram Moolenaar
- *
- * Do ":help uganda"  in Vim to read copying and usage conditions.
- * Do ":help credits" in Vim to see a list of people who contributed.
- */
-
-/*
- * Porting to KDE(2) was done by
- *
- *  (C) 2000 by Thomas Capricelli <orzel@freehackers.org>
- *
- *  Please visit http://freehackers.org/kvim for other vim- or
- *  kde-related coding.
- *
- *  $Id$
- *
- */
-
-#include <qscrollbar.h>
-#include <qcstring.h>
-#include <qdatetime.h>
-#include <qcursor.h>
-#include <qfontmetrics.h>
-#include <qpaintdevice.h>
-#include <qclipboard.h>
-#include <qregexp.h>
-#include <kaboutkde.h>
-#include <kiconloader.h>
-#include <kfontdialog.h>
-#include <kmessagebox.h>
-#include <dcopclient.h>
-#include <kwin.h>
-#include <kmenubar.h>
-#include <kconfig.h>
-#if (QT_VERSION>=300)
-#include <qnamespace.h>
-#include <ktip.h>
-#endif
-#include <qpopupmenu.h>
-#include <qpainter.h>
-#include <qtextcodec.h>
-#include <qfontmetrics.h>
-#include <qfont.h>
-
-
-#include "gui_kde_wid.h"
-
-
-extern "C" {
-#include "vim.h"
-#include "version.h"
-}
-
-#include <stdio.h>
-
-/*
- * global variable for KDE, we can't put them in Gui, cause there are C++ types
- */
-VimMainWindow	*vmw = 0;
-SBPool		*sbpool = 0;
-QString		*argServerName = 0;
-
-#ifdef FEAT_MOUSESHAPE
-/* The last set mouse pointer shape is remembered, to be used when it goes
- * from hidden to not hidden. */
-static int last_shape = 0;
-#endif
-
-/*
- * Arguments handled by KDE internally.
- */
-
-#if QT_VERSION>=300
-static int	tip = 0;    // 1 no dialog, 0 use it if enabled in conf,
-			    // 2 force the tip
-#endif
-static int	reverse = 0; // 0 bg : white, 1 : bg : black
-QString		*startfont;
-QSize		*startsize;
-static int	gui_argc = 0;
-static char	**gui_argv = NULL;
-
-/*
- * Parse the GUI related command-line arguments.  Any arguments used are
- * deleted from argv, and *argc is decremented accordingly.  This is called
- * when vim is started, whether or not the GUI has been started.
- */
-    void
-gui_mch_prepare(int *argc, char **argv)// {{{
-{
-    // copy args for KDE/Qt
-    gui_argc = 0;
-
-    // this one is not really good as all options are not for KDE/Qt ...
-    gui_argv = (char **)lalloc((long_u)(*argc * sizeof(char *)), FALSE);
-    if (gui_argv == NULL)
-	return;
-    gui_argv[gui_argc++] = argv[0];
-
-    int found = 0;
-    for (int i = 1; i < *argc ; i++)
-    {
-	if (found != 2)
-	    found = 0;
-	else
-	{
-	    found = 0;
-	    // remove from the list of argv
-	    if (--*argc > i)
-	    {
-		mch_memmove(&argv[i], &argv[i + 1],
-			(*argc - i) * sizeof(char *));
-	    }
-	    i--;
-	    continue;
-	}
-
-	if (strcmp(argv[i], "--servername") == 0)
-	{
-	    argServerName = new QString(argv[i+1]); // to get the serverName now
-	}
-#if QT_VERSION>+300
-	if (strcmp(argv[i], "-tip") == 0 )
-	{
-	    tip = 2;
-	    found = 1;
-	}
-	if (strcmp(argv[i], "-notip") == 0 )
-	{
-	    tip = 1;
-	    found = 1;
-	}
-#endif
-	if (strcmp(argv[i], "-black") == 0 )
-	{
-	    reverse = 1;
-	    found = 1;
-	}
-	/* replaced by -black */
-	/*		if (strcmp(argv[i], "-rv") == 0 )
-	 *		{
-	 reverse = 1;
-	 found = 1;
-	 }*/
-	if (strcmp(argv[i], "-font") == 0 || strcmp(argv[i], "-fn") == 0)
-	{
-	    startfont = new QString(argv[i+1]);
-	    found = 2;
-	}
-	if (strcmp(argv[i], "-geometry") == 0 || strcmp(argv[i], "-geom") == 0)
-	{
-	    found = 2;
-	    QString text(argv[i + 1]);
-	    QStringList list = QStringList::split(QChar('x'), text);
-	    startsize = new QSize(list[0].toInt(), list[1].toInt());
-	}
-	if (strcmp(argv[i], "-display") == 0) //XXX: this does not work,
-	    // too many -display options in main.c !
-	    // ask Bram ...
-	    {
-		gui_argv[gui_argc++] = strdup("--display");
-		gui_argv[gui_argc++] = argv[i+1];
-		found = 0;
-	    }
-	if (strcmp(argv[i], "--display") == 0 )
-	{
-	    gui_argv[gui_argc++] = argv[i];
-	    gui_argv[gui_argc++] = argv[i+1];
-	    found = 2;
-	}
-	//KDE/Qt options with no args
-	if (strcmp(argv[i], "--help-kde") == 0
-		|| strcmp(argv[i], "--help-qt") == 0
-		|| strcmp(argv[i], "--help-all") == 0
-		|| strcmp(argv[i], "--reverse") == 0
-		|| strcmp(argv[i], "--author") == 0
-		//	|| strcmp(argv[i], "--version") == 0 //disabled we need these for kcmvim
-		//	|| strcmp(argv[i], "-v") == 0
-		|| strcmp(argv[i], "--license") == 0
-		|| strcmp(argv[i], "--cmap") == 0
-		|| strcmp(argv[i], "--nograb") == 0
-		|| strcmp(argv[i], "--dograb") == 0
-		|| strcmp(argv[i], "--sync") == 0
-		|| strcmp(argv[i], "--noxim") == 0
-		|| strcmp(argv[i], "--nocrashhandler") == 0
-		|| strcmp(argv[i], "--waitforwm") == 0
-	   )
-	{
-	    gui_argv[gui_argc++] = argv[i];
-	    found = 1;
-	}
-	//this outputs KDE and Vim versions :)
-	if (strcmp(argv[i], "--version") == 0
-		|| strcmp(argv[i], "-v") == 0)
-	{
-	    gui_argv[gui_argc++] = argv[i];
-	}
-
-
-	// KDE/Qt options with one arg
-	if (strcmp(argv[i], "--session") == 0
-		|| strcmp(argv[i], "--ncols") == 0
-		|| strcmp(argv[i], "--bg") == 0
-		|| strcmp(argv[i], "--background") == 0
-		|| strcmp(argv[i], "--fg") == 0
-		|| strcmp(argv[i], "--foreground") == 0
-		|| strcmp(argv[i], "--btn") == 0
-		|| strcmp(argv[i], "--name") == 0
-		|| strcmp(argv[i], "--title") == 0
-		|| strcmp(argv[i], "--inputstyle") == 0
-		|| strcmp(argv[i], "--im") == 0
-		|| strcmp(argv[i], "--caption") == 0
-		|| strcmp(argv[i], "--icon") == 0
-		|| strcmp(argv[i], "--miniicon") == 0
-		|| strcmp(argv[i], "--config") == 0
-		|| strcmp(argv[i], "--dcopserver") == 0
-		|| strcmp(argv[i], "--style") == 0
-		|| strcmp(argv[i], "--geometry") == 0
-		|| strcmp(argv[i], "--smkey") == 0
-		|| strcmp(argv[i], "-smkey") == 0
-		|| strcmp(argv[i], "-session") == 0
-	   )
-	{
-	    gui_argv[gui_argc++] = argv[i];
-	    gui_argv[gui_argc++] = argv[i + 1];
-	    found = 2;
-	}
-
-	// remove from the list of argv
-	if (found >= 1 && --*argc > i)
-	{
-	    mch_memmove(&argv[i], &argv[i + 1], (*argc - i) * sizeof(char *));
-	    i--;
-	}
-    }
-    KCmdLineArgs::init(gui_argc, gui_argv, argv[0], I18N_NOOP("KVim"),
-			      I18N_NOOP("Vim inside KDE"), VIM_VERSION_SHORT);
-}// }}}
-
-/****************************************************************************
- * Focus handlers:
- */
-
-/*
- * Initialises time intervals for the cursor blinking
- */
-    void
-gui_mch_set_blinking(long waittime, long on, long off)//{{{
-{
-    gui.w->set_blink_time(waittime, on, off);
-}//}}}
-
-/*
- * Stop the cursor blinking.  Show the cursor if it wasn't shown.
- */
-    void
-gui_mch_stop_blink()//{{{
-{
-    gui.w->stop_cursor_blinking();
-}//}}}
-
-/*
- * Start the cursor blinking.  If it was already blinking, this restarts the
- * waiting time and shows the cursor.
- */
-    void
-gui_mch_start_blink()//{{{
-{
-    gui.w->start_cursor_blinking();
-}//}}}
-
-#ifdef FEAT_MZSCHEME
-    void
-mzscheme_kde_start_timer()//{{{
-{
-    gui.w->enable_mzscheme_threads();
-}//}}}
-    void
-mzscheme_kde_stop_timer()//{{{
-{
-    gui.w->disable_mzscheme_threads();
-}//}}}
-#endif
-
-/*
- * Check if the GUI can be started.  Called before gvimrc is sourced.
- * Return OK or FAIL.
- */
-    int
-gui_mch_init_check(void)//{{{
-{
-    gui.dpy = qt_xdisplay();
-    return OK;
-}//}}}
-
-/*
- * Initialise the X GUI.  Create all the windows, set up all the call-backs etc.
- * Returns OK for success, FAIL when the GUI can't be started.
- */
-    int
-gui_mch_init()//{{{
-{
-    (void) new KApplication();
-    KApplication::kApplication()->dcopClient()->registerAs(
-				 KApplication::kApplication()->name(), false);
-    //    dbf("%s %s", KGlobal::locale()->language().latin1(), KLocale::defaultLanguage().latin1());
-
-    vmw = new VimMainWindow("KVim", 0);
-    vmw->setFrameBorderWidth(0);
-    kapp->setMainWidget(vmw);
-    kapp->setTopWidget(vmw);
-
-    sbpool = new SBPool;
-
-#if QT_VERSION>=300
-    vmw->connect(kapp->clipboard(), SIGNAL(selectionChanged()),
-				     vmw, SLOT(clipboard_selection_update()));
-#endif
-    vmw->connect(kapp->clipboard(), SIGNAL(dataChanged()),
-					  vmw, SLOT(clipboard_data_update()));
-    clip_lose_selection(&clip_plus);
-    clip_lose_selection(&clip_star);
-
-    gui.in_focus = FALSE; // will be updated
-
-    if (reverse)
-    {
-	gui.def_norm_pixel = gui_get_color((char_u *)"White");
-	gui.def_back_pixel = gui_get_color((char_u *)"Black");
-#if QT_VERSION>=300
-	gui.w->setEraseColor(QColor(Qt::black));
-#else
-	gui.w->setBackgroundColor(QColor(Qt::black));
-#endif
-    }
-    else
-    {
-	gui.def_norm_pixel = gui_get_color((char_u *)"Black");
-	gui.def_back_pixel = gui_get_color((char_u *)"White");
-#if QT_VERSION>=300
-	gui.w->setEraseColor(QColor(Qt::white));
-#else
-	gui.w->setBackgroundColor(QColor(Qt::white));
-#endif
-    }
-
-    gui.norm_pixel = gui.def_norm_pixel;
-    gui.back_pixel = gui.def_back_pixel;
-
-    gui.border_width  = 1;
-    gui.border_offset = 1;//gui.border_width;
-    gui.scrollbar_width = SB_DEFAULT_WIDTH;
-    gui.scrollbar_height = SB_DEFAULT_WIDTH;
-
-    //gui.menu_height = vmw->menuBar()->height()+1;
-    //gui.toolbar_height = vmw->toolBar()->height();
-
-    return OK;
-}//}}}
-
-
-/*
- * Called when the foreground or background color has been changed.
- */
-    void
-gui_mch_new_colors()//{{{
-{
-    QColor rgb;
-    rgb.setRgb(gui.back_pixel);
-#if QT_VERSION>=300
-    gui.w->setEraseColor(rgb);
-#else
-    gui.w->setBackgroundColor(rgb);
-#endif
-}//}}}
-
-/*
- * Open the GUI window which was created by a call to gui_mch_init().
- */
-    int
-gui_mch_open()//{{{
-{
-    gui.dpy = qt_xdisplay();
-    set_normal_colors();
-
-    /* Check that none of the colors are the same as the background color */
-    gui_check_colors();
-
-    /* Get the colors for the highlight groups (gui_check_colors() might have
-     * changed them).
-     */
-    highlight_gui_started();    /* re-init colors and fonts */
-#ifdef FEAT_MENU
-    vmw->w->menu = new QPopupMenu(vmw);
-
-#if QT_VERSION>=300
-    vmw->w->menu->insertItem(SmallIcon("ktip"), i18n("&Tip of the day..."),
-						vmw, SLOT(showTipOfTheDay()));
-    vmw->w->menu->insertSeparator();
-#endif
-    if (vmw->have_tearoff)
-	vmw->w->menu->insertTearOffHandle(0, 0);
-    vmw->w->menu->insertItem(i18n("&Report Bug ..."),
-						  vmw, SLOT(showBugReport()));
-    vmw->w->menu->insertSeparator();
-    vmw->w->menu->insertItem(SmallIcon("kvim"), i18n("&About KVim..."),
-					   vmw, SLOT(showAboutApplication()));
-    vmw->w->menu->insertItem(SmallIcon("about_kde"), i18n("About &KDE..."),
-						   vmw, SLOT(showAboutKDE()));
-    vmw->menuBar()->insertItem("&KVim", vmw->w->menu);
-#endif
-    if (startfont != NULL)
-	gui_mch_init_font((char_u*)startfont->latin1(), FALSE);
-
-    if (startsize != NULL)
-	vmw->resize(startsize->width(), startsize->height());
-
-    gui_mch_update_codec();
-
-    if (kapp->isRestored())
-	if (KMainWindow::canBeRestored(1))
-	    vmw->restore(1);
-
-    vmw->show();
-#if QT_VERSION>=300
-    if (tip == 2)
-	KTipDialog::showTip(vmw, QString::null, true);
-    else if (tip == 0)
-	KTipDialog::showTip(vmw);
-#endif
-
-    return OK;
-}//}}}
-
-    void
-gui_mch_exit(int rc)//{{{
-{
-    kapp->quit();
-}//}}}
-
-/*
- * Get the position of the top left corner of the window.
- */
-    int
-gui_mch_get_winpos(int *x, int *y)//{{{
-{
-    *x = vmw->x();
-    *y = vmw->y();
-    return OK;
-}//}}}
-
-/*
- * Set the position of the top left corner of the window to the given
- * coordinates.
- */
-    void
-gui_mch_set_winpos(int x, int y)//{{{
-{
-    vmw->move(x, y);
-}//}}}
-
-/*
- * Set the windows size.
- * ->resize VimWidget
- * ->resize vmw (block any events generated from here)
- */
-    void
-gui_mch_set_shellsize(int width, int height,//{{{
-		int min_width, int min_height,
-		int base_width, int base_height)
-{
-    //resize VimWidget
-    vmw->w->resize(width, height);
-
-    //resize vmw
-    int vheight, vwidth;
-    vheight = height;
-    vwidth = width;
-
-    if (gui.which_scrollbars[SBAR_LEFT])
-	vwidth += gui.scrollbar_width;
-    if (gui.which_scrollbars[SBAR_RIGHT])
-	vwidth += gui.scrollbar_width;
-    if (gui.which_scrollbars[SBAR_BOTTOM])
-	vheight += gui.scrollbar_height;
-
-    if (vmw->menuBar()->isVisible() && vmw->menuBar()->isEnabled()
-#if QT_VERSION>=300
-	    && !vmw->menuBar()->isTopLevelMenu()
-#endif
-       )
-	vheight += vmw->menuBar()->height();
-#ifdef FEAT_TOOLBAR
-    if (vmw->toolBar()->isVisible() && vmw->toolBar()->isEnabled()
-	    && (vmw->toolBar()->barPos() == KToolBar::Top
-		|| vmw->toolBar()->barPos() == KToolBar::Bottom))
-	vheight += vmw->toolBar()->height();
-
-    if (vmw->toolBar()->isVisible() && vmw->toolBar()->isEnabled()
-	    && (vmw->toolBar()->barPos() == KToolBar::Left
-		|| vmw->toolBar()->barPos() == KToolBar::Right))
-	vwidth += vmw->toolBar()->width();
-#endif
-    vmw->lock();
-    vmw->resize(vwidth, vheight);
-    gui_mch_update();
-    //size should be nearly perfect, update baseSize and sizeIncrement
-    vmw->setBaseSize(base_width, vmw->menuBar()->height() + 1
-			    + vmw->toolBar()->height() + gui.char_height * 2);
-    vmw->setSizeIncrement((( int )(gui.char_width / 2) * 2), gui.char_height);
-    vmw->unlock();
-}//}}}
-
-
-/*
- * The screen size is used to make sure the initial window doesn't get bigger
- * then the screen.  This subtracts some room for menubar, toolbar and window
- * decorations.
- */
-    void
-gui_mch_get_screen_dimensions(int *screen_w, int *screen_h)//{{{
-{
-    *screen_w = kapp->desktop()->width();
-    *screen_h = kapp->desktop()->height();
-}//}}}
-
-#if defined(FEAT_MENU) || defined(PROTO)
-    void
-gui_mch_enable_menu(int showit)//{{{
-{
-    if (showit)
-	vmw->menuBar()->show();
-    else
-	vmw->menuBar()->hide();
-    vmw->resize(vmw->width(), vmw->height());
-}//}}}
-#endif
-
-
-#if defined(FEAT_TOOLBAR) || defined(PROTO)
-    void
-gui_mch_show_toolbar(int showit)//{{{
-{
-    if (showit)
-	vmw->toolBar()->show();
-    else
-	vmw->toolBar()->hide();
-    vmw->resize(vmw->width(), vmw->height());
-}//}}}
-#endif
-
-/*
- * Put up a font dialog and return the selected font name in allocated memory.
- * "oldval" is the previous value.
- * Return NULL when cancelled.
- */
-
-    char_u *
-gui_mch_font_dialog(char_u *oldval)//{{{
-{
-    QFont myFont(vmw->w->font());
-    if (gui.fontname)
-	gui.fontname = NULL;
-
-    int result = KFontDialog::getFont(myFont, true);
-    if (result != KFontDialog::Accepted)
-	return NULL;
-
-    //	myFont.setFixedPitch(true);
-#if QT_VERSION>=300
-    QString n = myFont.toString();
-#else
-    QString n = KVimUtils::toString(&myFont);
-#endif
-    n.replace(QRegExp(","), "/");
-    gui.fontname = (char_u *)strdup((const char *)n);
-    n.replace(QRegExp(" "), "\\ ");
-    n = QString("To set this font as your default font for KVim, edit your ~/.gvimrc file and add the following lines : \nif has(\"gui_kde\")\nset guifont=")+n+QString("\nendif");// \n OR \n use the control center of KDE and choose the correct fixed font");
-
-    //display a message box which explains how to save your font settings
-    KMessageBox::information(vmw, n, "Font Selection", "kvimselectfont");
-
-    return vim_strsave(gui.fontname);
-}//}}}
-
-/*
- * Initialise vim to use the font with the given name.
- * Return FAIL if the font could not be loaded, OK otherwise.
- */
-    int
-gui_mch_init_font(char_u * font_name, int fontset)//{{{
-{
-    QString fontname;
-    GuiFont font = NULL;
-
-    if (font_name == NULL)
-    {
-#if 0
-#if QT_VERSION>=300
-	KConfig *base = KGlobal::config();
-#else
-	KConfigBase *base = KGlobal::config();
-#endif
-	base->setGroup("General");
-	if (!base->hasKey("fixed"))
-	{
-	    KMessageBox::error(KApplication::kApplication()->mainWidget(),"Cannot load default fixed font\n\nConfigure fonts in KDE Control Center.\n(Just click 'Choose...', 'OK' and then 'Apply')");
-	    return FAIL;
-	}
-#if QT_VERSION>=300
-	QString f = base->readEntry("fixed");
-#else
-	QFont ft = base->readFontEntry("fixed", NULL);
-	QString f = KVimUtils::toString(&ft);
-#endif
-	font_name = (char_u*)strdup(f.latin1()); //latin1 ?
-#else
-	font_name = (char_u*)strdup("misc-fixed/10/-1/5/50/0/0/0/1/0");
-#endif
-    }
-    fontname = (const char *)font_name;
-    /*	fontname.replace(QRegExp("/"), ",");
-	font = new QFont();
-	font->fromString( fontname );
-	*/
-#ifdef FEAT_XFONTSET
-    if (fontset)
-	font = gui_mch_get_fontset(font_name, TRUE, TRUE);
-    if (font == NULL)
-#endif
-	font = gui_mch_get_font(font_name, FALSE);
-
-    if (font == NULL)
-	return FAIL;
-    if (fontname.contains('*') && fontname.contains('-'))
-	return FAIL;
-
-    gui_mch_free_font(gui.norm_font);
-#ifdef FEAT_XFONTSET
-    gui_mch_free_fontset(gui.fontset);
-    gui.fontset = NOFONTSET;
-    if (fontset)
-    {
-	gui.fontset = font;
-	gui.norm_font = NOFONT;
-    }
-    else
-#endif
-	gui.norm_font = font;
-
-    /* Compute the width of the character cell.  Some fonts include
-     * double-width characters.  Use the width of ASCII characters to find
-     * out if this is so. */
-    QFontMetrics f(*font);
-    int width_max = 0;
-    for (char c = 32; c < 127; c++)
-	if (width_max < f.width((QChar)c))
-	    width_max = f.width((QChar)c);
-    if (width_max <= f.maxWidth() / 2)
-	width_max = f.maxWidth() / 2;
-    gui.char_width  = width_max;
-    gui.char_height = f.height() + p_linespace;
-    gui.char_ascent = f.ascent() + p_linespace;
-
-    //check values, just to make sure and avoid a crash
-    if (gui.char_width <= 0)
-	gui.char_width = 8;
-    if (gui.char_height <= 0)
-	gui.char_height = 1;
-
-    hl_set_font_name(font_name);
-
-    vmw->w->setFont(*font);
-
-    return OK;
-}//}}}
-
-    GuiFont
-gui_mch_get_font(char_u * name, int report_error)//{{{
-{
-    QString fontname((const char *)name);
-    if (!gui.in_use || name == NULL)
-	return NOFONT;
-    if (fontname.contains('*') && fontname.contains('-'))
-	return NOFONT; // XFLD names not allowed anymore
-    QFont *myFont = new QFont();
-    fontname.replace(QRegExp("/"), ",");
-    //	myFont->setRawMode(TRUE);
-
-#if QT_VERSION>=300
-    myFont->fromString(fontname);
-#else
-    KVimUtils::fromString(myFont, fontname);
-#endif
-    myFont->setFixedPitch(true);
-    if (!myFont->fixedPitch())
-	dbf("Non fixed-width font");
-    return (GuiFont) myFont;
-}//}}}
-
-#if defined(FEAT_EVAL) || defined(PROTO)
-/*
- * Return the name of font "font" in allocated memory.
- * Don't know how to get the actual name, thus use the provided name.
- */
-    char_u *
-gui_mch_get_fontname(GuiFont font, char_u *name)//{{{
-{
-    if (name == NULL)
-	return NULL;
-    return vim_strsave(name);
-}//}}}
-#endif
-
-/*
- * Set the current text font.
- * Since we create all GC on demand, we use just gui.current_font to
- * indicate the desired current font.
- */
-    void
-gui_mch_set_font(GuiFont font)//{{{
-{
-    gui.current_font = font;
-    gui.w->painter->setFont(*(gui.current_font));
-}//}}}
-
-/*
- * If a font is not going to be used, free its structure.
- */
-    void
-gui_mch_free_font(GuiFont font)//{{{
-{
-    if (font)
-	delete font; // this is a QFont , we can delete it :)
-}//}}}
-
-    GuiFontset
-gui_mch_get_fontset(char_u *name, int report_error, int fixed_width)
-{
-    return (GuiFontset)gui_mch_get_font(name, report_error);
-}
-
-    void
-gui_mch_set_fontset(GuiFontset fontset)
-{
-    gui_mch_set_font((GuiFont)fontset);
-}
-
-    void
-gui_mch_free_fontset(GuiFontset fontset)
-{
-    if (fontset)
-	delete fontset;
-}
-
-    void
-gui_mch_settitle(char_u *title, char_u *icon)//{{{
-{
-    if (!gui.in_use)		/* can't do this when GUI not running */
-	return;
-    vmw->setPlainCaption((const char *)title);
-    QPixmap p((const char *)icon);
-    vmw->setIcon(p); //FIXME
-}//}}}
-
-/*
- * Return the Pixel value (color) for the given color name.  This routine was
- * pretty much taken from example code in the Silicon Graphics OSF/Motif
- * Programmer's Guide.
- * Return -1 for error.
- */
-    guicolor_T
-gui_mch_get_color(char_u * name)//{{{
-{
-    int i;
-    static char *(vimnames[][2]) =
-    {
-	/* A number of colors that some X11 systems don't have */
-	{"LightRed", "#FFA0A0"},
-	{"LightGreen", "#80FF80"},
-	{"LightMagenta", "#FFA0FF"},
-	{"DarkCyan", "#008080"},
-	{"DarkBlue", "#0000C0"},
-	{"DarkRed", "#C00000"},
-	{"DarkMagenta", "#C000C0"},
-	{"DarkGrey", "#C0C0C0"},
-	{NULL, NULL}
-    };
-
-    if (!gui.in_use)		/* can't do this when GUI not running */
-	return (guicolor_T)(-1);
-
-    QColor _color((const char *)name);
-
-    if (_color.isValid())
-    {
-	// return (_color.red() << 16) + ((_color.green() << 8))
-							 // + (_color.blue());
-	return _color.rgb();
-	// return (guicolor_T) _color.pixel();
-    }
-
-    /* add a few builtin names */
-    for (i = 0;; ++i)
-    {
-	if (vimnames[i][0] == NULL)
-	    return (guicolor_T)(-1);
-	if (STRICMP(name, vimnames[i][0]) == 0)
-	{
-	    name = (char_u *) vimnames[i][1];
-	    return gui_mch_get_color(name);
-	}
-    }
-
-    return (guicolor_T)(-1); // dead code, should not be reached..
-}//}}}
-
-/*
- * Set the current text foreground color.
- */
-    void
-gui_mch_set_fg_color(guicolor_T color)//{{{
-{
-    QColor rgb;
-    rgb.setRgb(color);
-    gui.w->painter->setPen(rgb);
-}//}}}
-
-/*
- * Set the current text background color.
- */
-    void
-gui_mch_set_bg_color(guicolor_T color)//{{{
-{
-    QColor rgb;
-    rgb.setRgb(color);
-    gui.w->painter->setBackgroundColor(rgb);
-}//}}}
-
-/*
- * Set the current text special color.
- */
-    void
-gui_mch_set_sp_color(guicolor_T color)//{{{
-{
-    /* TODO */
-}//}}}
-
-/*
- * Use the blank mouse pointer or not.
- *
- * hide: TRUE = use blank ptr, FALSE = use parent ptr
- */
-    void
-gui_mch_mousehide(int hide)//{{{
-{
-    if (hide == gui.pointer_hidden)
-	return;
-    //#ifdef FEAT_MOUSESHAPE
-    //	if (!hide) mch_set_mouse_shape(last_shape);
-    //#else
-# if (QT_VERSION<300)
-    gui.w->setCursor((hide)?BlankCursor:ArrowCursor);
-# else
-    gui.w->setCursor((hide)?Qt::BlankCursor:Qt::ArrowCursor);
-# endif
-    //#endif
-    gui.pointer_hidden = hide;
-}//}}}
-
-    void
-gui_mch_update_codec()
-{
-#ifdef FEAT_MBYTE
-    if (!gui.in_use)
-	return;
-    vmw->codec = QTextCodec::codecForName((const char *)p_enc);
-    if (vmw->codec == NULL)
-	vmw->codec = QTextCodec::codecForName(
-		KVimUtils::convertEncodingName(QString((const char*)p_enc)));
-    if (vmw->codec == NULL)
-	vmw->codec = QTextCodec::codecForLocale();
-#else
-    vmw->codec = QTextCodec::codecForLocale();
-#endif
-    if (vmw->codec == NULL)
-	vmw->codec = QTextCodec::codecForName("ISO-8859-1"); //fallback
-}
-
-    void
-gui_mch_draw_string(int row, int col, char_u * s, int len, int flags)//{{{
-{
-    QString text = vmw->codec->toUnicode((const char *)s, len);
-    gui.w->draw_string(TEXT_X(col), TEXT_Y(row), text, text.length(), flags);
-}//}}}
-
-#if defined(FEAT_TITLE) || defined(PROTO)
-/*
- * Return the text window-id and display.  Only required for X-based GUI's
- */
-    int
-gui_get_x11_windis(Window * win, Display ** dis)//{{{
-{
-    *win = /*vmw*/gui.w->winId();
-    *dis = qt_xdisplay();
-    return OK;
-}//}}}
-#endif
-
-    void
-gui_mch_beep()//{{{
-{
-    kapp->beep();
-}//}}}
-
-    void
-gui_mch_flash(int msec)//{{{
-{
-    gui.w->flash();
-}//}}}
-
-/*
- * Invert a rectangle from row r, column c, for nr rows and nc columns.
- */
-    void
-gui_mch_invert_rectangle(int r, int c, int nr, int nc)//{{{
-{
-    bitBlt(gui.w,
-	    FILL_X(c), FILL_Y(r),
-	    gui.w,
-	    FILL_X(c), FILL_Y(r),
-	    (nc) * gui.char_width,
-	    (nr) * gui.char_height,
-	    Qt::NotROP,		// raster Operation
-	    true);		// ignoreMask
-}//}}}
-
-/*
- * Iconify the GUI window.
- */
-    void
-gui_mch_iconify()//{{{
-{
-    vmw->showMinimized();
-}//}}}
-
-/*
- * Draw a cursor without focus.
- */
-    void
-gui_mch_draw_hollow_cursor(guicolor_T color)//{{{
-{
-    QPainter p(gui.w);
-    p.setPen(color);
-
-    p.drawRect(FILL_X(gui.col), FILL_Y(gui.row), gui.char_width - 1,
-							 gui.char_height - 1);
-    p.end();
-}//}}}
-
-/*
- * Draw part of a cursor, "w" pixels wide, and "h" pixels high, using
- * color "color".
- */
-    void
-gui_mch_draw_part_cursor(int w, int h, guicolor_T color)//{{{
-{
-    QPainter p(gui.w);
-    p.setPen(color);
-    p.fillRect(
-#ifdef FEAT_RIGHTLEFT
-	    /* vertical line should be on the right of current point */
-	    CURSOR_BAR_RIGHT ? FILL_X(gui.col + 1) - w :
-#endif
-	    FILL_X(gui.col),
-	    FILL_Y(gui.row) + gui.char_height - h + 1,
-	    w, h - 2, QColor( color, color));
-    p.drawRect(
-#ifdef FEAT_RIGHTLEFT
-	    /* vertical line should be on the right of current point */
-	    CURSOR_BAR_RIGHT ? FILL_X(gui.col + 1) - w :
-#endif
-	    FILL_X(gui.col),
-	    FILL_Y(gui.row) + gui.char_height - h
-						       + (int)p_linespace / 2,
-	    w, h - (int)p_linespace);
-}//}}}
-
-
-/*
- * Catch up with any queued X11 events.  This may put keyboard input into the
- * input buffer, call resize call-backs, trigger timers etc.  If there is
- * nothing in the X11 event queue (& no timers pending), then we return
- * immediately.
- */
-    void
-gui_mch_update()//{{{
-{
-    kapp->processEvents();
-}//}}}
-
-
-/*
- * GUI input routine called by gui_wait_for_chars().  Waits for a character
- * from the keyboard.
- *  wtime == -1     Wait forever.
- *  wtime == 0      This should never happen.
- *  wtime > 0       Wait wtime milliseconds for a character.
- * Returns OK if a character was found to be available within the given time,
- * or FAIL otherwise.
- */
-    int
-gui_mch_wait_for_chars(long wtime)//{{{
-{
-    // malte@kde.org's  gift to KVim ;), thanks to him :) for this hard to find bug
-    if (wtime > 0)
-    {
-	gui.w->wait(wtime);
-	while (vim_is_input_buf_empty() && !gui.w->wait_done)
-	    kapp->processOneEvent();
-	return vim_is_input_buf_empty() ? FAIL : OK;
-    }
-    else
-	while (vim_is_input_buf_empty())
-	    kapp->processOneEvent();
-
-    return OK;
-}//}}}
-
-
-/****************************************************************************
- * Output drawing routines.
- ****************************************************************************/
-
-
-/* Flush any output to the screen */
-    void
-gui_mch_flush()//{{{
-{
-    kapp->flushX();
-}//}}}
-
-/*
- * Clear a rectangular region of the screen from text pos (row1, col1) to
- * (row2, col2) inclusive.
- */
-    void
-gui_mch_clear_block(int row1, int col1, int row2, int col2)//{{{
-{
-    gui.w->erase(FILL_X(col1), FILL_Y(row1),
-	    (col2 - col1 + 1) * gui.char_width + (col2 == Columns - 1),
-	    (row2 - row1 + 1) * gui.char_height);
-}//}}}
-
-    void
-gui_mch_clear_all(void)//{{{
-{
-    gui.w->erase();
-}//}}}
-
-
-/*
- * Delete the given number of lines from the given row, scrolling up any
- * text further down within the scroll region.
- */
-    void
-gui_mch_delete_lines(int row, int num_lines)//{{{
-{
-    if (num_lines <= 0)
-	return;
-
-    if (row + num_lines > gui.scroll_region_bot)
-    {
-	/* Scrolled out of region, just blank the lines out */
-	gui_clear_block(row, gui.scroll_region_left, gui.scroll_region_bot,
-						     gui.scroll_region_right);
-    }
-    else
-    {
-	bitBlt(gui.w,
-		FILL_X(gui.scroll_region_left), FILL_Y(row),
-		gui.w,
-		FILL_X(gui.scroll_region_left), FILL_Y(row + num_lines),
-		gui.char_width * (gui.scroll_region_right
-					    - gui.scroll_region_left + 1) + 1,
-		gui.char_height * (gui.scroll_region_bot - row - num_lines + 1),
-		Qt::CopyROP,	    // raster Operation
-		true);		    // ignoreMask
-
-	/* Update gui.cursor_row if the cursor scrolled or copied over */
-	if (gui.cursor_row >= row)
-	{
-	    if (gui.cursor_row < row + num_lines)
-		gui.cursor_is_valid = FALSE;
-	    else if (gui.cursor_row <= gui.scroll_region_bot)
-		gui.cursor_row -= num_lines;
-	}
-
-	gui_clear_block(gui.scroll_region_bot - num_lines + 1,
-		gui.scroll_region_left,
-		gui.scroll_region_bot, gui.scroll_region_right);
-    }
-}//}}}
-
-/*
- * Insert the given number of lines before the given row, scrolling down any
- * following text within the scroll region.
- */
-    void
-gui_mch_insert_lines(int row, int num_lines)//{{{
-{
-    if (num_lines <= 0)
-	return;
-
-    if (row + num_lines > gui.scroll_region_bot)
-    {
-	/* Scrolled out of region, just blank the lines out */
-	gui_clear_block(row, gui.scroll_region_left, gui.scroll_region_bot,
-						 gui.scroll_region_right - 1);
-    }
-    else
-    {
-	bitBlt(gui.w,
-		FILL_X(gui.scroll_region_left), FILL_Y(row + num_lines),
-		gui.w,
-		FILL_X(gui.scroll_region_left), FILL_Y(row),
-		gui.char_width * ( gui.scroll_region_right
-					   - gui.scroll_region_left + 1 ) + 1,
-		gui.char_height * (gui.scroll_region_bot - row - num_lines + 1),
-		Qt::CopyROP,	    // raster Operation
-		true);		    // ignoreMask
-
-	/* Update gui.cursor_row if the cursor scrolled or copied over */
-	if (gui.cursor_row >= gui.row)
-	{
-	    if (gui.cursor_row <= gui.scroll_region_bot - num_lines)
-		gui.cursor_row += num_lines;
-	    else if (gui.cursor_row <= gui.scroll_region_bot)
-		gui.cursor_is_valid = FALSE;
-	}
-
-	gui_clear_block(row, gui.scroll_region_left, row + num_lines - 1,
-						     gui.scroll_region_right);
-    }
-}//}}}
-
-/*
- * X Selection stuff, for cutting and pasting text to other windows.
- */
-    void
-clip_mch_request_selection(VimClipboard *cbd)//{{{
-{
-#if QT_VERSION>=300
-    if (cbd == &clip_star)
-	kapp->clipboard()->setSelectionMode(true);
-#endif
-    QString selection = kapp->clipboard()->text();
-
-    QCString unistring = vmw->codec->fromUnicode(selection);
-    clip_yank_selection(MCHAR, (char_u *)(const char*)unistring,
-					      (long)unistring.length(), cbd);
-#if QT_VERSION>=300
-    if (cbd == &clip_star)
-	kapp->clipboard()->setSelectionMode(false);
-#endif
-}//}}}
-
-    void
-clip_mch_lose_selection(VimClipboard *cbd)//{{{
-{
-    // Don't need to do anything here
-    gui_mch_update();
-}//}}}
-
-/*
- * Check whatever we allready own the selection.
- */
-    int
-clip_mch_own_selection(VimClipboard *cbd)//{{{
-{
-    if (kapp->clipboard()->ownsSelection())
-	return OK;
-    else
-    {
-#if QT_VERSION>=300
-	kapp->clipboard()->setSelectionMode(true);
-#endif
-	return OK;
-    }
-}//}}}
-
-/*
- * Send the current selection to the clipboard.
- */
-    void
-clip_mch_set_selection(VimClipboard *cbd)//{{{
-{
-    char_u *data;
-    long_u length;
-
-    clip_get_selection(cbd);
-    if (clip_convert_selection(&data, &length, cbd) < 0)
-	return;
-
-    QString selection((const char *)data);
-    // We must turncate the string because it is not
-    // null terminated
-    selection.truncate((uint) length);
-
-#if QT_VERSION>=300
-    if (cbd == &clip_star)
-	kapp->clipboard()->setSelectionMode(true);
-#endif
-    kapp->clipboard()->setText(selection);
-#if QT_VERSION>=300
-    kapp->clipboard()->setSelectionMode(false);
-#endif
-}//}}}
-
-
-#if defined(FEAT_MENU) || defined(PROTO)
-/*
- * Make a menu item appear either active or not active (grey or not grey).
- */
-    void
-gui_mch_menu_grey(vimmenu_T * menu, int grey)//{{{
-{
-    if (!menu || !menu->parent || !menu->parent->widget)
-	return;
-    menu->parent->widget->setItemEnabled((long)menu, !grey);
-    gui_mch_update();
-}//}}}
-
-/*
- * Make menu item hidden or not hidden.
- */
-    void
-gui_mch_menu_hidden(vimmenu_T * menu, int hidden)//{{{
-{
-    // FIXME: cannot be fixed AFAIK
-    // it's hard to remove an item in a QPopupMenu
-    gui_mch_menu_grey(menu, hidden);
-}//}}}
-
-/*
- * This is called after setting all the menus to grey/hidden or not.
- */
-    void
-gui_mch_draw_menubar()//{{{
-{
-    // nothing to do under kde
-}//}}}
-#endif
-
-/*
- * Scrollbar stuff.
- */
-    void
-gui_mch_enable_scrollbar(scrollbar_T *sb, int flag)//{{{
-{
-    if (!sb->w)
-	return;
-    int width = gui.w->width();
-    int height = gui.w->height();
-    int neww = vmw->width();
-    int newh = vmw->height();
-
-    if (gui.which_scrollbars[SBAR_LEFT])
-	width += gui.scrollbar_width;
-    if (gui.which_scrollbars[SBAR_RIGHT])
-	width += gui.scrollbar_width;
-    if (gui.which_scrollbars[SBAR_BOTTOM])
-	height += gui.scrollbar_height;
-
-    if (vmw->menuBar()->isVisible() && vmw->menuBar()->isEnabled()
-#if QT_VERSION>=300
-	    && !vmw->menuBar()->isTopLevelMenu()
-#endif
-       )
-	height += vmw->menuBar()->height();
-#ifdef FEAT_TOOLBAR
-    if (vmw->toolBar()->isVisible() && vmw->toolBar()->isEnabled()
-	    && (vmw->toolBar()->barPos() == KToolBar::Top
-		|| vmw->toolBar()->barPos() == KToolBar::Bottom))
-	height += vmw->toolBar()->height();
-
-    if (vmw->toolBar()->isVisible() && vmw->toolBar()->isEnabled()
-	    && (vmw->toolBar()->barPos() == KToolBar::Left
-		|| vmw->toolBar()->barPos() == KToolBar::Right))
-	width += vmw->toolBar()->width();
-#endif
-    if (abs(vmw->width() - width) > 5
-			 && (sb->type == SBAR_LEFT || sb->type == SBAR_RIGHT))
-	neww = width;
-    if (abs(vmw->height() - height) > 5 && (sb->type == SBAR_BOTTOM))
-	newh = height;
-
-    if (flag)
-	sb->w->show();
-    else
-	sb->w->hide();
-    gui_mch_update();
-    vmw->lock();
-    vmw->resize(neww, newh);
-    vmw->unlock();
-    gui_mch_update();
-}//}}}
-
-/*
- * Return the RGB value of a pixel as "#RRGGBB".
- */
-    long_u
-gui_mch_get_rgb(guicolor_T pixel)//{{{
-{
-    //	QColor c(pixel, pixel);
-    //	return (c.red() << 16) +  ((c.green() << 8)) + (c.blue());
-    return pixel;
-    // funny no ? it looks like with Qt we can always use directly the rgb
-    // value (i hope i don't break colors again ;p)
-}//}}}
-
-/*
- * Get current mouse coordinates in text window.
- */
-    void
-gui_mch_getmouse(int *x, int *y)//{{{
-{
-    *x = vmw->mapFromGlobal(QCursor::pos()).x();
-    *y = vmw->mapFromGlobal(QCursor::pos()).y();
-}//}}}
-
-    void
-gui_mch_setmouse(int x, int y)//{{{
-{
-    QCursor::setPos(vmw->mapToGlobal(QPoint(x, y)));
-}//}}}
-
-#if defined(FEAT_MOUSESHAPE) || defined(PROTO)
-#if QT_VERSION>=300
-static int mshape_ids[] = {//{{{
-	Qt::ArrowCursor,		/* arrow */
-	Qt::BlankCursor,		/* blank */
-	Qt::IbeamCursor,		/* beam */
-	Qt::SizeVerCursor,		/* updown */
-	Qt::SplitHCursor,		/* udsizing */
-	Qt::SizeHorCursor,		/* leftright */
-	Qt::SizeHorCursor,		/* lrsizing */
-	Qt::WaitCursor,			/* busy */
-	Qt::ForbiddenCursor,		/* no */
-	Qt::CrossCursor,		/* crosshair */
-	Qt::PointingHandCursor,		/* hand1 */
-	Qt::PointingHandCursor,		/* hand2 */
-	Qt::ArrowCursor,		/* pencil */
-	Qt::WhatsThisCursor,		/* question */
-	Qt::ArrowCursor,		/* right-arrow */
-	Qt::UpArrowCursor,		/* up-arrow */
-	Qt::ArrowCursor			/* last one */
-};//}}}
-#else
-static int mshape_ids[] = {//{{{
-	ArrowCursor,		/* arrow */
-	BlankCursor,		/* blank */
-	IbeamCursor,		/* beam */
-	SizeVerCursor,		/* updown */
-	SplitHCursor,		/* udsizing */
-	SizeHorCursor,		/* leftright */
-	SizeHorCursor,		/* lrsizing */
-	WaitCursor,		/* busy */
-	ForbiddenCursor,	/* no */
-	CrossCursor,		/* crosshair */
-	PointingHandCursor,	/* hand1 */
-	PointingHandCursor,	/* hand2 */
-	ArrowCursor,		/* pencil */
-	ArrowCursor,		/* question */
-	ArrowCursor,		/* right-arrow */
-	UpArrowCursor,		/* up-arrow */
-	ArrowCursor		/* last one */
-};//}}}
-#endif
-
-    void
-mch_set_mouse_shape (int shape)//{{{
-{
-    int		   id;
-
-    if (shape == MSHAPE_HIDE || gui.pointer_hidden)
-#if QT_VERSION>=300
-	gui.w->setCursor(Qt::BlankCursor);
-#else
-	gui.w->setCursor(BlankCursor);
-#endif
-    else
-    {
-	if (shape >= MSHAPE_NUMBERED)
-	{
-	    id = shape - MSHAPE_NUMBERED;
-	    /*		if (id >= GDK_NUM_GLYPHS)
-			id = GDK_LEFT_PTR;
-			else
-			id &= ~1;*/	/* they are always even (why?) */
-	    id &= -1;
-	}
-	else
-	    id = mshape_ids[shape];
-
-	gui.w->setCursor(id);
-    }
-    if (shape != MSHAPE_HIDE)
-	last_shape = shape;
-}//}}}
-#endif
-
-/*
- * Adjust gui.char_height (after 'linespace' was changed).
- */
-    int
-gui_mch_adjust_charheight ()//{{{
-{
-    QFont f(*(gui.current_font));
-    QFontMetrics fm(f);
-    gui.char_height = fm.height() + p_linespace;
-    //gui.char_height = fm.ascent() + fm.descent() + p_linespace;
-    gui.char_ascent = fm.ascent() + p_linespace / 2;
-
-    return OK;
-}//}}}
-
-    void
-gui_mch_set_foreground ()//{{{
-{
-    KWin::activateWindow(vmw->winId());
-}//}}}
deleted file mode 100644
--- a/src/gui_mac.r
+++ /dev/null
@@ -1,33 +0,0 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
- * VIM - Vi IMproved	by Bram Moolenaar
- *
- * Do ":help uganda"  in Vim to read a list of people who contributed.
- * Do ":help credits" in Vim to see a list of people who contributed.
- */
-
-#ifdef environ_os_mac /* or 1 for Carbon, 0 for non-Carbon */
-# include <Carbon/Carbon.r>
-#else
-# include <SysTypes.r>
-# include <Types.r>
-#endif
-#include "version.h"
-
-/* Used as application version */
-resource 'vers' (1) {
-	VIM_VERSION_MAJOR, VIM_VERSION_BUILD_BCD, VIM_VERSION_RELEASE, VIM_VERSION_PATCHLEVEL,
-	verUS,
-	VIM_VERSION_MEDIUM,
-	VIM_VERSION_LONG_DATE $$date " " $$time ")"
-};
-
-/* Used as application group version */
-resource 'vers' (2) {
-	VIM_VERSION_MAJOR, VIM_VERSION_BUILD_BCD, VIM_VERSION_RELEASE, VIM_VERSION_PATCHLEVEL,
-	verUS,
-	VIM_VERSION_MEDIUM,
-	VIM_VERSION_LONG
-};
-
-/* TODO: Small About box with compile time */
--- a/src/if_mzsch.c
+++ b/src/if_mzsch.c
@@ -621,8 +621,6 @@ static XtIntervalId timer_id = (XtInterv
 pascal void timer_proc(EventLoopTimerRef, void *);
 static EventLoopTimerRef timer_id = NULL;
 static EventLoopTimerUPP timerUPP;
-#elif defined(FEAT_GUI_KDE)
-static int timer_id = 0;
 #endif
 
 #ifndef FEAT_GUI_W32 /* Win32 console and Unix */
@@ -664,9 +662,6 @@ timer_proc(XtPointer timed_out, XtInterv
 # elif defined(FEAT_GUI_MAC)
     pascal void
 timer_proc(EventLoopTimerRef theTimer, void *userData)
-#elif defined(FEAT_GUI_KDE)
-    void
-timer_proc(void)
 # endif
 {
     scheme_check_threads();
@@ -693,9 +688,6 @@ setup_timer(void)
     timerUPP = NewEventLoopTimerUPP(timer_proc);
     InstallEventLoopTimer(GetMainEventLoop(), p_mzq * kEventDurationMillisecond,
 		p_mzq * kEventDurationMillisecond, timerUPP, NULL, &timer_id);
-#elif defined(FEAT_GUI_KDE)
-    mzscheme_kde_start_timer();
-    timer_id = 1;   /* just signal that timer was started */
 # endif
 }
 
@@ -711,8 +703,6 @@ remove_timer(void)
 # elif defined(FEAT_GUI_MAC)
     RemoveEventLoopTimer(timer_id);
     DisposeEventLoopTimerUPP(timerUPP);
-#elif defined(FEAT_GUI_KDE)
-    mzscheme_kde_stop_timer();
 # endif
     timer_id = 0;
 }
deleted file mode 100644
--- a/src/kvim_iface.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef KVIM_IFACE
-#define KVIM_IFACE
-
-#include <dcopobject.h>
-
-class KVim : virtual public DCOPObject
-{
-	K_DCOP
-public:
-
-k_dcop:
-	virtual void execInsert(QString command)=0;
-	virtual void execNormal(QString command)=0;
-	virtual void execRaw(QString command)=0;
-	virtual void execCmd(QString command)=0;
-	virtual QString eval(QString expr)=0;
-};
-
-#endif
--- a/src/main.c
+++ b/src/main.c
@@ -349,7 +349,7 @@ main
 #ifdef ALWAYS_USE_GUI
     gui.starting = TRUE;
 #else
-# if defined(FEAT_GUI_X11) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE)
+# if defined(FEAT_GUI_X11) || defined(FEAT_GUI_GTK)
     /*
      * Check if the GUI can be started.  Reset gui.starting if not.
      * Don't know about other systems, stay on the safe side and don't check.
@@ -433,7 +433,7 @@ main
      * For GTK we can't be sure, but when started from the desktop it doesn't
      * make sense to try using a terminal.
      */
-#if defined(ALWAYS_USE_GUI) || defined(FEAT_GUI_X11) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE)
+#if defined(ALWAYS_USE_GUI) || defined(FEAT_GUI_X11) || defined(FEAT_GUI_GTK)
     if (gui.starting
 # ifdef FEAT_GUI_GTK
 	    && !isatty(2)
@@ -1384,7 +1384,7 @@ early_arg_scan(parmp)
 	    break;
 # ifdef FEAT_XCLIPBOARD
 	else if (STRICMP(argv[i], "-display") == 0
-#  if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE)
+#  if defined(FEAT_GUI_GTK)
 		|| STRICMP(argv[i], "--display") == 0
 #  endif
 		)
@@ -2859,17 +2859,6 @@ usage()
 # endif
     main_msg(_("--socketid <xid>\tOpen Vim inside another GTK widget"));
 #endif
-#ifdef FEAT_GUI_KDE
-    mch_msg(_("\nArguments recognised by kvim (KDE version):\n"));
-    main_msg(_("-black\t\tUse reverse video"));
-#if QT_VERSION>=300
-    main_msg(_("-tip\t\t\tDisplay the tip dialog on startup"));
-    main_msg(_("-notip\t\tDisable the tip dialog"));
-#endif
-    main_msg(_("-font <font>\t\tUse <font> for normal text (also: -fn)"));
-    main_msg(_("-geometry <geom>\tUse <geom> for initial geometry (also: -geom)"));
-    main_msg(_("--display <display>\tRun vim on <display>"));
-#endif
 #ifdef FEAT_GUI_W32
     main_msg(_("-P <parent title>\tOpen Vim inside parent application"));
 #endif
--- a/src/menu.c
+++ b/src/menu.c
@@ -96,7 +96,7 @@ ex_menu(eap)
     char_u	*arg;
     char_u	*p;
     int		i;
-#if defined(FEAT_GUI) && !defined(FEAT_GUI_GTK) && !defined(FEAT_GUI_KDE)
+#if defined(FEAT_GUI) && !defined(FEAT_GUI_GTK)
     int		old_menu_height;
 # if defined(FEAT_TOOLBAR) && !defined(FEAT_GUI_W32) && !defined(FEAT_GUI_W16)
     int		old_toolbar_height;
@@ -315,7 +315,7 @@ ex_menu(eap)
 	EMSG(_(e_trailing));
 	goto theend;
     }
-#if defined(FEAT_GUI) && !(defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE) || defined(FEAT_GUI_PHOTON))
+#if defined(FEAT_GUI) && !(defined(FEAT_GUI_GTK) || defined(FEAT_GUI_PHOTON))
     old_menu_height = gui.menu_height;
 # if defined(FEAT_TOOLBAR) && !defined(FEAT_GUI_W32) && !defined(FEAT_GUI_W16)
     old_toolbar_height = gui.toolbar_height;
@@ -434,7 +434,7 @@ ex_menu(eap)
 	vim_free(map_buf);
     }
 
-#if defined(FEAT_GUI) && !(defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE))
+#if defined(FEAT_GUI) && !(defined(FEAT_GUI_GTK))
     /* If the menubar height changed, resize the window */
     if (gui.in_use
 	    && (gui.menu_height != old_menu_height
@@ -1835,8 +1835,8 @@ gui_update_menus(modes)
     }
 }
 
-#if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE) \
-    || defined(FEAT_GUI_PHOTON) || defined(PROTO)
+#if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_MOTIF) \
+    || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_PHOTON) || defined(PROTO)
 /*
  * Check if a key is used as a mnemonic for a toplevel menu.
  * Case of the key is ignored.
@@ -2186,7 +2186,6 @@ ex_emenu(eap)
 }
 
 #if defined(FEAT_GUI_MSWIN) \
-	|| (defined(FEAT_GUI_KDE) && defined(FEAT_MENU)) \
 	|| (defined(FEAT_GUI_GTK) && defined(FEAT_MENU)) \
 	|| defined(FEAT_BEVAL_TIP) || defined(PROTO)
 /*
deleted file mode 100644
--- a/src/os_mac.build
+++ /dev/null
@@ -1,91 +0,0 @@
-set 68kTarget "68k"
-set ppcTarget "ppc"
-set carbonTarget "carbon"
-set vimTargets "`getlistitem -m " Select the vim target platform" -c -q "{68kTarget}" "{ppcTarget}" "{carbonTarget}"`"
-if !"{vimTargets}"
-   echo "No Makefile created"
-   exit 0
-end
-#
-set generalSources "buffer.c charset.c diff.c digraph.c edit.c eval.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c fileio.c fold.c getchar.c gui.c gui_mac.c if_cscope.c main.c mark.c memfile.c memline.c menu.c message.c misc1.c misc2.c move.c mbyte.c normal.c ops.c option.c os_mac.c pty.c quickfix.c regexp.c screen.c search.c tag.c term.c termlib.c ui.c undo.c version.c window.c"
-set generalOpts "-app -c 'VIM!' -t 'APPL' -i :proto"
-set generalCOpts "-w 2,35 -enum int"
-set generalLOpts "-mf -d"
-set generalLibs ""
-#
-#
-set 68kSources ""
-set 68kOpts "-model far"
-set 68kCOpts ""
-set 68kLOpts ""
-set 68kLibs ""
-#
-set ppcSources "syntax.c"
-set ppcOpts "-powerpc"
-set ppcCOpts ""
-set ppcLOpts "{SharedLibraries}AppearanceLib"
-set ppcLibs "{SharedLibraries}ContextualMenu"
-#
-set carbonSources ""
-set carbonOpts "-carbon"
-set carbonCOpts "-d TARGET_API_MAC_CARBON"
-set carbonLOpts ""
-set carbonLibs "{SharedLibraries}CarbonLib"
-#
-for vTarget in {vimTargets}
-   set vSources "{generalSources}"
-   set vLibs "{generalLibs}"
-   set vOpts "{generalOpts}"
-   set vCOpts "{generalCOpts}"
-   set vLOpts "{generalLOpts}"
-   set ppc ""
-   if "{vTarget}" == "{68kTarget}"
-      set vSources "{vSources} {68kSources}"
-      set vOpts "{vOpts} {68kOpts}"
-      set vLibs "{vLibs} {68kLibs}"
-      if  "{68kCOpts}"
-         set vCOpts "{vCOpts} {68kCOpts}"
-      end
-      if  "{68kLOpts}"
-         set vLOpts "{vLOpts} {68kLOpts}"
-      end
-   else
-      set ppc "ppc"
-      set vSources "{vSources} {ppcSources}"
-      set vOpts "{vOpts} {ppcOpts}"
-      set vLibs "{vLibs} {ppcLibs}"
-      if  "{ppcCOpts}"
-         set vCOpts "{vCOpts} {ppcCOpts}"
-      end
-      if  "{ppcLOpts}"
-         set vLOpts "{vLOpts} {ppcLOpts}"
-      end
-      if "{vTarget}" == "{carbonTarget}"
-         set vSources "{vSources} {carbonSources}"
-         set vLibs "{vLibs} {carbonLibs}"
-         set vOpts "{vOpts} {carbonOpts}"
-         if  "{carbonCOpts}"
-            set vCOpts "{vCOpts} {carbonCOpts}"
-         end
-         if  "{carbonLOpts}"
-            set vLOpts "{vLOpts} {carbonLOpts}"
-         end
-      end
-   end
-   set vODir :obj-{vTarget}:
-   if !"`exists -d {vOdir}`"
-      newFolder {vODir}
-   end
-   set vApp vim-{vTarget}
-   if "{vCOpts}"
-      set vOpts "{vOpts} -{ppc}COptions '{vCOpts}'"
-   end
-   if "{vLOpts}"
-      set vOpts "{vOpts} -{ppc}LinkOptions '{vLOpts}'"
-   end
-   set vOpts "{vOpts} -objdir {vODir}"
-   createmake {vApp} {vOpts} {vSources} {vLibs}
-   if !{Status}
-      echo "Makefile for {vApp} successfully created"
-   end
-end
deleted file mode 100644
--- a/src/os_mac.c
+++ /dev/null
@@ -1,1279 +0,0 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
- * VIM - Vi IMproved		by Bram Moolenaar
- *
- * Do ":help uganda"  in Vim to read copying and usage conditions.
- * Do ":help credits" in Vim to see a list of people who contributed.
- * See README.txt for an overview of the Vim source code.
- */
-
-/*
- * os_mac.c -- code for the MacOS
- *
- * This file is mainly based on os_unix.c.
- */
-
-#include "vim.h"
-
-#if defined(__MRC__) || defined(__SC__) /* for Apple MPW Compilers */
-
-#include "StandardFile.h"
-
-/*
- * Implements the corresponding unix function
- */
-    int
-stat(
-    char *p,
-    struct stat *p_st)
-{
-    /*
-       TODO: Use functions which fill the FileParam struct (Files.h)
-	     and copy these contents to our self-defined stat struct
-     */
-    return 0;
-}
-#endif
-
-/*
- * change the current working directory
- */
-    int
-mch_chdir(char *p_name)
-{
-#if defined(__MRC__) || defined(__SC__) /* for Apple MPW Compilers */
-    /* TODO */
-    return FAIL;
-#else
-    return chdir(p_name);
-#endif
-}
-
-
-/*
- * Recursively build up a list of files in "gap" matching the first wildcard
- * in `path'.  Called by mch_expandpath().
- * "path" has backslashes before chars that are not to be expanded.
- */
-    static int
-mac_expandpath(
-    garray_T	*gap,
-    char_u	*path,
-    int		flags,		/* EW_* flags */
-    short	start_at,
-    short	as_full)
-{
-    /*
-     * TODO:
-     *		+Get Volumes (when looking for files in current dir)
-     *		+Make it work when working dir not on select volume
-     *		+Cleanup
-     */
-    short	index = 1;
-    OSErr	gErr;
-    char_u	dirname[256];
-    char_u	cfilename[256];
-    long	dirID;
-    char_u	*new_name;
-    CInfoPBRec	gMyCPB;
-    HParamBlockRec gMyHPBlock;
-    FSSpec	usedDir;
-
-    char_u	*buf;
-    char_u	*p, *s, *e, dany;
-    int		start_len, c;
-    char_u	*pat;
-    regmatch_T	regmatch;
-
-    start_len = gap->ga_len;
-    buf = alloc(STRLEN(path) + BASENAMELEN + 5);/* make room for file name */
-    if (buf == NULL)
-	return 0;
-
-/*
- * Find the first part in the path name that contains a wildcard.
- * Copy it into buf, including the preceding characters.
- */
-    p = buf;
-    s = buf;
-    e = NULL;
-#if 1
-    STRNCPY(buf, path, start_at);
-    p += start_at;
-    path += start_at;
-#endif
-
-    while (*path)
-    {
-	if (*path == ':')
-	{
-	    if (e)
-		break;
-	    s = p + 1;
-	}
-	/* should use  WILCARDLIST but what about ` */
-	/*	    if (vim_strchr((char_u *)"*?[{~$", *path) != NULL)*/
-	else if (vim_strchr((char_u *)WILDCHAR_LIST, *path) != NULL)
-	    e = p;
-#ifdef FEAT_MBYTE
-	if (has_mbyte)
-	{
-	    int len = (*mb_ptr2len)(path);
-
-	    STRNCPY(p, path, len);
-	    p += len;
-	    path += len;
-	}
-	else
-#endif
-	    *p++ = *path++;
-    }
-    e = p;
-
-    /* now we have one wildcard component between s and e */
-    *e = NUL;
-
-    dany = *s;
-    *s = NUL;
-    backslash_halve(buf);
-    *s = dany;
-
-    /* convert the file pattern to a regexp pattern */
-    pat = file_pat_to_reg_pat(s, e, NULL, FALSE);
-    if (pat == NULL)
-    {
-	vim_free(buf);
-	return 0;
-    }
-
-    /* compile the regexp into a program */
-    regmatch.rm_ic = FALSE;			/* Don't ever ignore case */
-    regmatch.regprog = vim_regcomp(pat, RE_MAGIC);
-    vim_free(pat);
-
-    if (regmatch.regprog == NULL)
-    {
-	vim_free(buf);
-	return 0;
-    }
-
-    /* open the directory for scanning */
-    c = *s;
-    *s = NUL;
-
-    if (*buf == NUL)
-    {
-	as_full = TRUE;
-#if 0
-	(void) mch_dirname (&dirname[1], 254);
-	dirname[0] = STRLEN(&dirname[1]);
-#endif
-    }
-    else
-    {
-	if (*buf == ':')  /* relative path */
-	{
-	    (void)mch_dirname(&dirname[1], 254);
-	    new_name = concat_fnames(&dirname[1], buf+1, TRUE);
-	    STRCPY(&dirname[1], new_name);
-	    dirname[0] = STRLEN(new_name);
-	    vim_free(new_name);
-	}
-	else
-	{
-	    STRCPY(&dirname[1], buf);
-	    backslash_halve(&dirname[1]);
-	    dirname[0] = STRLEN(buf);
-	}
-    }
-    *s = c;
-
-    FSMakeFSSpec (0, 0, dirname, &usedDir);
-
-    gMyCPB.dirInfo.ioNamePtr    = dirname;
-    gMyCPB.dirInfo.ioVRefNum    = usedDir.vRefNum;
-    gMyCPB.dirInfo.ioFDirIndex  = 0;
-    gMyCPB.dirInfo.ioDrDirID    = 0;
-
-    gErr = PBGetCatInfo(&gMyCPB, false);
-
-    gMyCPB.dirInfo.ioCompletion = NULL;
-    dirID = gMyCPB.dirInfo.ioDrDirID;
-    do
-    {
-	gMyCPB.hFileInfo.ioFDirIndex = index;
-	gMyCPB.hFileInfo.ioDirID     = dirID;
-
-	gErr = PBGetCatInfo(&gMyCPB, false);
-
-	if (gErr == noErr)
-	{
-	    vim_strncpy(cfilename, &dirname[1], dirname[0]);
-	    if (vim_regexec(&regmatch, cfilename, (colnr_T)0))
-	    {
-		if (s[-1] != ':')
-		{
-		    /* TODO: need to copy with cleaned name */
-		    STRCPY(s+1, cfilename);
-		    s[0] = ':';
-		}
-		else
-		{   /* TODO: need to copy with cleeaned name */
-		    STRCPY(s, cfilename);
-		}
-		start_at = STRLEN(buf);
-		STRCAT(buf, path);
-		if (mch_has_exp_wildcard(path))	/* handle more wildcards */
-		    (void)mac_expandpath(gap, buf, flags, start_at, FALSE);
-		else
-		{
-#ifdef DONT_ADD_PATHSEP_TO_DIR
-		    if ((gMyCPB.hFileInfo.ioFlAttrib & ioDirMask) !=0 )
-			STRCAT(buf, PATHSEPSTR);
-#endif
-		    addfile(gap, buf, flags);
-		}
-	    }
-#if 0	/* What is this supposed to do? */
-	    if ((gMyCPB.hFileInfo.ioFlAttrib & ioDirMask) != 0)
-	    {
-	    }
-	    else
-	    {
-	    }
-#endif
-	}
-	index++;
-    }
-    while (gErr == noErr);
-
-    if (as_full)
-    {
-	index = 1;
-	do
-	{
-	    gMyHPBlock.volumeParam.ioNamePtr = (char_u *) dirname;
-	    gMyHPBlock.volumeParam.ioVRefNum = 0;
-	    gMyHPBlock.volumeParam.ioVolIndex = index;
-
-	    gErr = PBHGetVInfo (&gMyHPBlock,false);
-	    if (gErr == noErr)
-	    {
-		vim_strncpy(cfilename, &dirname[1], dirname[0]);
-		if (vim_regexec(&regmatch, cfilename, (colnr_T)0))
-		{
-		    STRCPY(s, cfilename);
-		    STRCAT(buf, path);
-		    if (mch_has_exp_wildcard(path)) /* handle more wildcards */
-			(void)mac_expandpath(gap, s, flags, 0, FALSE);
-		    else
-		    {
-#ifdef DONT_ADD_PATHSEP_TO_DIR
-/*			if ((gMyCPB.hFileInfo.ioFlAttrib & ioDirMask) !=0 )
-*/			    STRCAT(buf, PATHSEPSTR);
-#endif
-			addfile(gap, s, flags);
-		    }
-#if 0
-		    STRCAT(cfilename, PATHSEPSTR);
-		    addfile (gap, cfilename, flags);
-#endif
-		}
-	    }
-	    index++;
-	}
-	while (gErr == noErr);
-    }
-
-    vim_free(regmatch.regprog);
-
-    return gap->ga_len - start_len;
-}
-
-/*
- * Recursively build up a list of files in "gap" matching the first wildcard
- * in `path'.  Called by expand_wildcards().
- * "pat" has backslashes before chars that are not to be expanded.
- */
-    int
-mch_expandpath(
-    garray_T	*gap,
-    char_u	*path,
-    int		flags)		/* EW_* flags */
-{
-#ifdef USE_UNIXFILENAME
-    return unix_expandpath(gap, path, 0, flags, FALSE);
-#else
-    char_u first = *path;
-    short  scan_volume;
-
-    slash_n_colon_adjust(path);
-
-    scan_volume = (first != *path);
-
-    return mac_expandpath(gap, path, flags, 0, scan_volume);
-#endif
-}
-
-    void
-fname_case(name, len)
-    char_u	*name;
-    int		len;	    /* buffer size, ignored here */
-{
-    /*
-     * TODO: get the real casing for the file
-     *       make it called
-     *       with USE_FNAME_CASE & USE_LONG_FNAME
-     *		    CASE_INSENSITIVE_FILENAME
-     *       within setfname, fix_fname, do_ecmd
-     */
-#ifdef USE_UNIXFILENAME
-    OSStatus	status;
-    FSRef	refFile;
-    UInt32	pathSize = STRLEN(name) + 1;
-    char_u	*path;
-    Boolean	isDirectory;
-
-    path = alloc(pathSize);
-    if (path == NULL)
-	return;
-
-    status = FSPathMakeRef((UInt8 *)name, &refFile, &isDirectory);
-    if (status)
-	return;
-
-    status = FSRefMakePath(&refFile, (UInt8 *)path, pathSize);
-    if (status)
-	return;
-
-    /* Paranoid: Update the name if only the casing differ.*/
-    if (STRICMP(name, path) == 0)
-	STRCPY(name, path);
-#endif
-}
-static char_u	*oldtitle = (char_u *) "gVim";
-
-/*
- * check for an "interrupt signal": CTRL-break or CTRL-C
- */
-    void
-mch_breakcheck()
-{
-    /*
-     * TODO: Scan event for a CTRL-C or COMMAND-. and do: got_int=TRUE;
-     *       or only go proccess event?
-     *       or do nothing
-     */
-    EventRecord theEvent;
-
-    if (EventAvail(keyDownMask, &theEvent))
-	if ((theEvent.message & charCodeMask) == Ctrl_C && ctrl_c_interrupts)
-	    got_int = TRUE;
-#if 0
-    short	i = 0;
-    Boolean     found = false;
-    EventRecord theEvent;
-
-    while ((i < 10) && (!found))
-    {
-	found = EventAvail (keyDownMask, &theEvent);
-	if (found)
-	{
-	  if ((theEvent.modifiers & controlKey) != 0)
-	    found = false;
-	  if ((theEvent.what == keyDown))
-	    found = false;
-	  if ((theEvent.message & charCodeMask) == Ctrl_C)
-	    {
-		found = false;
-		got_int = TRUE;
-	    }
-	}
-	i++;
-    }
-#endif
-
-}
-
-/*
- * Return amount of memory currently available.
- */
-    long_u
-mch_avail_mem(special)
-    int     special;
-{
-    /*
-     * TODO: Use MaxBlock, FreeMeM, PurgeSpace, MaxBlockSys FAQ-266
-     *       figure out what the special is for
-     *
-     * FreeMem  ->   returns all avail memory is application heap
-     * MaxBlock ->   returns the biggest contigeous block in application heap
-     * PurgeSpace ->
-     */
-    return MaxBlock();
-}
-
-    void
-mch_delay(msec, ignoreinput)
-    long	msec;
-    int		ignoreinput;
-{
-#if (defined(__MWERKS__) && __MWERKS__ >= 0x2000) \
-	|| defined(__MRC__) || defined(__SC__)
-    unsigned
-#endif
-    long   finalTick;
-
-    if (ignoreinput)
-	Delay (60*msec/1000, &finalTick);
-    else
-	/* even thougth we should call gui stuff from here
-	   it the simplest way to be safe */
-	gui_mch_wait_for_chars(msec);
-}
-
-    void
-mch_init()
-{
-    /*
-     *  TODO: Verify if needed, or override later.
-     */
-    Columns = 80;
-    Rows = 24;
-}
-
-/*
- * Check_win checks whether we have an interactive stdout.
- */
-    int
-mch_check_win(argc, argv)
-    int		argc;
-    char	**argv;
-{
-    /*
-     * TODO: Maybe to be remove through NO_CONSOLE
-     */
-    return OK;
-}
-
-/*
- * Return TRUE if the input comes from a terminal, FALSE otherwise.
- */
-    int
-mch_input_isatty()
-{
-    /*
-     * TODO: Maybe to be remove through NO_CONSOLE
-     */
-    return OK;
-}
-
-#ifdef FEAT_TITLE
-/*
- * Set the window title and icon.
- * (The icon is not taken care of).
- */
-    void
-mch_settitle(title, icon)
-    char_u *title;
-    char_u *icon;
-{
-    gui_mch_settitle(title, icon);
-}
-
-/*
- * Restore the window/icon title.
- * which is one of:
- *	1  Just restore title
- *      2  Just restore icon
- *	3  Restore title and icon
- * but don't care about the icon.
- */
-    void
-mch_restore_title(which)
-    int which;
-{
-    mch_settitle((which & 1) ? oldtitle : NULL, NULL);
-}
-#endif
-
-/*
- * Insert user name in s[len].
- * Return OK if a name found.
- */
-    int
-mch_get_user_name(s, len)
-    char_u	*s;
-    int		len;
-{
-#if !(defined(__MRC__) || defined(__SC__)) /* No solution yet */
-    /*
-     * TODO: clean up and try getlogin ()
-     */
-#if defined(HAVE_PWD_H) && defined(HAVE_GETPWUID)
-    struct passwd	*pw;
-#endif
-    uid_t		uid;
-
-    uid = getuid();
-#if defined(HAVE_PWD_H) && defined(HAVE_GETPWUID)
-    if ((pw = getpwuid(uid)) != NULL
-	    && pw->pw_name != NULL && *(pw->pw_name) != NUL)
-    {
-	vim_strncpy(s, pw->pw_name, len - 1);
-	return OK;
-    }
-#endif
-    sprintf((char *)s, "%d", (int)uid);		/* assumes s is long enough */
-#endif
-    return FAIL;				/* a number is not a name */
-}
-
-/*
- * Copy host name into s[len].
- */
-    void
-mch_get_host_name(s, len)
-    char_u	*s;
-    int		len;
-{
-#if defined(__MRC__) || defined(__SC__) || defined(__APPLE_CC__)
-    vim_strncpy(s, "Mac", len - 1); /* TODO: use Gestalt information */
-#else
-    struct utsname vutsname;
-
-    if (uname(&vutsname) < 0)
-	*s = NUL;
-    else
-	vim_strncpy(s, vutsname.nodename, len - 1);
-#endif
-}
-
-/*
- * return process ID
- */
-    long
-mch_get_pid()
-{
-    return (long)getpid();
-}
-
-/*
- * Get name of current directory into buffer 'buf' of length 'len' bytes.
- * Return OK for success, FAIL for failure.
- */
-    int
-mch_dirname(buf, len)
-    char_u	*buf;
-    int		len;
-{
-#if defined(__MRC__) || defined(__SC__)
-    return FAIL; /* No solution yet */
-#else
-    /* The last : is already put by getcwd */
-    if (getcwd((char *)buf, len) == NULL)
-	{
-	    STRCPY(buf, strerror(errno));
-	    return FAIL;
-	}
-# ifndef USE_UNIXFILENAME
-    else if (*buf != NUL && buf[STRLEN(buf) - 1] == ':')
-	buf[STRLEN(buf) - 1] = NUL;	/* remove trailing ':' */
-# endif
-    return OK;
-#endif
-}
-
-    void
-slash_to_colon(p)
-    char_u	*p;
-{
-    for ( ; *p; ++p)
-	if (*p == '/')
-	    *p = ':';
-}
-
-    char_u *
-slash_to_colon_save (p)
-    char_u  *p;
-{
-    char_u	*res;
-
-    res = vim_strsave(p);
-    if (res == NULL)
-	return p;
-    slash_to_colon(res);
-    return res;
-}
-
-    void
-slash_n_colon_adjust (buf)
-    char_u *buf;
-{
-    /*
-     * TODO: Make it faster
-     */
-#ifndef USE_UNIXFILENAME
-    char_u  temp[MAXPATHL];
-    char_u  *first_colon = vim_strchr(buf, ':');
-    char_u  *first_slash = vim_strchr(buf, '/');
-    int     full = TRUE;
-    char_u  *scanning;
-    char_u  *filling;
-    char_u  last_copied = NUL;
-
-    if (*buf == NUL)
-	return ;
-
-    if ((first_colon == NULL) && (first_slash == NULL))
-	full = FALSE;
-    if ((first_slash == NULL) && (first_colon != NULL))
-	full = TRUE;
-    if ((first_colon == NULL) && (first_slash != NULL))
-	full =	FALSE;
-    if ((first_slash < first_colon) && (first_slash != NULL))
-	full = FALSE;
-    if ((first_colon < first_slash) && (first_colon != NULL))
-	full = TRUE;
-    if (first_slash == buf)
-	full = TRUE;
-    if (first_colon == buf)
-	full = FALSE;
-
-    scanning = buf;
-    filling  = temp;
-
-    while (*scanning != NUL)
-    {
-	if (*scanning == '/')
-	{
-	    if ((scanning[1] != '/') && (scanning[-1] != ':'))
-	    {
-		*filling++ = ':';
-		scanning++;
-	    }
-	    else
-		scanning++;
-	}
-	else if (*scanning == '.')
-	{
-	    if ((scanning[1] == NUL) || scanning[1] == '/')
-	    {
-		if (scanning[1] == NUL)
-		    scanning += 1;
-		else
-		    scanning += 2;
-	    }
-	    else if (scanning[1] == '.')
-	    {
-		if ((scanning[2] == NUL) || scanning[2] == '/')
-		{
-		    *filling++ = ':';
-		    if (scanning[2] == NUL)
-			scanning +=2;
-		    else
-			scanning += 3;
-		}
-		else
-		{
-		    *filling++ = *scanning++;
-		}
-	    }
-	    else
-	    {
-		*filling++ = *scanning++;
-	    }
-
-	}
-	else
-	{
-	    *filling++ = *scanning++;
-	}
-
-    }
-
-    *filling = 0;
-    filling = temp;
-
-    if (!full)
-    {
-	if (buf[0] != ':')
-	{
-	    buf[0] = ':';
-	    buf[1] = NUL;
-	}
-	else
-	    buf[0] = NUL;
-    }
-    else
-    {
-	buf[0] = NUL;
-	if (filling[0] == ':')
-	    filling++;
-    }
-
-    STRCAT (buf, filling);
-#endif
-}
-
-/*
- * Get absolute filename into buffer 'buf' of length 'len' bytes.
- *
- * return FAIL for failure, OK for success
- */
-    int
-mch_FullName(fname, buf, len, force)
-    char_u  *fname, *buf;
-    int     len;
-    int     force;	    /* also expand when already absolute path name */
-{
-    /*
-     * TODO: Find what TODO
-     */
-    int		l;
-    char_u	olddir[MAXPATHL];
-    char_u	newdir[MAXPATHL];
-    char_u	*p;
-    char_u	c;
-    int		retval = OK;
-
-    if (force || !mch_isFullName(fname))
-    {
-	/*
-	 * Forced or not an absolute path.
-	 * If the file name has a path, change to that directory for a moment,
-	 * and then do the getwd() (and get back to where we were).
-	 * This will get the correct path name with "../" things.
-	 */
-	if ((p = vim_strrchr(fname, ':')) != NULL)
-	{
-	    p++;
-	    if (mch_dirname(olddir, MAXPATHL) == FAIL)
-	    {
-		p = NULL;		/* can't get current dir: don't chdir */
-		retval = FAIL;
-	    }
-	    else
-	    {
-		c = *p;
-		*p = NUL;
-		if (mch_chdir((char *)fname))
-		    retval = FAIL;
-		else
-		    fname = p; /* + 1;*/
-		*p = c;
-	    }
-	}
-	if (mch_dirname(buf, len) == FAIL)
-	{
-	    retval = FAIL;
-	    *newdir = NUL;
-	}
-	l = STRLEN(buf);
-	if (STRCMP(fname, ".") != 0)
-	{
-#ifdef USE_UNIXFILENAME
-	    if (l > 0 && buf[l - 1] != '/' && *fname != NUL)
-		STRCAT(buf, "/");
-#else
-	    if (l > 0 && buf[l - 1] != ':' && *fname != NUL)
-		STRCAT(buf, ":");
-#endif
-	}
-	if (p != NULL)
-	    mch_chdir((char *)olddir);
-	if (STRCMP(fname, ".") != 0)
-	    STRCAT(buf, fname);
-    }
-    else
-    {
-	vim_strncpy(buf, fname, len - 1);
-	slash_n_colon_adjust(buf);
-    }
-
-    return retval;
-}
-
-/*
- * Return TRUE if "fname" does not depend on the current directory.
- */
-	int
-mch_isFullName(fname)
-	char_u		*fname;
-{
-#ifdef USE_UNIXFILENAME
-    return ((fname[0] == '/') || (fname[0] == '~'));
-#else
-    /*
-     * TODO: Make sure fname is always of mac still
-     *       i.e: passed throught slash_n_colon_adjust
-     */
-	char_u	*first_colon = vim_strchr(fname, ':');
-	char_u	*first_slash = vim_strchr(fname, '/');
-
-	if (first_colon == fname)
-	  return FALSE;
-	if (first_slash == fname)
-	  return TRUE;
-	if ((first_colon < first_slash) && (first_colon != NULL))
-	  return TRUE;
-	if ((first_slash < first_colon) && (first_slash != NULL))
-	  return FALSE;
-	if ((first_colon == NULL) && (first_slash != NULL))
-	  return FALSE;
-	if ((first_slash == NULL) && (first_colon != NULL))
-	  return TRUE;
-	if ((first_colon == NULL) && (first_slash == NULL))
-	  return FALSE;
-	return TRUE;
-#endif
-}
-
-/*
- * Replace all slashes by colons.
- */
-    void
-slash_adjust(p)
-    char_u  *p;
-{
-#ifndef USE_UNIXFILENAME
-    /*
-     * TODO: keep escaped '/'
-     */
-
-    while (*p)
-    {
-	if (*p == '/')
-	    *p = ':';
-	mb_ptr_adv(p);
-    }
-#endif
-}
-
-/*
- * Get file permissions for 'name'.
- * Returns -1 when it doesn't exist.
- */
-    long
-mch_getperm(name)
-    char_u *name;
-{
-    /*
-     * TODO: Maybe use AppleShare info??
-     *       Use locked for non writable
-     */
-
-    struct stat statb;
-
-    if (stat((char *)name, &statb))
-	return -1;
-    return statb.st_mode;
-}
-
-/*
- * set file permission for 'name' to 'perm'
- *
- * return FAIL for failure, OK otherwise
- */
-    int
-mch_setperm(name, perm)
-    char_u	*name;
-    long	perm;
-{
-    /*
-     * TODO: Maybe use AppleShare info??
-     *       Use locked for non writable
-     */
-    return (OK);
-}
-
-/*
- * Set hidden flag for "name".
- */
-    void
-mch_hide(name)
-    char_u  *name;
-{
-    /*
-     * TODO: Hide the file throught FileManager FAQ 8-34
-     *
-     *  *name is mac style start with : for relative
-     */
-}
-
-
-/*
- * return TRUE if "name" is a directory
- * return FALSE if "name" is not a directory
- * return FALSE for error
- */
-    int
-mch_isdir(name)
-    char_u  *name;
-{
-    /*
-     * TODO: Find out by FileManager calls ...
-     */
-    struct stat statb;
-
-#if defined(TARGET_API_MAC_CARBON) && TARGET_API_MAC_CARBON
-    /* For some reason the name is sometimes empty,
-     * (such as for a not yet named file). An empty
-     * filename is interpreted by the MacOS version
-     * of stat (at least under Codewarrior) as the
-     * current directory.
-     */
-    /* AK 20020413
-     * This is required for Carbon but breaks the
-     * explorer plugin in Classic
-     */
-    if (name[0] == NULL)
-	return FALSE;
-#endif
-
-    if (stat((char *)name, &statb))
-	return FALSE;
-#if defined(__MRC__) || defined(__SC__)
-    return FALSE;   /* definitely TODO */
-#else
-    return ((statb.st_mode & S_IFMT) == S_IFDIR ? TRUE : FALSE);
-#endif
-}
-
-#if defined(FEAT_EVAL) || defined(PROTO)
-/*
- * Return 1 if "name" can be executed, 0 if not.
- * Return -1 if unknown.
- */
-    int
-mch_can_exe(name)
-    char_u	*name;
-{
-    /* TODO */
-    return -1;
-}
-#endif
-
-/*
- * Check what "name" is:
- * NODE_NORMAL: file or directory (or doesn't exist)
- * NODE_WRITABLE: writable device, socket, fifo, etc.
- * NODE_OTHER: non-writable things
- */
-    int
-mch_nodetype(name)
-    char_u	*name;
-{
-    /* TODO */
-    return NODE_NORMAL;
-}
-
-    void
-mch_early_init()
-{
-}
-
-    void
-mch_exit(r)
-    int     r;
-{
-    display_errors();
-
-    ml_close_all(TRUE);		/* remove all memfiles */
-    exit(r);
-}
-
-
-    void
-mch_settmode(tmode)
-    int     tmode;
-{
-    /*
-     * TODO: remove the needs of it.
-     */
-}
-
-#ifdef FEAT_MOUSE
-/*
- * set mouse clicks on or off (only works for xterms)
- */
-    void
-mch_setmouse(on)
-    int     on;
-{
-    /*
-     * TODO: remove the needs of it.
-     */
-}
-#endif
-
-/*
- * set screen mode, always fails.
- */
-    int
-mch_screenmode(arg)
-    char_u	 *arg;
-{
-    EMSG(_(e_screenmode));
-    return FAIL;
-}
-
-    int
-mch_call_shell(cmd, options)
-    char_u	*cmd;
-    int		options;	/* SHELL_*, see vim.h */
-{
-    /*
-     * TODO: find a shell or pseudo-shell to call
-     *       for some simple useful command
-     */
-
-    return (-1);
-}
-
-/*
- * Return TRUE if "p" contains a wildcard that can be expanded by
- * mch_expandpath().
- */
-    int
-mch_has_exp_wildcard(p)
-    char_u	*p;
-{
-    for ( ; *p; mb_ptr_adv(p))
-    {
-	if (*p == '\\' && p[1] != NUL)
-	    ++p;
-	else if (vim_strchr((char_u *)WILDCHAR_LIST, *p) != NULL)
-	    return TRUE;
-    }
-    return FALSE;
-}
-
-    int
-mch_has_wildcard(p)
-    char_u	*p;
-{
-#ifdef USE_UNIXFILENAME
-    if (*p == '~' && p[1] != NUL)
-	return TRUE;
-#endif
-    return mch_has_exp_wildcard(p);
-}
-
-
-/*
- * This procedure duplicate a file, it is used in order to keep
- * the footprint of the previous file, when some info can be easily
- * restored with set_perm().
- *
- * Return -1 for failure, 0 for success.
- */
-    int
-mch_copy_file(from, to)
-    char_u *from;
-    char_u *to;
-{
-    char_u  from_str[256];
-    char_u  to_str[256];
-    char_u  to_name[256];
-
-    HParamBlockRec paramBlock;
-    char_u  *char_ptr;
-    int	    len;
-
-    /*
-     * Convert C string to Pascal string
-     */
-     char_ptr = from;
-     len = 1;
-     for (; (*char_ptr != 0) && (len < 255); len++, char_ptr++)
-	from_str[len] = *char_ptr;
-     from_str[0] = len-1;
-
-     char_ptr = to;
-     len = 1;
-     for (; (*char_ptr != 0) && (len < 255); len++, char_ptr++)
-	to_str[len] = *char_ptr;
-     to_str[0] = len-1;
-
-    paramBlock.copyParam.ioCompletion = NULL;
-    paramBlock.copyParam.ioNamePtr    = from_str;
- /* paramBlock.copyParam.ioVRefnum    =  overided by ioFilename; */
- /* paramBlock.copyParam.ioDirI       =  overided by ioFilename; */
-
-    paramBlock.copyParam.ioNewName    = to_str;
-    paramBlock.copyParam.ioCopyName   = to_name;     /* NIL */
- /* paramBlock.copyParam.ioDstVRefNum = overided by ioNewName;   */
- /* paramBlock.copyParam.ioNewDirID   = overided by ioNewName;   */
-
-
-
-    /*
-     * First delete the "to" file, this is required on some systems to make
-     * the rename() work, on other systems it makes sure that we don't have
-     * two files when the rename() fails.
-     */
-    mch_remove(to);
-
-    /*
-     * First try a normal rename, return if it works.
-     */
-    (void) PBHCopyFile(&paramBlock, false);
-    return 0;
-
-}
-
-
-    int
-mch_copy_file_attribute(from, to)
-    char_u *from;
-    char_u *to;
-{
-    FSSpec	frFSSpec;
-    FSSpec	toFSSpec;
-    FInfo	fndrInfo;
-    Str255	name;
-    ResType	type;
-    ResType	sink;
-    Handle	resource;
-    short	idxTypes;
-    short	nbTypes;
-    short	idxResources;
-    short	nbResources;
-    short	ID;
-    short	frRFid;
-    short	toRFid;
-    short	attrs_orig;
-    short	attrs_copy;
-    short	temp;
-
-    /* TODO: Handle error */
-    (void)GetFSSpecFromPath(from, &frFSSpec);
-    (void)GetFSSpecFromPath(to  , &toFSSpec);
-
-    /* Copy resource fork */
-    temp = 0;
-
-#if 1
-     frRFid = FSpOpenResFile (&frFSSpec, fsCurPerm);
-
-     if (frRFid != -1)
-     {
-	 FSpCreateResFile(&toFSSpec, 'TEXT', UNKNOWN_CREATOR, 0);
-	 toRFid = FSpOpenResFile(&toFSSpec, fsRdWrPerm);
-
-	 UseResFile(frRFid);
-
-	 nbTypes = Count1Types();
-
-	 for (idxTypes = 1; idxTypes <= nbTypes; idxTypes++)
-	 {
-	     Get1IndType(&type, idxTypes);
-	     nbResources = Count1Resources(type);
-
-	     for (idxResources = 1; idxResources <= nbResources; idxResources++)
-	     {
-		 attrs_orig = 0; /* in case GetRes fails */
-		 attrs_copy = 0; /* in case GetRes fails */
-		 resource = Get1IndResource(type, idxResources);
-		 GetResInfo(resource, &ID, &sink, name);
-		 HLock(resource);
-		 attrs_orig = GetResAttrs(resource);
-		 DetachResource(resource);
-
-
-		 UseResFile(toRFid);
-		 AddResource(resource, type, ID, name);
-		 attrs_copy = GetResAttrs(resource);
-		 attrs_copy = (attrs_copy & 0x2) | (attrs_orig & 0xFD);
-		 SetResAttrs(resource, attrs_copy);
-		 WriteResource(resource);
-		 UpdateResFile(toRFid);
-
-		 temp = GetResAttrs(resource);
-
-		 /*SetResAttrs (resource, 0);*/
-		 HUnlock(resource);
-		 ReleaseResource(resource);
-		 UseResFile(frRFid);
-	     }
-	 }
-	 CloseResFile(toRFid);
-	 CloseResFile(frRFid);
-     }
-#endif
-    /* Copy Finder Info */
-    (void)FSpGetFInfo(&frFSSpec, &fndrInfo);
-    (void)FSpSetFInfo(&toFSSpec, &fndrInfo);
-
-    return (temp == attrs_copy);
-}
-
-    int
-mch_has_resource_fork (file)
-    char_u *file;
-{
-    FSSpec  fileFSSpec;
-    short   fileRFid;
-
-    /* TODO: Handle error */
-    (void)GetFSSpecFromPath(file, &fileFSSpec);
-    fileRFid = FSpOpenResFile(&fileFSSpec, fsCurPerm);
-    if (fileRFid != -1)
-	CloseResFile(fileRFid);
-
-    return (fileRFid != -1);
-}
-
-    int
-mch_get_shellsize(void)
-{
-    /* never used */
-    return OK;
-}
-
-    void
-mch_set_shellsize(void)
-{
-    /* never used */
-}
-
-/*
- * Rows and/or Columns has changed.
- */
-    void
-mch_new_shellsize(void)
-{
-    /* never used */
-}
-
-/*
- * Those function were set as #define before, but in order
- * to allow an easier us of os_unix.c for the MacOS X port,
- * they are change to procedure. Thec ompile whould optimize
- * them out.
- */
-
-    int
-mch_can_restore_title()
-{
-    return TRUE;
-}
-
-    int
-mch_can_restore_icon()
-{
-    return TRUE;
-}
-
-/*
- * If the machine has job control, use it to suspend the program,
- * otherwise fake it by starting a new shell.
- */
-    void
-mch_suspend()
-{
-    /* TODO: get calle in #ifndef NO_CONSOLE */
-    gui_mch_iconify();
-};
-
deleted file mode 100644
--- a/src/os_mac.pbproj/project.pbxproj
+++ /dev/null
@@ -1,1537 +0,0 @@
-// !$*UTF8*$!
-{
-	archiveVersion = 1;
-	classes = {
-	};
-	objectVersion = 34;
-	objects = {
-		00EF808200C49A857F000001 = {
-			isa = PBXFileReference;
-			path = gui_mac.rsrc;
-			refType = 2;
-		};
-		00EF808300C49A857F000001 = {
-			fileRef = 00EF808200C49A857F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-//000
-//001
-//002
-//003
-//004
-//010
-//011
-//012
-//013
-//014
-		014D3B8900BB52A07F000001 = {
-			children = (
-				273798BE00B36B037F000001,
-				273798C600B36B037F000001,
-				273798CA00B36B037F000001,
-				273798CE00B36B037F000001,
-				273798D200B36B037F000001,
-				273798D400B36B037F000001,
-				273798D500B36B037F000001,
-				273798D600B36B037F000001,
-				273798E000B36B037F000001,
-				273798E100B36B037F000001,
-				273798E500B36B037F000001,
-				273798E800B36B037F000001,
-				273798EC00B36B047F000001,
-				273798F100B36B047F000001,
-				273798F200B36B047F000001,
-				2737992C00B36BA77F000001,
-			);
-			isa = PBXGroup;
-			name = Headers;
-			refType = 4;
-		};
-		014D3B8B00BB59CA7F000001 = {
-			children = (
-				273798E200B36B037F000001,
-				273798ED00B36B047F000001,
-				273798D300B36B037F000001,
-			);
-			isa = PBXGroup;
-			name = "Unused Source";
-			path = "";
-			refType = 4;
-		};
-//010
-//011
-//012
-//013
-//014
-//020
-//021
-//022
-//023
-//024
-		0249A665FF388DC511CA2CEA = {
-			isa = PBXApplicationReference;
-			path = Vim.app;
-			refType = 3;
-		};
-		0249A669FF388E3911CA2CEA = {
-			isa = PBXFileReference;
-			name = "libstdc++.a";
-			path = "/usr/lib/libstdc++.a";
-			refType = 0;
-		};
-		0249A66AFF388E3911CA2CEA = {
-			fileRef = 0249A669FF388E3911CA2CEA;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-//020
-//021
-//022
-//023
-//024
-//040
-//041
-//042
-//043
-//044
-		04313892FE3035C9C02AAC07 = {
-			buildActionMask = 2147483647;
-			files = (
-				2737992900B36B047F000001,
-				00EF808300C49A857F000001,
-			);
-			isa = PBXRezBuildPhase;
-			name = "ResourceManager Resources";
-		};
-//040
-//041
-//042
-//043
-//044
-//050
-//051
-//052
-//053
-//054
-		05952DFCFFF02D1B11CA0E50 = {
-			buildRules = (
-			);
-			buildSettings = {
-				COPY_PHASE_STRIP = NO;
-				OPTIMIZATION_CFLAGS = "-O0";
-			};
-			isa = PBXBuildStyle;
-			name = Development;
-		};
-		05952DFDFFF02D1B11CA0E50 = {
-			buildRules = (
-			);
-			buildSettings = {
-				COPY_PHASE_STRIP = YES;
-			};
-			isa = PBXBuildStyle;
-			name = Deployment;
-		};
-//050
-//051
-//052
-//053
-//054
-//060
-//061
-//062
-//063
-//064
-		0640BAA4FFF0323A11CA0E50 = {
-			isa = PBXFrameworkReference;
-			name = ApplicationServices.framework;
-			path = /System/Library/Frameworks/ApplicationServices.framework;
-			refType = 0;
-		};
-		0640BAA5FFF0323A11CA0E50 = {
-			isa = PBXFrameworkReference;
-			name = CoreServices.framework;
-			path = /System/Library/Frameworks/CoreServices.framework;
-			refType = 0;
-		};
-		06B64A4A00BBD0257F000001 = {
-			isa = PBXFileReference;
-			path = move.c;
-			refType = 4;
-		};
-		06B64A4B00BBD0257F000001 = {
-			fileRef = 06B64A4A00BBD0257F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-//060
-//061
-//062
-//063
-//064
-//0C0
-//0C1
-//0C2
-//0C3
-//0C4
-		0C11626000BD3A897F000001 = {
-			isa = PBXFileReference;
-			path = os_unix.c;
-			refType = 4;
-		};
-//0C0
-//0C1
-//0C2
-//0C3
-//0C4
-//0D0
-//0D1
-//0D2
-//0D3
-//0D4
-		0D29631B00C303B07F000001 = {
-			children = (
-				273798CF00B36B037F000001,
-				273798DF00B36B037F000001,
-				0C11626000BD3A897F000001,
-				F5E2C53F00FACD0901000001,
-			);
-			isa = PBXGroup;
-			name = "Mac Port Sources";
-			refType = 4;
-		};
-//0D0
-//0D1
-//0D2
-//0D3
-//0D4
-//120
-//121
-//122
-//123
-//124
-		12FD6A1900C500167F000001 = {
-			isa = PBXFileReference;
-			path = gui_mac.icns;
-			refType = 4;
-		};
-		12FD6A1A00C500167F000001 = {
-			fileRef = 12FD6A1900C500167F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-//120
-//121
-//122
-//123
-//124
-//190
-//191
-//192
-//193
-//194
-		195DF8C9FE9D4F0611CA2CBB = {
-			children = (
-				0249A665FF388DC511CA2CEA,
-			);
-			isa = PBXGroup;
-			name = Products;
-			refType = 4;
-		};
-//190
-//191
-//192
-//193
-//194
-//200
-//201
-//202
-//203
-//204
-		20286C28FDCF999611CA2CEA = {
-			buildStyles = (
-				05952DFCFFF02D1B11CA0E50,
-				05952DFDFFF02D1B11CA0E50,
-			);
-			isa = PBXProject;
-			mainGroup = 20286C29FDCF999611CA2CEA;
-			projectDirPath = "";
-			targets = (
-				20286C34FDCF999611CA2CEA,
-			);
-		};
-		20286C29FDCF999611CA2CEA = {
-			children = (
-				2737993000B36BF77F000001,
-				014D3B8900BB52A07F000001,
-				014D3B8B00BB59CA7F000001,
-				F5D0FB2B00F8C29A01000001,
-				0D29631B00C303B07F000001,
-				20286C2AFDCF999611CA2CEA,
-				20286C2CFDCF999611CA2CEA,
-				20286C32FDCF999611CA2CEA,
-				195DF8C9FE9D4F0611CA2CBB,
-			);
-			isa = PBXGroup;
-			name = vim;
-			path = "";
-			refType = 4;
-		};
-		20286C2AFDCF999611CA2CEA = {
-			children = (
-				20286C2BFDCF999611CA2CEA,
-				273798BF00B36B037F000001,
-				273798C000B36B037F000001,
-				273798C100B36B037F000001,
-				273798C200B36B037F000001,
-				273798C300B36B037F000001,
-				273798C400B36B037F000001,
-				273798C500B36B037F000001,
-				273798C700B36B037F000001,
-				273798C800B36B037F000001,
-				7E3AAAD704841C0000EFC20E,
-				273798C900B36B037F000001,
-				273798CB00B36B037F000001,
-				273798CC00B36B037F000001,
-				273798CD00B36B037F000001,
-				273798D100B36B037F000001,
-				273798D700B36B037F000001,
-				273798D800B36B037F000001,
-				273798D900B36B037F000001,
-				273798DA00B36B037F000001,
-				273798DB00B36B037F000001,
-				273798DC00B36B037F000001,
-				273798DD00B36B037F000001,
-				06B64A4A00BBD0257F000001,
-				2737992A00B36BA77F000001,
-				2737992B00B36BA77F000001,
-				273798DE00B36B037F000001,
-				273798E300B36B037F000001,
-				273798E400B36B037F000001,
-				273798E600B36B037F000001,
-				273798E700B36B037F000001,
-				273798E900B36B037F000001,
-				273798EA00B36B037F000001,
-				273798EB00B36B047F000001,
-				273798EE00B36B047F000001,
-				273798EF00B36B047F000001,
-				273798F000B36B047F000001,
-				273798F300B36B047F000001,
-			);
-			isa = PBXGroup;
-			name = Sources;
-			path = "";
-			refType = 4;
-		};
-		20286C2BFDCF999611CA2CEA = {
-			isa = PBXFileReference;
-			path = main.c;
-			refType = 4;
-		};
-		20286C2CFDCF999611CA2CEA = {
-			children = (
-				12FD6A1900C500167F000001,
-				00EF808200C49A857F000001,
-				273798D000B36B037F000001,
-			);
-			isa = PBXGroup;
-			name = Resources;
-			path = "";
-			refType = 4;
-		};
-		20286C32FDCF999611CA2CEA = {
-			children = (
-				20286C33FDCF999611CA2CEA,
-				0249A669FF388E3911CA2CEA,
-				0640BAA4FFF0323A11CA0E50,
-				0640BAA5FFF0323A11CA0E50,
-			);
-			isa = PBXGroup;
-			name = "External Frameworks and Libraries";
-			path = "";
-			refType = 4;
-		};
-		20286C33FDCF999611CA2CEA = {
-			isa = PBXFrameworkReference;
-			name = Carbon.framework;
-			path = /System/Library/Frameworks/Carbon.framework;
-			refType = 0;
-		};
-		20286C34FDCF999611CA2CEA = {
-			buildPhases = (
-				20286C35FDCF999611CA2CEA,
-				20286C36FDCF999611CA2CEA,
-				20286C38FDCF999611CA2CEA,
-				20286C3BFDCF999611CA2CEA,
-				04313892FE3035C9C02AAC07,
-			);
-			buildSettings = {
-				FRAMEWORK_SEARCH_PATHS = "";
-				HEADER_SEARCH_PATHS = "proto /Developer/Headers/FlatCarbon";
-				INSTALL_PATH = "$(HOME)/Applications";
-				LIBRARY_SEARCH_PATHS = "";
-				OTHER_CFLAGS = "-DMACOS_X_UNIX";
-				OTHER_LDFLAGS = "";
-				OTHER_REZFLAGS = "";
-				PRODUCT_NAME = Vim;
-				SECTORDER_FLAGS = "";
-				WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
-				WRAPPER_EXTENSION = app;
-			};
-			dependencies = (
-			);
-			isa = PBXApplicationTarget;
-			name = vim;
-			productInstallPath = "$(HOME)/Applications";
-			productName = vim;
-			productReference = 0249A665FF388DC511CA2CEA;
-			productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
-<!DOCTYPE plist SYSTEM \"file://localhost/System/Library/DTDs/PropertyList.dtd\">
-<plist version=\"0.9\">
-<dict>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>English</string>
-	<key>CFBundleDocumentTypes</key>
-	<array>
-	    <dict>
-		<key>CFBundleTypeExtensions</key>
-		<array>
-		    <string>*</string>
-		</array>
-		<key>CFBundleTypeIconFile</key>
-		<string>txt.icns</string>
-		<key>CFBundleTypeName</key>
-		<string>NSStringPboardType</string>
-		<key>CFBundleTypeOSTypes</key>
-		<array>
-		    <string>****</string>
-		</array>
-		<key>CFBundleTypeRole</key>
-		<string>Editor</string>
-	    </dict>
-	</array>
-	<key>CFBundleExecutable</key>
-	<string>Vim</string>
-	<key>CFBundleGetInfoString</key>
-	<string></string>
-	<key>CFBundleIconFile</key>
-	<string>gui_mac.icns</string>
-	<key>CFBundleIdentifier</key>
-	<string></string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>7.0aa</string>
-	<key>CFBundleName</key>
-	<string>Vim</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
-	<key>CFBundleShortVersionString</key>
-	<string>Vim 7.0aa</string>
-	<key>CFBundleSignature</key>
-	<string>????</string>
-	<key>CFBundleVersion</key>
-	<string>0.1</string>
-	<key>CSResourcesFileMapped</key>
-	<true/>
-</dict>
-</plist>
-";
-			shouldUseHeadermap = 1;
-		};
-		20286C35FDCF999611CA2CEA = {
-			buildActionMask = 2147483647;
-			files = (
-				273798F400B36B047F000001,
-				273798F500B36B047F000001,
-				273798F600B36B047F000001,
-				273798F700B36B047F000001,
-				273798F800B36B047F000001,
-				273798F900B36B047F000001,
-				273798FA00B36B047F000001,
-				273798FB00B36B047F000001,
-				273798FC00B36B047F000001,
-				273798FD00B36B047F000001,
-				273798FE00B36B047F000001,
-				273798FF00B36B047F000001,
-				2737990000B36B047F000001,
-				2737990100B36B047F000001,
-				2737990200B36B047F000001,
-				2737992D00B36BA77F000001,
-			);
-			isa = PBXHeadersBuildPhase;
-			name = Headers;
-		};
-		20286C36FDCF999611CA2CEA = {
-			buildActionMask = 2147483647;
-			files = (
-				12FD6A1A00C500167F000001,
-			);
-			isa = PBXResourcesBuildPhase;
-			name = "Bundle Resources";
-		};
-		20286C38FDCF999611CA2CEA = {
-			buildActionMask = 2147483647;
-			files = (
-				20286C39FDCF999611CA2CEA,
-				2737990300B36B047F000001,
-				2737990400B36B047F000001,
-				2737990500B36B047F000001,
-				2737990600B36B047F000001,
-				2737990700B36B047F000001,
-				2737990800B36B047F000001,
-				2737990900B36B047F000001,
-				2737990A00B36B047F000001,
-				2737990B00B36B047F000001,
-				2737990C00B36B047F000001,
-				2737990D00B36B047F000001,
-				2737990E00B36B047F000001,
-				2737990F00B36B047F000001,
-				2737991000B36B047F000001,
-				2737991100B36B047F000001,
-				2737991300B36B047F000001,
-				2737991400B36B047F000001,
-				2737991500B36B047F000001,
-				2737991600B36B047F000001,
-				2737991700B36B047F000001,
-				2737991800B36B047F000001,
-				2737991900B36B047F000001,
-				2737991A00B36B047F000001,
-				2737991D00B36B047F000001,
-				2737991E00B36B047F000001,
-				2737991F00B36B047F000001,
-				2737992000B36B047F000001,
-				2737992100B36B047F000001,
-				2737992200B36B047F000001,
-				2737992300B36B047F000001,
-				2737992500B36B047F000001,
-				2737992600B36B047F000001,
-				2737992700B36B047F000001,
-				2737992800B36B047F000001,
-				2737992E00B36BA77F000001,
-				2737992F00B36BA77F000001,
-				06B64A4B00BBD0257F000001,
-				F5D0FB2D00F8C2BF01000001,
-				F5E2C54000FACD0901000001,
-				F5CC3220018E3F6801891561,
-				7E3AAAD804841C0000EFC20E,
-				7E556E1404841F7900882585,
-			);
-			isa = PBXSourcesBuildPhase;
-			name = Sources;
-		};
-		20286C39FDCF999611CA2CEA = {
-			fileRef = 20286C2BFDCF999611CA2CEA;
-			isa = PBXBuildFile;
-			settings = {
-				ATTRIBUTES = (
-				);
-			};
-		};
-		20286C3BFDCF999611CA2CEA = {
-			buildActionMask = 2147483647;
-			files = (
-				20286C3CFDCF999611CA2CEA,
-				0249A66AFF388E3911CA2CEA,
-			);
-			isa = PBXFrameworksBuildPhase;
-			name = "Frameworks & Libraries";
-		};
-		20286C3CFDCF999611CA2CEA = {
-			fileRef = 20286C33FDCF999611CA2CEA;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-//200
-//201
-//202
-//203
-//204
-//270
-//271
-//272
-//273
-//274
-		273798BE00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = ascii.h;
-			refType = 4;
-		};
-		273798BF00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = buffer.c;
-			refType = 4;
-		};
-		273798C000B36B037F000001 = {
-			isa = PBXFileReference;
-			path = charset.c;
-			refType = 4;
-		};
-		273798C100B36B037F000001 = {
-			isa = PBXFileReference;
-			path = diff.c;
-			refType = 4;
-		};
-		273798C200B36B037F000001 = {
-			isa = PBXFileReference;
-			path = digraph.c;
-			refType = 4;
-		};
-		273798C300B36B037F000001 = {
-			isa = PBXFileReference;
-			path = edit.c;
-			refType = 4;
-		};
-		273798C400B36B037F000001 = {
-			isa = PBXFileReference;
-			path = eval.c;
-			refType = 4;
-		};
-		273798C500B36B037F000001 = {
-			isa = PBXFileReference;
-			path = ex_cmds.c;
-			refType = 4;
-		};
-		273798C600B36B037F000001 = {
-			isa = PBXFileReference;
-			path = ex_cmds.h;
-			refType = 4;
-		};
-		273798C700B36B037F000001 = {
-			isa = PBXFileReference;
-			path = ex_cmds2.c;
-			refType = 4;
-		};
-		273798C800B36B037F000001 = {
-			isa = PBXFileReference;
-			path = ex_docmd.c;
-			refType = 4;
-		};
-		273798C900B36B037F000001 = {
-			isa = PBXFileReference;
-			path = ex_getln.c;
-			refType = 4;
-		};
-		273798CA00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = feature.h;
-			refType = 4;
-		};
-		273798CB00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = fileio.c;
-			refType = 4;
-		};
-		273798CC00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = fold.c;
-			refType = 4;
-		};
-		273798CD00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = getchar.c;
-			refType = 4;
-		};
-		273798CE00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = globals.h;
-			refType = 4;
-		};
-		273798CF00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = gui_mac.c;
-			refType = 4;
-		};
-		273798D000B36B037F000001 = {
-			isa = PBXFileReference;
-			path = gui_mac.r;
-			refType = 4;
-		};
-		273798D100B36B037F000001 = {
-			isa = PBXFileReference;
-			path = gui.c;
-			refType = 4;
-		};
-		273798D200B36B037F000001 = {
-			isa = PBXFileReference;
-			path = gui.h;
-			refType = 4;
-		};
-		273798D300B36B037F000001 = {
-			isa = PBXFileReference;
-			path = integration.c;
-			refType = 4;
-		};
-		273798D400B36B037F000001 = {
-			isa = PBXFileReference;
-			path = integration.h;
-			refType = 4;
-		};
-		273798D500B36B037F000001 = {
-			isa = PBXFileReference;
-			path = keymap.h;
-			refType = 4;
-		};
-		273798D600B36B037F000001 = {
-			isa = PBXFileReference;
-			path = macros.h;
-			refType = 4;
-		};
-		273798D700B36B037F000001 = {
-			isa = PBXFileReference;
-			path = mark.c;
-			refType = 4;
-		};
-		273798D800B36B037F000001 = {
-			isa = PBXFileReference;
-			path = memfile.c;
-			refType = 4;
-		};
-		273798D900B36B037F000001 = {
-			isa = PBXFileReference;
-			path = memline.c;
-			refType = 4;
-		};
-		273798DA00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = menu.c;
-			refType = 4;
-		};
-		273798DB00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = message.c;
-			refType = 4;
-		};
-		273798DC00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = misc1.c;
-			refType = 4;
-		};
-		273798DD00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = misc2.c;
-			refType = 4;
-		};
-		273798DE00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = ops.c;
-			refType = 4;
-		};
-		273798DF00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = os_mac.c;
-			refType = 4;
-		};
-		273798E000B36B037F000001 = {
-			isa = PBXFileReference;
-			path = os_mac.h;
-			refType = 4;
-		};
-		273798E100B36B037F000001 = {
-			isa = PBXFileReference;
-			path = proto.h;
-			refType = 4;
-		};
-		273798E200B36B037F000001 = {
-			isa = PBXFileReference;
-			path = pty.c;
-			refType = 4;
-		};
-		273798E300B36B037F000001 = {
-			isa = PBXFileReference;
-			path = quickfix.c;
-			refType = 4;
-		};
-		273798E400B36B037F000001 = {
-			isa = PBXFileReference;
-			path = regexp.c;
-			refType = 4;
-		};
-		273798E500B36B037F000001 = {
-			isa = PBXFileReference;
-			path = regexp.h;
-			refType = 4;
-		};
-		273798E600B36B037F000001 = {
-			isa = PBXFileReference;
-			path = screen.c;
-			refType = 4;
-		};
-		273798E700B36B037F000001 = {
-			isa = PBXFileReference;
-			path = search.c;
-			refType = 4;
-		};
-		273798E800B36B037F000001 = {
-			isa = PBXFileReference;
-			path = structs.h;
-			refType = 4;
-		};
-		273798E900B36B037F000001 = {
-			isa = PBXFileReference;
-			path = syntax.c;
-			refType = 4;
-		};
-		273798EA00B36B037F000001 = {
-			isa = PBXFileReference;
-			path = tag.c;
-			refType = 4;
-		};
-		273798EB00B36B047F000001 = {
-			isa = PBXFileReference;
-			path = term.c;
-			refType = 4;
-		};
-		273798EC00B36B047F000001 = {
-			isa = PBXFileReference;
-			path = term.h;
-			refType = 4;
-		};
-		273798ED00B36B047F000001 = {
-			isa = PBXFileReference;
-			path = termlib.c;
-			refType = 4;
-		};
-		273798EE00B36B047F000001 = {
-			isa = PBXFileReference;
-			path = ui.c;
-			refType = 4;
-		};
-		273798EF00B36B047F000001 = {
-			isa = PBXFileReference;
-			path = undo.c;
-			refType = 4;
-		};
-		273798F000B36B047F000001 = {
-			isa = PBXFileReference;
-			path = version.c;
-			refType = 4;
-		};
-		273798F100B36B047F000001 = {
-			isa = PBXFileReference;
-			path = version.h;
-			refType = 4;
-		};
-		273798F200B36B047F000001 = {
-			isa = PBXFileReference;
-			path = vim.h;
-			refType = 4;
-		};
-		273798F300B36B047F000001 = {
-			isa = PBXFileReference;
-			path = window.c;
-			refType = 4;
-		};
-		273798F400B36B047F000001 = {
-			fileRef = 273798BE00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-				ATTRIBUTES = (
-				);
-			};
-		};
-		273798F500B36B047F000001 = {
-			fileRef = 273798C600B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		273798F600B36B047F000001 = {
-			fileRef = 273798CA00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-				ATTRIBUTES = (
-				);
-			};
-		};
-		273798F700B36B047F000001 = {
-			fileRef = 273798CE00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		273798F800B36B047F000001 = {
-			fileRef = 273798D200B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		273798F900B36B047F000001 = {
-			fileRef = 273798D400B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		273798FA00B36B047F000001 = {
-			fileRef = 273798D500B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		273798FB00B36B047F000001 = {
-			fileRef = 273798D600B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		273798FC00B36B047F000001 = {
-			fileRef = 273798E000B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		273798FD00B36B047F000001 = {
-			fileRef = 273798E100B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		273798FE00B36B047F000001 = {
-			fileRef = 273798E500B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		273798FF00B36B047F000001 = {
-			fileRef = 273798E800B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990000B36B047F000001 = {
-			fileRef = 273798EC00B36B047F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990100B36B047F000001 = {
-			fileRef = 273798F100B36B047F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990200B36B047F000001 = {
-			fileRef = 273798F200B36B047F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990300B36B047F000001 = {
-			fileRef = 273798BF00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990400B36B047F000001 = {
-			fileRef = 273798C000B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990500B36B047F000001 = {
-			fileRef = 273798C100B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990600B36B047F000001 = {
-			fileRef = 273798C200B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990700B36B047F000001 = {
-			fileRef = 273798C300B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990800B36B047F000001 = {
-			fileRef = 273798C400B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990900B36B047F000001 = {
-			fileRef = 273798C500B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990A00B36B047F000001 = {
-			fileRef = 273798C700B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990B00B36B047F000001 = {
-			fileRef = 273798C800B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990C00B36B047F000001 = {
-			fileRef = 273798C900B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990D00B36B047F000001 = {
-			fileRef = 273798CB00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990E00B36B047F000001 = {
-			fileRef = 273798CC00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737990F00B36B047F000001 = {
-			fileRef = 273798CD00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737991000B36B047F000001 = {
-			fileRef = 273798CF00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737991100B36B047F000001 = {
-			fileRef = 273798D100B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737991300B36B047F000001 = {
-			fileRef = 273798D700B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737991400B36B047F000001 = {
-			fileRef = 273798D800B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737991500B36B047F000001 = {
-			fileRef = 273798D900B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737991600B36B047F000001 = {
-			fileRef = 273798DA00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737991700B36B047F000001 = {
-			fileRef = 273798DB00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737991800B36B047F000001 = {
-			fileRef = 273798DC00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737991900B36B047F000001 = {
-			fileRef = 273798DD00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737991A00B36B047F000001 = {
-			fileRef = 273798DE00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737991D00B36B047F000001 = {
-			fileRef = 273798E300B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737991E00B36B047F000001 = {
-			fileRef = 273798E400B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737991F00B36B047F000001 = {
-			fileRef = 273798E600B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737992000B36B047F000001 = {
-			fileRef = 273798E700B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737992100B36B047F000001 = {
-			fileRef = 273798E900B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737992200B36B047F000001 = {
-			fileRef = 273798EA00B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737992300B36B047F000001 = {
-			fileRef = 273798EB00B36B047F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737992500B36B047F000001 = {
-			fileRef = 273798EE00B36B047F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737992600B36B047F000001 = {
-			fileRef = 273798EF00B36B047F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737992700B36B047F000001 = {
-			fileRef = 273798F000B36B047F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737992800B36B047F000001 = {
-			fileRef = 273798F300B36B047F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737992900B36B047F000001 = {
-			fileRef = 273798D000B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737992A00B36BA77F000001 = {
-			isa = PBXFileReference;
-			path = normal.c;
-			refType = 4;
-		};
-		2737992B00B36BA77F000001 = {
-			isa = PBXFileReference;
-			path = option.c;
-			refType = 4;
-		};
-		2737992C00B36BA77F000001 = {
-			isa = PBXFileReference;
-			path = option.h;
-			refType = 4;
-		};
-		2737992D00B36BA77F000001 = {
-			fileRef = 2737992C00B36BA77F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737992E00B36BA77F000001 = {
-			fileRef = 2737992A00B36BA77F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737992F00B36BA77F000001 = {
-			fileRef = 2737992B00B36BA77F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		2737993000B36BF77F000001 = {
-			children = (
-				2737993100B36C397F000001,
-				2737993200B36C397F000001,
-				2737993300B36C397F000001,
-				2737993400B36C397F000001,
-				2737993500B36C397F000001,
-				2737993600B36C397F000001,
-				2737993700B36C397F000001,
-				2737993800B36C397F000001,
-				2737993900B36C397F000001,
-				2737993A00B36C397F000001,
-				2737993B00B36C397F000001,
-				2737993C00B36C397F000001,
-				2737993D00B36C397F000001,
-				2737993E00B36C397F000001,
-				2737993F00B36C397F000001,
-				2737994000B36C397F000001,
-				2737994100B36C397F000001,
-				2737994200B36C397F000001,
-				2737994300B36C397F000001,
-				2737994400B36C397F000001,
-				2737994500B36C397F000001,
-				2737994600B36C397F000001,
-				2737994700B36C397F000001,
-				2737994800B36C397F000001,
-				2737994900B36C397F000001,
-				2737994A00B36C397F000001,
-				2737994B00B36C397F000001,
-				2737994C00B36C397F000001,
-				2737994D00B36C397F000001,
-				2737994E00B36C397F000001,
-				2737994F00B36C397F000001,
-				2737995000B36C397F000001,
-				2737995100B36C397F000001,
-				2737995200B36C397F000001,
-				2737995300B36C397F000001,
-				2737995400B36C397F000001,
-				2737995500B36C397F000001,
-				2737995600B36C397F000001,
-				2737995700B36C397F000001,
-				2737995800B36C397F000001,
-				2737995900B36C397F000001,
-			);
-			isa = PBXGroup;
-			name = Prototype;
-			path = proto;
-			refType = 4;
-		};
-		2737993100B36C397F000001 = {
-			isa = PBXFileReference;
-			name = buffer.pro;
-			path = proto/buffer.pro;
-			refType = 4;
-		};
-		2737993200B36C397F000001 = {
-			isa = PBXFileReference;
-			name = charset.pro;
-			path = proto/charset.pro;
-			refType = 4;
-		};
-		2737993300B36C397F000001 = {
-			isa = PBXFileReference;
-			name = diff.pro;
-			path = proto/diff.pro;
-			refType = 4;
-		};
-		2737993400B36C397F000001 = {
-			isa = PBXFileReference;
-			name = digraph.pro;
-			path = proto/digraph.pro;
-			refType = 4;
-		};
-		2737993500B36C397F000001 = {
-			isa = PBXFileReference;
-			name = edit.pro;
-			path = proto/edit.pro;
-			refType = 4;
-		};
-		2737993600B36C397F000001 = {
-			isa = PBXFileReference;
-			name = eval.pro;
-			path = proto/eval.pro;
-			refType = 4;
-		};
-		2737993700B36C397F000001 = {
-			isa = PBXFileReference;
-			name = ex_cmds.pro;
-			path = proto/ex_cmds.pro;
-			refType = 4;
-		};
-		2737993800B36C397F000001 = {
-			isa = PBXFileReference;
-			name = ex_cmds2.pro;
-			path = proto/ex_cmds2.pro;
-			refType = 4;
-		};
-		2737993900B36C397F000001 = {
-			isa = PBXFileReference;
-			name = ex_docmd.pro;
-			path = proto/ex_docmd.pro;
-			refType = 4;
-		};
-		2737993A00B36C397F000001 = {
-			isa = PBXFileReference;
-			name = ex_getln.pro;
-			path = proto/ex_getln.pro;
-			refType = 4;
-		};
-		2737993B00B36C397F000001 = {
-			isa = PBXFileReference;
-			name = fileio.pro;
-			path = proto/fileio.pro;
-			refType = 4;
-		};
-		2737993C00B36C397F000001 = {
-			isa = PBXFileReference;
-			name = fold.pro;
-			path = proto/fold.pro;
-			refType = 4;
-		};
-		2737993D00B36C397F000001 = {
-			isa = PBXFileReference;
-			name = getchar.pro;
-			path = proto/getchar.pro;
-			refType = 4;
-		};
-		2737993E00B36C397F000001 = {
-			isa = PBXFileReference;
-			name = gui_mac.pro;
-			path = proto/gui_mac.pro;
-			refType = 4;
-		};
-		2737993F00B36C397F000001 = {
-			isa = PBXFileReference;
-			name = gui.pro;
-			path = proto/gui.pro;
-			refType = 4;
-		};
-		2737994000B36C397F000001 = {
-			isa = PBXFileReference;
-			name = main.pro;
-			path = proto/main.pro;
-			refType = 4;
-		};
-		2737994100B36C397F000001 = {
-			isa = PBXFileReference;
-			name = mark.pro;
-			path = proto/mark.pro;
-			refType = 4;
-		};
-		2737994200B36C397F000001 = {
-			isa = PBXFileReference;
-			name = memfile.pro;
-			path = proto/memfile.pro;
-			refType = 4;
-		};
-		2737994300B36C397F000001 = {
-			isa = PBXFileReference;
-			name = memline.pro;
-			path = proto/memline.pro;
-			refType = 4;
-		};
-		2737994400B36C397F000001 = {
-			isa = PBXFileReference;
-			name = menu.pro;
-			path = proto/menu.pro;
-			refType = 4;
-		};
-		2737994500B36C397F000001 = {
-			isa = PBXFileReference;
-			name = message.pro;
-			path = proto/message.pro;
-			refType = 4;
-		};
-		2737994600B36C397F000001 = {
-			isa = PBXFileReference;
-			name = misc1.pro;
-			path = proto/misc1.pro;
-			refType = 4;
-		};
-		2737994700B36C397F000001 = {
-			isa = PBXFileReference;
-			name = misc2.pro;
-			path = proto/misc2.pro;
-			refType = 4;
-		};
-		2737994800B36C397F000001 = {
-			isa = PBXFileReference;
-			name = move.pro;
-			path = proto/move.pro;
-			refType = 4;
-		};
-		2737994900B36C397F000001 = {
-			isa = PBXFileReference;
-			name = normal.pro;
-			path = proto/normal.pro;
-			refType = 4;
-		};
-		2737994A00B36C397F000001 = {
-			isa = PBXFileReference;
-			name = ops.pro;
-			path = proto/ops.pro;
-			refType = 4;
-		};
-		2737994B00B36C397F000001 = {
-			isa = PBXFileReference;
-			name = option.pro;
-			path = proto/option.pro;
-			refType = 4;
-		};
-		2737994C00B36C397F000001 = {
-			isa = PBXFileReference;
-			name = os_mac.pro;
-			path = proto/os_mac.pro;
-			refType = 4;
-		};
-		2737994D00B36C397F000001 = {
-			isa = PBXFileReference;
-			name = pty.pro;
-			path = proto/pty.pro;
-			refType = 4;
-		};
-		2737994E00B36C397F000001 = {
-			isa = PBXFileReference;
-			name = quickfix.pro;
-			path = proto/quickfix.pro;
-			refType = 4;
-		};
-		2737994F00B36C397F000001 = {
-			isa = PBXFileReference;
-			name = regexp.pro;
-			path = proto/regexp.pro;
-			refType = 4;
-		};
-		2737995000B36C397F000001 = {
-			isa = PBXFileReference;
-			name = screen.pro;
-			path = proto/screen.pro;
-			refType = 4;
-		};
-		2737995100B36C397F000001 = {
-			isa = PBXFileReference;
-			name = search.pro;
-			path = proto/search.pro;
-			refType = 4;
-		};
-		2737995200B36C397F000001 = {
-			isa = PBXFileReference;
-			name = syntax.pro;
-			path = proto/syntax.pro;
-			refType = 4;
-		};
-		2737995300B36C397F000001 = {
-			isa = PBXFileReference;
-			name = tag.pro;
-			path = proto/tag.pro;
-			refType = 4;
-		};
-		2737995400B36C397F000001 = {
-			isa = PBXFileReference;
-			name = term.pro;
-			path = proto/term.pro;
-			refType = 4;
-		};
-		2737995500B36C397F000001 = {
-			isa = PBXFileReference;
-			name = termlib.pro;
-			path = proto/termlib.pro;
-			refType = 4;
-		};
-		2737995600B36C397F000001 = {
-			isa = PBXFileReference;
-			name = ui.pro;
-			path = proto/ui.pro;
-			refType = 4;
-		};
-		2737995700B36C397F000001 = {
-			isa = PBXFileReference;
-			name = undo.pro;
-			path = proto/undo.pro;
-			refType = 4;
-		};
-		2737995800B36C397F000001 = {
-			isa = PBXFileReference;
-			name = version.pro;
-			path = proto/version.pro;
-			refType = 4;
-		};
-		2737995900B36C397F000001 = {
-			isa = PBXFileReference;
-			name = window.pro;
-			path = proto/window.pro;
-			refType = 4;
-		};
-//270
-//271
-//272
-//273
-//274
-//7E0
-//7E1
-//7E2
-//7E3
-//7E4
-		7E3AAAD704841C0000EFC20E = {
-			isa = PBXFileReference;
-			path = ex_eval.c;
-			refType = 4;
-		};
-		7E3AAAD804841C0000EFC20E = {
-			fileRef = 7E3AAAD704841C0000EFC20E;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		7E556E1404841F7900882585 = {
-			fileRef = 273798ED00B36B047F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-//7E0
-//7E1
-//7E2
-//7E3
-//7E4
-//F50
-//F51
-//F52
-//F53
-//F54
-		F5CC3220018E3F6801891561 = {
-			fileRef = 273798E200B36B037F000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		F5D0FB2B00F8C29A01000001 = {
-			children = (
-				F5D0FB2C00F8C2BF01000001,
-			);
-			isa = PBXGroup;
-			name = "Optional Source";
-			path = "";
-			refType = 4;
-		};
-		F5D0FB2C00F8C2BF01000001 = {
-			isa = PBXFileReference;
-			path = mbyte.c;
-			refType = 4;
-		};
-		F5D0FB2D00F8C2BF01000001 = {
-			fileRef = F5D0FB2C00F8C2BF01000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-		F5E2C53F00FACD0901000001 = {
-			isa = PBXFileReference;
-			path = os_macosx.c;
-			refType = 4;
-		};
-		F5E2C54000FACD0901000001 = {
-			fileRef = F5E2C53F00FACD0901000001;
-			isa = PBXBuildFile;
-			settings = {
-			};
-		};
-	};
-	rootObject = 20286C28FDCF999611CA2CEA;
-}
deleted file mode 100644
--- a/src/os_mac.sit.hqx
+++ /dev/null
@@ -1,439 +0,0 @@
-(This file must be converted with BinHex 4.0)
-:$hCTE5de,MBZE@0`,R0TG!"6593e8dP8)3#3"&'B!*!%ZHK6G(9QCNPd)#KM+6%
-j16FY-6Nj1#""E'&NC'PZ)&0jFh4PEA-X)%PZBbiX)'KdG(!k,bphN!-ZB@aKC'4
-TER0jFbjMEfd[8h4eCQC*G#m0#KS!"4!!!&'B!*!$FJ!"!*!$FPrf$D@P8Q9cCA*
-fC@5PT3#PN!3"!!!l!!#`q3D&Y+rST3#3$3[QD3!$hFd!!&$(!*!%$`"fD@dY05i
-f,QeMF!!!GjK069"b3eG*43%1!#J!j!#3#S!!N!G#`G5QH4&%pRa-K%E4UkZTaQU
-"-+X6)&,K$@Ym*hGC)9h[D9T)ZEHSeeHe%$lr48T9p$Np&PbAqU*p#C!!+pBqC2$
-+(31mjb(d"cp6ITbIbU"PqNF#%Zi9$cAX6!'AN!!&&V4DC$iT%SSTLC!!c[YQl9D
-Qp5MRKAG)535FVqmN!N4lI[%(AZ,B"D)MXT!!6J!&d6Fk[m%mTSS,%0c&qK```4N
-bpANj3J1'Ri`LH5iFih`cfqU9r6PHD1(l0VT"db(a3fJ6KjSFJ1M&"SD3!03-kbd
-,5qaVNFl5chH'Bhm1C&IbETH!f-ZD8iX)pZCmMd3XC&&2l9G30%#AcQ(G)e!QUZU
-pip2FGeAjlM9,MfZ,`@@ldcQUDE9'XpUYMTRS0fI*d53$Ib5VUfMFB+Gc88)H2$M
-N[@Y((@0LD8J[M3ai'1(aILiJ+lCe@aMFqA$*NI)X4MG'K2*k0FFf9!m%%GJb+`5
-''M#,ZNDd%5hkISBL"*rq,cI`",@IljEQ*d)8Rl1J+Abc@emj6Qf6JYN@@-j`p+G
-XN!#ZYM,Jh-QjI(),d%P*XDb2If5!Pb'"##K98jjh6bdhX*2'rVU@ZEB4fNaUUkh
-%d2QZLU'aEP$&-CDA4Y`a$2hR2iUi%2-3!J05TbBe"1q[pBhBQXN1r"K04H2RR"K
-4ikr*J8k9[0aZI9k4+'""l8"&m9V6Ue9QSUrrrcfSL-eK+X*$BCmLTl8qa8dldDj
-!Ilr2lerNCca$`Uf($,TN0r2CT$GNUSKDlRS1`"4%KjqF#kA[BmZ3!0"CIV2%PZa
-aM-Zr[k*l)DPRTC,KpXJFVp6Vkqj13aQ`lLQ#Fq,hYF12[6#!DLfNVBQYQc@(0&`
-rlr9&%Ubmp+X(&PE-b1V+U`2BhMI`V"hZ!N#9(P6,I6bla-Qh,#X-a4m!JbMJ&#'
-'PTMHN!#PlXkZB$0ES)L([`YeUk3HG9-)!-HKVYC,Em1BB%j)d`8m-i,*10U*NTa
-L(6qMI`fBX#V2DIka'l`r2L#2&956a"UBXHVbG&%dX%G*AG3JE-3ZbT%fFF+kI`V
-P`LP`)Tjb`(S&K#S,3*a+l0@L%8Y!TqL5'fbhrQjlB"KGDFfP@Q+3!+hcE!pR[Mp
--i'r&IN5-YNG["E+[P#NFm*!!r-jDTIB[A)A`q%T!SIr*0U4(26LGUQ,NNQUmG93
-d$FNZC(+BK)`lR&'$'fD#NR'TV&F5%`EH"XeEPQHcZlj[bqimQK,21l**B63Ef@,
-Z)U0dlQ,V`J+BB)'&+b5DijN49#LEI!a34hJ&Sj[`AP#p`&D0&rjTfhGIfFS[k0!
-[[d0(F5,ePc!kc-hR1P!dK`h!5PIjZr"EqX9#dJpU4(2VbSc8ee861++3!#SrcY#
-ma3XfbAq,br4qk1[G9fdh*hi$q$P3i`Q4[rDBe%8jVCjSkiaGXR&ma@jp&Y3lbUI
-9(kC&I@eH$-b1,&CUZFDYiZ1rDG-Mb2ek(K1Fdp"-(5@Q&8$J""&"H"1V2qFD4D9
-1i[3SKAkA3-J%dN`UXBSJ)P9QmRR&GiFrN8MJdQAjb*2'pUre0AGcm5rmU96%$kr
-k6!i6HKfU5&8fIhP8,'"*@plIf'"FQS2r'8dqHYfYYZ4f4e,Q[hKRreYV'6$0B$F
-@`KlYiHFMVbASScJM&eHLZ`pi6`XX!aia[0bA,3pF$)f*-J3F(XJU1Ir%P$k*'!Q
-mcI56lRH#S+2G#fB2q*A#[l6C2DP9qU6i#8(Z2b*@J@9&Y"jq'biC`P8*Ya%#-FB
-,"kFaJR"rP5&[hpfDeIfUjb0M31#Q9DJR(E8Z$'[hjVU+#(MR"9cY($"H6mJfhr`
-!Y+`ApCV#'i*I(i,afTp6k#R9-63ZVe%J-'GP*Lb"b'3i2N4#E1@+GM`AXYR"c`P
-*'+J8`qTDG*!!9S+0U1U%@39EB&#-eSci4Xc30m"FJZLZVi2Y!)cBK$'b@E"2j@B
-)*hfbclr&'3%&1)@$4l6RmH4#`"@Z1aV)"fm8qZ9%%0*9@!P`Kk'Slc#,0Tr+0'U
-Ei-r&1)i-+H8&HqMr9M3)3[)cJM"qQe6*R[ZPf'9IQLEY+lbELHU*5DH#[N$L(V8
-h%P"6@e"q)KL"EZUVL!3+V"&)Y+b"RJ4HEI[dbCi,%j!!Vh"-b&JMKVAbYa!Lk"6
-b55IDV8j"qa5#B2E,L%H6ZehmmIfAB4QK!UXEMBe-Fd2pFm2!'qcqBd82mp6X1)6
-HEIQhIGX#$B9i19`i+$C')T,ri4%aThaK3Z"6'!fM09N+!bKV"26+'!H*jL1Fb%f
-SVi4c#,&iqY8&RVd6+S"K$$!fY`i3(FXklKRT6,rK8%G*a*!!dV4X"I1DjI)"SjP
-5IR1Y2ThmlNcl8NGTP02A'')`-!MlIE"qq#@UP),p""S(c,#daeR#Da'%R@cM5lE
-j-(3q,%aSrc8f#@lNiV3H@Xm#VPJMRTXPYC5+#Re15)HH*+CZ[+S!e3,D)eMT#FX
-B@h8fZmBLAM')6a0kI*jKATFHfAcRd59c945E(q+5l4T%GMI4h!!9,j2Lm$rKcJV
-'H3cHFZl-kMiMKVSFFKk3!#Tji55j$R#`(qP83-I"jQF`fQK1B'2E)EZepHC&X)L
--rSST[HYS4,NrDq'IKd0"4S"A$kE`A0kj*m@flkF%ABJ8-9ZFH93dU,I(k)RdmC1
-1*"l`1Ed&f!Vic(D`r$4)CfkaJl[GBmd#%iZ!,c0QK#$M3f`(&9p9$9Y+*-b$lLV
--4PDm1d$136*-lX68MXFlMSkCl'ZNeGDCE)TdbU#'#[4rdr2h1@@'&r3SDqQSPh'
-5'k1EL39k3q(2&erTqAT+"9maP2kAIi5Dq&e8VqYBJj[FV`,'&FH%`kClMA&*1h1
-SS$2Y`T,Z%KY&DYTkD4R%Rh&2cY!L*G5+[#4[8*C%B,pICjICr1qV4ZcFj[9S$0T
-R`NL3!+HNCZ+rEla(#b4i('4H&J'BKY'PUe!&bqpf%YjTPMq2JQ)[NK4+SKKAG,Q
-NY44SIZXK-ZP!AL6T2hQhqD9iU[TD9Hi*lC2Iak1qr9Hi%iF0rjiG+N[UER2QLmA
-b9kENc3ib*2E&c,#qZ95+Q"4!4lkb4NbahS',@"JaN!$[d6"B@2C&VT[h1FDLiri
-c-c$@JI`ITFq-p1CI`Gll6B0(0,!Dh#2C5Y)Pl'-iZPc38`h81jUahRd6lX(X`Vb
-9'C0-U$eAQ-YVCXp2*2rLp91@Ck[RSr#hKeGTB+&`S!6l!k+!9G"iPiP0#%5251*
-8PL2fNMCp[riemVeK0(m&YT!!!QQFkfl!r[@`p2%L*ZZhU"@!YM'-$j5H'DCN#(j
-S1*81mXZaf*,-mUe*@*2+2Q'ai+jJC[m@C*e)A"l@jaH!fE![ULZmeLp(h@TBii!
-lkbG+2pjT@iZXcB5I0KL0@e%rlRIQYeRN)@MPhBLFJfcErQ$Mbji'@F["RiR[)%e
-"p5-UHM$PA0"8P"eHT*UpI[SMi+,BF[$EZRXbU"@"f)1VEcaAU,UbTK-A)lf,&Yf
-(DARP8@Hf[pV3@llMq!fMb5i1hDj-4)IF15S-cb)"cA#Di'`4pX2K8!iP[rrQPel
-i@42$5fP+*G$$dS!p5@)GQ4%LKCpN`5S9lif-!c(#&5p0iI[FNUJFi6%Y&T@LD&`
-[QVK34ih,J5Za5cYBll[#cPG@+2Ir-D&)NT!!Uq[85RK`Lk!3a"aC#SDmZ#@Q[Mr
-bTbb"[!Q0f-1rkBIpL%C-[eUFPX!''D+F,*YV$phA&bM15X(6hD"TBSS2PVE[h%%
-jcFTPc5k0q5A9-X`6QfZbIk"h+MH"6&Q[*Cr&CHkBkZY4GMJc6*JP#QfFbrB,fMm
-5`Qk@2L,bhT6$%c#q&q64I@`CIGZKRK0%G)V"S9m9+6&aIl&6RCIm`3ce102(VBM
-"D#A)kjifd$"dmFjJFbTVk`ZXb#5l9hG1ZFVGVV[`$(Z09"G8XB5p53E#X@j[R%m
-IH%-L3U'l%PMZhAXAmk[GL`cKT%)2$dSi4[QFSeYG)#hp4LN+f`"V9!k[kUTiC%8
-M`Pak-MH9,r)46d(L@!#!V)N@YQaX'4VJ4Af4keK%U)IC4UUD,iNGq!'0c@8Qp0Z
-@8!Pd+E4"V0b0kCDC'(VJffU4'%BT2j[P&)@JBmZj-T9kc4,JpcH-bALAhR4Q6`f
-"3Hi#pP#Km`6VGYMJ0@cCKRB,$I*T&4Z$V%AppP",T4HMSI2S&DH8M9P5%*qJ'r0
-JKRZZr4A0JX%-B'aE5XJCreK@*cp)YjdEYRN'3LiFGNXr!PXKikVM%0GHGUM!1Gj
-Tj`,Z%YAKT[AZ%a-IlqkbGF!'m#2V4+INhN,B,8j#%XRDerk[J)KU9"ebP)TQbX#
-R#$8kpQ$A(V`U+#'[rUVr8eFiEC8DLSp)qMNdK$(ZS`e(52&FkIR-#,ahL1F4I`k
-l"-9MIS+LSrUfQeYIG*JC!+1@46$AHcVPrPk#lCQEd%i1+*(fTUm4UE-`hcM'$b@
-#QD[[bb32PS8`-d-@Xj6dZI88re+BjYa2hD-e@#A+M&ejCSAX%&Fa2mq!YSjA@!E
-)K0kkke9QeQNlkrKMp$1SCKr$,&pj2!q40`j8(!%D(1%AUq+*QLS5L[%c,`*S[Ej
-XfbQjI#5C$BqK[rFl%43+UUSX-BL&9KYp"HVfZRe*XRaq"G*44fe8D9l#%Hbp,L*
-PC3$1XBGhDKSm6"1C,iiFbUQ3!%#`Y8D83YqrL1V3+CT!+F!8XUfk`#!G0AFkNPe
-%EMMr84@[G0Ql2C92G+,-4Y-3628+"NKTRHdhd#'iHrTemmEhIdb(G)lPAcPN$@-
-(hrpAc`a,+N3m(V#3!,4K,`H0dP6q611[XBe"r%hX5)0['Cd"`8rlqXACI,KQ5SN
-#[ZmD2@1J$'bXkEC&Qr%M8+KX"T8'E8r03T2Jha-JQ5VC'32RNrefVb9Ge#'pf[b
-J3!QCr92HRr%4GaDP@X`'G,Ciq)NL%j6T,2VVG"e)LBKL5hlP$kErE(@4+R'Cc4l
-I3)KMD63ITDeThSJ"HiZ1XP%5-4XQ@b@KbRTkYXU5rAGIqVRLf'B2jI,GUV(0i49
-Q0-PJk16'$Fi0VE3b"YM,'j`!@6PZ,Q!DIlAmE0K(p52r[SPCRl(j'SM6m'0E$Z1
-Ed$M%SbGc6Mhm(L'a*TrE3Q1Ehije3'ah,M#SfbpqUBS+`ZLq)F#S4aX`*jB#l"+
-PpmSj"[%3b5&Q-VFe0r8SZUVY4D(ir9kQqqXHK1&m%p'VI6Gjmdmk-0T'b4Bi,%A
-Tfj[JYITBrSE)F$'`mqI@*1**!'#NjrAh@+UYi[barS*0h9HYdmKcajNY$+qeXDI
-b&2a0)3M[DQ$M(iI#-cZ"GRaVdZD9pSCbbL9r1*!!la!V9I+0rK2K`)!q+4*qjTK
-'SHBU26rh4l,dCYDI`bRM-q`-(VR2ICB,SYT0f+FK!L)R@@PcYKR'%ipA&4aP2(S
-N4!CeIqpXE##XRjDmjLVqZT68+V#ZLHl"LZ1@6L&TV*5VYEBpGk-LG`%1*faeq!j
-,jYjpqrdr+5[YQ14*Y&QKS6kCHX5([Y"XXG(jL3iU@CQ3!%*S$$Z")1cfG19mfG0
-8[XjB@Ge,&"rG$DZ(+![lQNC3-+2Je6XHdrYJN!!la660#Ua5i3c'"4TC3RN,8h5
-KJQcKaa$8A8UCk3%ilT!!(c*b5$ALB"JDkf@@YVcB`%lq(Jh@+Gb-LI1kIRRdS#T
-m""fdXpFj4Ihfe5%`#QZkcq)f+N$4BY1$L*a#m$Kq95PLb9S%jVi04-(Pr*Lchac
-ppF%Yl0+faU8BQU$[fAjQ--5D&R5iiZJ&kX2#X(H'`Ua$m6ZPLe"%1UBiZAHpd-R
-K1$R)Y(iZU"d"MPI'ZCS6T,bPjK0'N!$`cNFi0b`c093dMX'F*G*kkI![6PCUL21
-AQ)Kp#TjUH,e4eSK[@P'Vd(c3M6,SpaqpVE'h*1%ZVTrR3*J8S)$C*eeQSc*PYe*
-C,25V4XaPRh!Dq4#&-KB6*#@YKC,N(GpQi)X6F*ZT5[-EhHYAEJ(X9HC5MHr9$AB
-Y"EMHqq"+9rN04J'ElFG-KYE,&q+06Gh$2Ih++$J#-Q4$IkdqC)S+!5aG5*-1dfp
-jUkdIB3,AKI3DT$E*YY2!%"phc9QSkd!TmEbMeTR8)Al5fXI0EqV5fC5[P!(JLY#
-8@RGkF"6rqbHTMXRL))88cT84LFKf+`SDPk-36'65B`af3[PD*P[EG&[H4'TZ'VP
-&qB)5)m!r$bJITKDSfAJ%@QGR!"X0EU,rM1R"9m9YNLi45)fhQ2hj8T!!U'8)'QN
-kLS-H`NZ%%X`'H%hE%I183I8kjE[iddHSfm1qY8dJiFb''3'%Ik!f4q[46f#h$mY
-qfZdc$!C9hFII2DrA+`rEP`3imIX8!3km"$EUbSB&T[1X$RN1BX`#Cj,`0)"I29*
-(iST%406dR-(E6!,"5AQF8KNXE*XmEbDHJIb&6Slm3q-icI(4N4YkLe$e&@rM8I1
--"Fla%lkH*`--pB`3!8X`8pJ'Jf'[GfCC93IhUAhBL'XX6ITZ!ZSJi[Gh%98fA9F
-[Z$2Vk2iE[FAQ$TT'B)khrNG0b8bl`kKl9"M&22'[-1$l@&mE5dF'63#-L3I@Z`Z
-CA*90X`!bYTNX2p5C'&&qC8*9fPI3+Bc[fXGpm&r!Y*%l+rA23*&D1LeYVBNqTke
-qPL+PC1"%L*c-NKJ(rYUpVHZH,AmbcT[U[$*BLj-"a!S@@cHh!&m&b#E+YE)J5Ek
-K+aERLVI(3A4D`GcLk5,i2'-2QAJ-A&qFHCI@)q3XPC@*M-pd$a[dcdaK3i`&cU*
-aA-`p'I40YPkEdL%m@5cd*V8Re4Zq"BS&QPNpCHcJ5b+&Q$rFrV9kR#rLfYAhi[)
-BZd6pfSjQ'Sp8UE@Lr"jL)CmD+X-6AS,PDQ"Yla*%M'DCKmFl+Q)8GRm&c)Fa(aa
-&rFQL66EI1+"Kd9(GGI8FBPq!%!EL4ahk$leYN9-6V(mTQ6!k9ji@TI4Z%bHe%GS
-R'h5&#V9G1if+XV8N(-Lf3NmKKH08era)8IBFekSm`$4!KaKk[J'm5&dkkpY&*Ni
-N0b)MdR[5!(%UK,`TlRLS&-AEkqUAe1I)+3#2`V-h6KcB+6r&$,`0mUh[FIVB6C%
-KM91cdBPB1caqYhrlaUrEjUjRE3!GMiaL400Kl!T4$eAEG'+VT3Q*`e!*iXY9XRZ
-a94)9Tj[qReVHpp-j*J12Z1X5`QY&Vh3GKq!rN``4@,DRHJ@ppZ-B@2G)9admKSr
-&TqK1mU'a@Zd2@rN$6Kq,-)FY[Z-MQDpEX8ZRL3,AkL3-j&c6#!DPPbFSK&XC*6`
-mD!Lh-DqD@1j%GCJ%D'6L8cJbN!"(8GH*+eS4f+$M62a%IZqfr)Lk4cCAl0Xdj%m
-bm1Zi`IVl"YT9*jLC2Y8c+6G[JFbIE3D%KIqpVCe23Va3jAXlkYZB6Fp!!G#@rk)
-ekD8$Ic[25f2k)rb@,40ADmp6MEd)IPik0fXL2f`*Q6j,bmQZ8CY90fDV2+*XGc1
-V4&PUQTckPP'bkD81cPM9A24"NlGN*BjkM$2#!ETr!&[EqYcRR%BJ-hqqb$lr8L2
-$XKTUMD35HBl8N9X&*bI6!FS0&c)Y+%%NmN3bG)eA30dYP6T,B`1PVEjV#2d3i`3
-8[e04Dr9aqcU2%jCi#3"&6U&D&PTK(LMIi(cMUPm)aR1P'6lRF[M,reK0NDG9`,!
-i2e2P2he4'CZ8'2,V*c(I8ae+G,GiDS+MpEH'pTC9Cb*Ar4Nh0p9I(F*kNf43TRH
-KiUG[J!dN-e#-dKZ)RpXi`[!cI#i`"d8569`6Lc[eLRT#6pC1MH5j$m&k$Fk)dak
-4mf-Fr$k5Lm3Yi#rePr@G%[X3D"aB9bdcYYB9MlXh*ebL29#I!Ve2KBA&JVi6T'e
-a4h3Bk-,-Z[c5IVTY)aV05-q#rF,fXUZ[H4PZf!q4Gk")jmF$5Ic$L@[-,c`P#5T
-ahTfKYP-2(X45Ap2&f@&f'5Chh(IA1EcETV6Fpd5b85M2,c3GGpK#r-a(rbqKKSE
-#B4c+30$4XqL@rQmGLQ+%eEK6l-&E-Zi+GpEeddaTUI(MK@1X*13q,U2-rYGaDKq
-DLFY`GU`ZQ4&m15bYi@PYD&Q-#4dmEK(%HdXS!6!!SeL4*@m[%+HjhAL!14JlcI9
-m2hU5V%'Q-r-eG`c%#iSDp1p@ED!%eNY1qk$C0kQ1K0$iD!fk&@,$[Br[+H5+URq
-pJV1R,EZ)1FFeEebfB$*L'LfkT,NAhq48HpPCrr!I-Id4`r8ih!,F)Ml"&+3+T%c
-&DNYYGKm#U0hGB$89f'VScHUCE"&13j+q3H@RkIY9ABPbe"3#SP)ifR#"r5JeSJ9
-GQhR"4k&r)+!C52GTJI05,2ikDVC@S6&M6a#9K"Ur@#m3K`@)ZpUdB(VM38Z[LL(
-c3ShP0j1"0@BV4`P#2Rj!r[%@e&l"3-Di!9JaR`kMZh`cD5J2YDBeFb+Fq+%-fNI
-%aDTpV1"1X`3Zk!Q-fhl9NMeb3-@QbcR&9b3ecCe8mDE9p$rZmM[l"IPlBI64,ak
-i4-`rM%ia[F+qHI1G8UR3Fj'IL2IZ0DDh8V`&pld*DbE21FVrahZF"Y1b)hYm5UZ
-HVBEmB3%35l4kR(j+1B"@LF8%rMfUrPAQ6YkX%[I8AN'IfUbR*XG'h6D!T9"jQpB
-C5KKZDD4c`22)LlLe[qCe2jf9qm-*("0+0qBDS4El*1G(9[%Q--d[*"f'@UNc)5p
-@*HYZCJAYCV5bBFU,E!%3KB#A5lPXHNQ%,Ph,GQUF"hTUe-Ip#jmYp#cJC#6ZUiU
-QH*HK2d"HfU'lr3M@i&&!f8%0+T'`T,@,K1dhlf+2)+G1aNbTY+"*+*j@G(HSQh8
-%H"8CY03#P96e6C`RNDVRifP,T1m%ep$HI1JS!%6KKCB3@!X*SNhK-Sf*`A"&4KF
-N)9#UmM-hM2-rSaBPM%8*B&*rcpIES"Y&e4Z,@rd5bX629%G!6BRh6IHaL'qA3L%
-ANSHXRimH(c*VhX+qa6&,e86Y2DA@cF1hC![,,""0X)rDbM1ACAC04#C9ZNFBjc2
-SSM%0&NYV*@d4RV(BfXCK[&rVaSjE(X8E$Z+&iL88P5r63(0G(XDiEqfFDCjUS[L
-qDE9Q,B$HY)[!3Rb3!$8Ecja5*Q4923S#'XDRi8pG'm4fBJ(qE'Cjk6J6"q5,AI4
-ba`+4V0L`ZQdKPlTQ)bCG5hkXPDMBrFE$a0PNeM!25$l1HX+!BK4bMbQRJ$%I%c+
-Lr5qR*%PjY9QNMNYdeHcNj[rL("8Sr$'DeZ(kj)H*CEa2YeSF)p*TF3Uj[S[-5'5
-IJHA)p4KeCd1EM0Np$Q0+XKiRG`r,hUMCk3V@5eeI%6&5G5K98dY$Mhr0##,C6M,
-mfJ0FefV-i$RZ"##G9iF5Yq'ARiT1#0+)%3hPCb,*EE#83BTZYP`Rl$Rai5+k-K!
-kQ-eS!q#p9)380G!j6JdL,Gjd"$pXGP*khaKZ8h91Y'Lfq"6FrXar9&`58SDP0)6
-'pJ+T&NH*m+[#SJfNlP@ie6lL3b#1'$I)YrLU3LKj$VqK(`8CpN2Q@%SUA6a-[&)
-M)je#%R8Uf5Yr&GAaG6FA-"`"L`Vb`K@fej1Secle0&9%I95ieLVQb(b1+MJ%G6M
-!6d1c0CfL6,56bL1`D*RGK5PG6[NH&fTKhkpJr38-4Y5DQrAU[clBp9Cb,'qrU@Q
-lm-mj1HBCkN#5,#0`Yfc$kL40XpcHd[D@I*6&TUXY(8C8S,T6!a,T-C,Sm3cDXh4
-M3MjU@&'G8jeja8XK0UJ9,-aYAK@arhPPX4Zq[YqGNi#FI*%e4ZpcG8&pTBj9D9H
-*9TL3!!896UQ3!-EPR1+iX6A!%,iq"hf,8cPjPJ+N%8k`P$ZEEpM5*Yd4)mGUD,+
-+kHB8-+A-UcckpC8ZNY3VC-h$Ni)klehBHE`1"rEH1I-I(qLFK6UC8LH5P3T50,m
-1I4jFeL,9G)DM'dmN'$+I[+h!JM3A&r65019a"A!XF*mRqZMqj4eP$Pkp+h%prcF
-bd+Z1RFXN!8Rp*E@priFrIC++Fl*Q"`IFVr[0pYK*8CXFiZXKGMekMI28HDKb`RZ
-)bZ@cTkMMJRBf)km0UYAUC[)k(Br6KT)aaQ'@M25%)ThRk#I'#+fme$RcU@rh#MU
-P2JEpKkr@cfC0810Q9dhD0)QZb&P-C#f"1f(CGNJ%,8cMYMk2Ba4p!rL[@DL$#Uc
-3BkpA1-&mi-AjHq,5Ah1l-p3Z-J55FS!E6PIbjRR6&P6C#Z@&HiaLC(&$(Hr[4FL
-H5ZaiZaKCGU-"33a%,YehNk&$(X39qqUk`!r"UBb6R5)U9HIDXmG!(`[ZTH`qQeb
--,i+!4&)U!N`[qRSBJP-0@*,a"e3qXRa8M('$X!f[L#HA+%ARI,QX$RcEHP($B3F
-a@qrI(d"61KiQa1F)k8Gm14'RE+NakhDcCJL*keS*+AdjU68d@Na#3A'SZ%5AQdp
-Lp&*aBmI[ZaD00XYePLp#'F(f+XZd()%2$1ZUl%S'lLmF)1%R'M6MN!$)cr0I4$J
-H!Al$I8k*Lj&Af*AHMTEI8kCZ!Gj8-QepBb1f%5T&Hr`((3YMG+,YbJ-,&S3Zi3%
-E9r`6T0TNQ@,*AXpYD`R2RH[8q(kcVQ5*2qqk'l-ABIeeK4h'@Y[3#K2hY5AL6)p
-@jc!HJ)KT8XM!(ZRCV8'D&I5U##[N2TA&!6Z&Je*Y*Ub0@11LGU!U0)PqJE-qiHM
-45c"SpGmZ"rLp5QppEIK9hi"L`k!UVT%'ZYhH0E61fY*++Ak@MbpK021bTMX*5RC
-Gd&lJCM5hQZHa26hP,D"-F"(#-'A`E2"ZhiFRbHh"'5Z(h"`mk%11C,&EeFr%9+9
-Nf%N2bmV+AD692RA-K)66+22,b1(SAFeN#%+'qf(K[jpA0c+SbSfC)mI0JLL9Yc,
-GhHAh%BS`U21(E$CRBrMkimX6PV5lJZqR@MJKqFkpHl6DR4&diEMmhTK-HAM)fS'
-$@)5I)FPYPA+hJh3flDM0ck0ah(E,QMY0MU3L8qhY+R'3!#ELP`M-cX9l'6eI3Qe
-hS1T4aPZ$arXr"J0Im'HdT'6%)4BJe%$JpXjb8aVPjArZ!`JP8$LaN8Q!$XI*f+*
-0RF19c$NfEhAJ9'8(*&lph`([3LCFcpJEQF8IF-3[SFB2[e$($lbbCA-1c&2)KHZ
-p&kYSV#S5UKE@*[9+(%(i#iVir(1DAV2,NjX0M1r8*X(b@+F*8,+@4'-Q%rEF33F
-p8NKJf+H%03VjIQGPf&Q8*kU"[QpC@p8dpCh)qfmZlS&!B1ABJ4G`)H+mCZSaD+6
-`5TM[1p2SKkQR,pM@bidm`8XC5$&jB$GZE#"P9ljb%2[d5K!DAe[4Ia*,p#%edP5
-MIGKmUP&-`IUc$%+qrC(kc5T!ehdi-Mp[%b@Zppf0[EH($YFmmMCC+"GifH8p*Aj
-V81[IGd5P(9er(!T(lYE9EJF5@ik*6[VpEV1BlZB!e%eRk5DARXMh,JrVKRIJ4iQ
-P[Y+ACKr5N!!,!$EJ'`V1Q%NL,-aL+Tc59dS#-%90Bk#9m4bP[FKbC5Rleq'-beY
-NrT`6%RU([)`Ij4G(GkTaG%"XEQZmeKNQ*rIjkCdjm@RCr%-"+HK(SH9ZDa0&H-r
-CL6Tp#)L4*&fJlpa'$!*q!hXNbQj[33P8fP)-P%)d&(JV,R'BSj'$3*fUNDd#!1Y
-Gk(j'!pMM+erB9kpHeAUpKDe`VU!HRq%rmPRL6Q+eD*Vi)1JQprE%bbD*+DYSJFI
-E!AfQ3%HHKZP%1'qVFHJX&l*jAQ`#G[[Me`+&Yp,df5FNSJ-Q1hhJlhGf&K1Lca2
-ZppT2)1V$#i3ZC4iXaUhI-EGTU+-rN!$iplk0e,blq38!HpM3aPX6,Q*0HS5b&l&
--&)p+2"*Nr,b)%iSN[P1rVYa*`&[8$b[`Kp$)9TQ"#QcpSU4RU(b8&SBp!j4(+Fd
-P@Y#cR4j5CLmG5qdARMeEeK2Ki4TG$FkkJ-`"D8-A,Jc*k,rL')A`K"Rr@-im`[p
-@+jC+20IV#+b-L5kJ14Am!9mCm@kN+aH,XUilTZXi&Vq`3XHMc3!CaVUZEqjd'c*
-8aNYMq5-ie-5P8m$6'Kc'pa0)l$ZkHkRKQiRZEXFF1'@F6Zi&AI!@c%4dPK@jBb`
-"IB+E`2[2*JcXT)fjJ"NKk"b*%ACF2"T6X5'DHYbZ!CBqG2dI#b`&"%P08hhef14
-@3ZkMV$rN9e*JkVZ"TJLd%PLlfU02@j!!K6b!2Y$`(`aPk3P#+qZF$`5hhpPh)B$
-G&&24F&pS+lA4VDA5@Z"eQJ90Q*!!$TIAS&F4VJUU`Dfdk4!HhS'5KVSAb+V"Y4k
-Xa+3@e3KFDlA3NeUcm)!Qfe4GS&2,S5NA!I52XSjmd&hi@U('&6)cTE+$X85-V+H
-2A*cqkA'@JR`lbiP*+P1S90CqqURQ9i`ZQ`405aJZ59&N1NGSIS"pZ!-TI4+3!(L
-'J`hRqU-"'!'05b1hi`ClF3[IMifbbQPN"5`#1#GF'%f&"ZAIhCX-e`(Yrfmk2k-
-`HYpRZ-H5XciCA#pESdX-QR5!SH#Z(br2VLTYG&5-[G-Ij1"96EPQd#r3Xr`rV&b
-l#+Ir$KC1+HHbL&3kqV90R"BF%ijd"Ja9L4Q!X*bCK+&Ya42h!6IkPdY[FY1R!Rj
-8,bD(3rac%,TBi&hI-lKic+lm933)96AlBiU3!$Hf*D+$rP[pR[%Vi&U`,8JYU3J
-C9Aa#i1-bEIBcE'a"2VRcF*Gp5ZkE$hG"SkANeDe-*iR!+[S2lDq!JP2`L`CrhUA
-p1l&BR#05440)mmlA$+q"q%)%,FI@pa"5BV!dB&YI&heV2M`G0P8Y#fL5pm!MCF5
-ljiV@Z1-"U*!!pr@,i,Cl4IBbL"[TchEG0R44%P!5E(i9FqQ`rVi919I'52@)8b"
-cRRpZe6dXe5'B3jlJ`,M9J5L6A9lqLcq3!'pQmkSBMc)k$Xbfh9-Nfl)+-E*21K0
-m[UYV,[1%V9a,XqfjiafhVIB$hab`qL1lcV51(L!4CZ8r1qiaJp0PrM-eA1[0hZH
-*)D2RVZ*9@e4#H6JQU9M4hDV,!RMRD0Z$Qlq(eQ#Zd8&XRZMrmb6GMi-PM3icGU9
-PPp"Mj(P#*lR'd3ALqlQ,GGG,0@UkS*!!!R(Y(j)P0VKc"P%Iacm13G"&*$k3!,D
-cPjidXlANCp56BGYiNKXf9Q3QHl2NTiNNBL$HVGMd"h+i*l"YA%VS@CA,8[S#3dX
-Nr9aklVUh0aH5i92S*2rXih*38bNH3`5(kiU3!*fD2I[I5hDACqdD[ZAj)MbV9lr
-Q,$"ica(YXVj0Q-IZi!`CANR-+dBdq[p,[r'N[lj+eDDR,#BilU0b)`@k!b)Y2-"
-B"`Q[5IfZA"Gqk('r`rM6C8p``fm%9MU+,L#aabIaLX6jDFP@i*JlreL4A0C0F`k
-E%FP+$fK,AG-9Ce6[R92p9*kkH(S&rD$V5RCGZqNliB&"P,TKKHKZBH6rj*P6'JH
-kp1N2a4Pe[mcRkN#**L1%rKp'Ci*8+3(+K2E5NN$YQ6&,JA9[R*IZ9!('@lU6`Ee
-K`@JQQd[BC$KlddRA9C-aHAmF-eqhk4eEK20C+9S6J[`E&K5[$)MDIj1MB64")p%
-LPK0Y,$l44,VM34Pe4!4X-mTm6*9(FS%Jk@K'eAJ$c%+d-+bE0+`diY%ie)0&$@A
-6QiL8dQ"[fAT+ML-KkR-13lfi8lZfCe,Pp(j%(d"4i!)'bCCFd(U-'*S9!q2jJ@h
-A,%BU9AL3!!+BipF["Di$CkbJ`(#$)HRZrc$1$&F3#Jj%+EGef0(f9["8*LHq)dS
-#L('21F0kNH)$R9Z+Uq-80k&rcPS&AdD*-%q3!'q%rQ63a+d!!&qHDmCh8MB5a)*
-Tf5ZT0!'Q$YiGA+rAN5f[-aT1IaJ4%kaj&9Sj2i55j5TiENDTf+0c%EESjZRc9Hb
-EjeaPC,PGb1a0X0a$EP@MhZNb@mej`![M`5RLdc4c5ii#lkFP*I-DM)3P)j@L'-Q
-kmV1)@1H''59LdI3IBc,Z!D0h$fZ[X2`h3L(pTS0kl)2Gf0*RV43FJb0J$LKqUP9
-N5&e[mYIQ5HUji4hk!(MGh(FbN!#@pCQ)!PAFJIUX)M*2-mUe#BLA53*5e'lqcR)
-c0$*'3!'F-Lr$VHZf0cbPf-qZ#aK4fS3kQqVh@U##i!!GYmrl[KUP5d0h&IC-+pN
-aIQHPCa%+b(C88Ji)AFljFRVTC#'M5P1`K&)jKU),9")LaJmXMAGrAjPfEPI('$Y
-ka9aIK&Z*ULAkMaNL(`d12mU&63kjd*'G)R!YQC@JFIAPYL'R3)jP8hU4AdhrPXA
-LZZB$'EZUm!he21D#emhr&D`d[Ll8XKYm#QEkhYeH3XUL8P9Uihipr`I9"9#5BSL
-+U6DR9G$E`0+`Sq-eGm"@h[[[rL4N,,-N-cALcQf*dUT)mL3d5F!9Jf@b%p,-!"c
-9%l$M6jjS#cpJBr*9ba4IJI+Be&k"pTm@qdZZ+*!!5-',M9ZL#FGdRp5@%fU5e42
-(N!$Vp1N5P`0(jr`G$108h9VhSGTf@E"01SVFIXp935VT#iBqeMbZ)ckXLcbhe'Q
-F[kV)qqKQP)GBi+d,&c%U69iV@R)IA%G09PC1,qVAe5rp9FYP0e)@ZmkMP64"L52
-Ve`6@EPS[+3mH09ALYZYcGE%BCQ@244V[rI%"%%Q#YK'QL8D"cc$EpFdLZkA&4Hi
-rK3eZmM6'!`Pl6NM%4dH8#&lGIp$*H[Y-!-`Ed2*&AQFjr9&JI1TYG@GLQp52TVP
-3Fbl&,MPBMBFA8@2K,ADl8U%08A(U#,IRXaNcfT&Q"S"T,hr2+hGP9kL-Zrr0BH,
-2rG1N-b@KAa-#`KB(U5Vd9+aMbeh@B&0fF,1S%SL&SGqhT88UfE,VVJVN1kY,6LM
-heP%SF2EK$bk4&(1IIj2MC*[c+H1XRV##@T)%XFBGTld!GRi2Z*cjd+U)V"#+%dp
-R+("DaSQ%5SBI`Ni8b$jLMleEDJ1bK#mTVRBK(jbA$Fh4C)4+VS""p$J%X'Ek!kR
-CDhA4',$R&b6jdP!B*qcYX*hHY[jYY95l`@pG!-C@I,`piZm&6c)-TQaIY#ZhM+L
-[YDL6Ucf4*KZ**!6*[S"-"FG2iFfA0r40B`&iK!kAl9LY4VRb'BMdhf"Q&pR*Lrf
-PpJrV!AZX`E5hF!r"DCD"#3pf4$fpM+-&L'h$K[U@q$#(eX5#%,rl&j-K!b[m(q)
-9h&3*Cqb6FVDq@Tj,Cp9)QYfBHN)Seb0IjK[S%Mrc0h2i68c42r9PB1BL,DMpEk(
-lMa#PprQeSRN9"P-8%mbJ16"J!m'93pR'E6b&&)p-H$FZV-q!IAfl5KQIpS6lR,G
-LK1ji5ID5Di%GNYPjDV`F%Zj[bm)q#%(TGJSH-R2ApZXi4RR(S[GkAe6GqN`dNdG
-cpGXQ"IC#M$HrQ3PFCVRS!(AF@RSH`'BEY`e*QbZ`5Q$5pZ!EmPU1%5D`+Sr@L+L
-MeSZIcaR#(2GSD%$$Le6*iGqrLVP@[HbCIr,XPe&ZUk@hfqcbqZ0S+@#NdKL82j5
-"X8dJP&er`10iP&N'RjC0-NNNRb"9(Dp"Kb%CT("MMSRVfQDerUEiam3Re(hK#!$
-%N!!ABfCmBj2GZ(qAh03K-B1p&!TIi$Q("Pr)S((,qpqdc-V`kBl0LdIBa5q3!29
-DC$JpSlTHG``5Ha89qEf+jXNj`(m%2Cbe)2R8jfqXNHM4M4kEYScC#KEA3a+0!GP
-QZRUGXB[JCE!a!ZcLpe`I0G[QqPiG0pF[TC!!9fTU$VQP9RehYShR#M$RUbP9M5-
-bIRY25[@&5m8M+ibGiNPp0N21(q`1kQPj!Ci0*YKATpAMiAd@Z[&QX$1-R9RLB)p
-VmQj5II#qh(Rk,DAFr%NPII,m,'Fp!40IGhPaM!a-ifH[mNF"akR-0&+i&d(U*cA
-jQb'+K2KY%IQX%qGrEXX`SqNI,6qja3qR1C2'S8`cHa5V32@A)$,Y!9ci!XkhLND
-S$ZqLGMaIrcq2RN@+-rkHQ02+$5+F`C8M-ZkFCJC#rr'L6CpD0DRD1Va*Z($9k#Y
-@9+&(G!L%1jmke@JBHpH$6kTreTkk2d3eR0a5P(CKBl![`CU+'aah*#9LaiZcYh4
-5"Xe[MB*p$@SeShKF[(r#Zr3JqB4MlQX'jJRqHa'*'iU$D&,@IZd"m50acrD[rN3
-KN!!$"LKlkbR"9CGJ,,qG)rZJQ2C*5rN,4I2ldTXi*c+I4$[,N`rGr@c68jTAfNN
-cLMf6DNYb2GiKa-Y3kTJM&),me@"'QECkaVTrbL`Y)D(`B4rl!0``GE5mFV2fmdV
-rb+!hQLNjbXTj[5e40Ea(!$fqM'I(8`XB*F,#[KCERLE,ZG9Ifd6[#L9GN!"U-*d
-8ENU2m5[Pc65'kSUlG[L!9P&LPS'*(5%2FZZ6HP3B`GX`dPkUm6jTki0)TqX(jq,
-m+X`-6%$@"C9`r`5X2G(PUN@)bhC!#G+)DH1RL!plT`Mflj8cX+'pUC4#IU4Zfha
-3rRG!S(GJeTd!2,U#G"4V#2h2p[iNHk-iD0B0#pMJd@2X2$fTre"ZIAYIR&pHTmi
-!6&*P[#0ea3D4*R[B4*YcepR%$TJb`(P%YB9+CN[p@A[FkX%q@`["Bd0#D+Rr+'(
-+D6UqVEJU0!k@!eakBj(c5e8%T-p5Tfe,GjaH,l(b+[+bbhqNd5KM(pBhSc9XciU
-%GPAZ$CRa&$lF6'AlD4KjfpKZd&4[3V$11JIAP*PQi6*-r8MLh%!hJSZbHjH,L(m
-Lq+9RVIUb%1d%IRZ*5X'p'R'alh(#-%RS5p3d[(-H1UNQYYUiH49kXmcr6NqJ(jc
-p2(39%R0KP"Ykk5YRTf'!kqqDSFj&YcZ'mcaIcZVV&QUBR,(6m"*l"TqYk'b"Qe(
-M5cS#RqPl'%#%hrQ(D4DFS#0Zbjr$8ldKV3-"0FQGG4XXHHf9$5e[M#2VQZqIC6G
-G1&jF3EB5SHkAEZ*6-jbjA*YBEcFeGhfrTi4c(iFilaDk9Y#RC,)GbAU0FRHB@[j
-iY$R4L5pDFH'TYlLISJ26"(H3!%HXr2[F,eii3i(@DU-0,h$"c,dRc)@mj&8-PV3
-b!6Y,r#'8T!e(dPdSl)mqK38Q2i$(YBe6ikFNi6"rpKpPrf+cL1D)T2BV%p5M-59
-(#`NHh$6GqDqYGcdm*IPih5l-QjKUkeKm8MYX+"U`U3CliB@9Ch4V0kl['YTkj%L
-l@J4cSp2b3CCZpbjbS*Pii34"BNf+YR[ZK+`hH$,+$1YeK+#5qXpYVIcacG,"QJ3
-F'qSrL3jr*0+D%BdL[&D6K&cc#AKdZ8&$V)a"BHL-T8rcKKGqUR8'NBcSHZ2L)'4
-[kKm")@I$@I#YiUqaCLaB'bLl30MJLeeVUB05bEcqm1DZeX10)!'[5XIRCB+[`46
-Z&eLmf*XdTH)Tf%$kU6$!C)&4P1B%q4Djk`YP(Yq%c4E"HFqh($q,TReP[afBf*8
-Kq&4Qj1,%da$328iPHrYcT-l45FNfGd)*N!$*L5FCQai1[X+TI`$LNk,36lb))hS
-c!j9X*m-,A1ZTVdXA+r@eeJ4HN!"N-Xhf'*Nka$Q%U@dF!k+Z80'Shb%FDhHH(P+
-EVD"!,dD8"9#iBk$&!KSJKjb1fkb1DrkZMej)Gr8qZ+4l'3A`!+pk16JZM!PdlKr
-J$cU5!6dYblU&LKkBTKEh6b3HdAZrB[23f@iqmA5UFj&,m-91Si)39,mrep`45$d
-E8TR-J1S"TAjkDZbRhK@'bK,eZ@5RA80@QACaShVD$aJ@Z"ddL"qGe6rS[C!!)3C
-0UE--&8jd4N-l%Q8%r$1FQrh3R3RH"EjNq*,ZcJ[dGFI1aUbUi+)NIb#%0@ea)-0
-Z1Fh9NQhq1k+4C%9MhaMdCalfq69Fm##'ZUG`VAMdKK1lL**+-4ZFq+*9!#hA'm)
-&I,CS`KX-@*&l,ZF,ird8qTi9iplZeBE2)%hjdRlhp*L'X64$*&,6AJiaj!!CNAG
-Ge3QI#!e8*NVV&-mj`rd&%*TL4m1BC`0qHE*$EXcbP`UPIN%p*MV(e(3EG0[3"e0
-3B%I,TjDX1be"baD8G20EB30EjV&bBQUBYD+18eEHp!@C5'(4(C!!CH5dqI9[[V"
-H$6E[[(F&me0JY)rUl%k26e@!aUk1ZB@$@HA*Y@b,)FL#NfV,R[,qSIX82%hp5-D
-eR1TlY(8a'CmieeB3rBPcKA&YQDP(rALbSqaq51)H6T1XPpbRV2hF"08dFG4A8pG
-@@03IM+rYjPaC*L!P&[d`"NjD)V4h2+Ykp@,N1p16)HGq)-$2@'Qqc[TU$U'mj!U
-"IZaB0Y#[!`epUj8q+YCi3$&MCBdbh$G+T,Y($,@Q*9QF$G5J"FGL2Zm-J6@YDea
-'`J&+!@H8Nlm'f1IPi111JpV!I!Xh8EV"c5r++Y)A"`k[#j9YBcfA&qJbKM0L&$"
-NE54Tq&I4U,,,'apRYa1)M4AlbcECl9M*EA!DK5rrMrYa1dk'AiS9FrX5+Udim"6
-,KURTAQ+,a9B)VC,bMpkdFmD-(68%0fKkfPRYaL#4*H3(eU2jaR"'le9'-H6fpK&
-AH%pKF3+b3phc$UQ2qG[K)#eH["!X#D0(2Pd![%FrE%R)ldMKF#FH3B$MS5TYEVZ
-'$N4DIH5Rr8TKYVF49EQCMV2lh-Xk68VT@jHZ$)D3!*S(fk*4`TB[llbRC%99(Xm
-CE!0843m1ZaX&C+mY8,&2*K&bcP2`VjU63qbaAIj5pNP%h9)bDiGXJF`1FeSjQS(
-`*U2ANB4-LN-!)$MR9'Lh"@BqR%@af!mRke")BQZ2kY)H0Q"bbCjJNRrN'$0hTf!
-5Pr+)$84,+UBH6ihr45DGP2%dFfA-%aFALk+6TUC!fI`#RPF6("irmVj3(+-@5p&
-VB@0jpqCh99ZSmefEKZG(Y9Ie2"9REZ[F,Aj!$Cj[r&@YlQDpS2a)MKA5aeKDR'F
-%*iTcL#jaR99pKMA[)V(@2)3"lBUiAk6DCrJ",hR0erF)N!!q`&Ip+c&51l(*(B1
-Kp,1CNBj%&hDfYEH%Gf6eAP2E4@VpDk'lbE([R,@aM3*V0VVXerUJJf,HlC3Q!%)
-CPeqJ`QCc(01lNJ53!1j[*Nra*5A[c`Rrbj-J,DJEP5A"3V"*+E)jefedm+pB[DC
-0hQc6q*Epf&e6MSC@kQM9lH[G0%&8#5Elq[QGS!@9d+4'SH14[+Q6a4&L2(J3Mc0
-5q2(R&RfYIAEj**-pXIMD,Y*R++GZYh@p[Y)`-("&c*[CJUFYMIkcm'rTSNZ"44l
-`B(&FeN&AEVM29)jKFirh5ESqRCJ1hl*4NRiBY4-'S+GZ!XC1R"ck68p!(9dAN4b
-"9kJ1MieH'+M6@!ipE(kaTB1Cc%rHY834pEmc1'-ZeZ@S)(14dEh,qjX8GL#C3%6
-%0djYrfl2`X@YCHQ9bc2jZcH,Lpl`hU$NkAe(,h085IN9QJa-U&X1Api2M-39GKR
-IUBfImmL*F(CKaBFQ#N"A0LraMKXf+Q1cD$MDc6NZ&"FIRAF`Ef@MPBYYfD6`b+9
-QEKB38A1XLRhU[eAV"T,+J3UF*d1JD[R`PPe[*(ZD-HC#HDZ*-'!fUq,q&EB(R)T
-Qh9QG@A+f#f"K`eREGa#eG1&8L*2M#Q[3$TPe(XL(0hmb(CNAp*KP1N@2[R1ZB[a
-GLV'`fKXkJ(f[RU""8$lbPh4FaaY0FQGjQEYd+5&JTDm@lp`4FF%[#r(I,"[)BZE
-Gl#NN3V3@al"dbBKak)pG6pM)FZ3cji(2pZBr*j@"%*HMb4+A%YN3QiESFaA29-e
-!9N['iC`E#0#qC&8j0Um1UDPj61R9N9dF`dad+RMS)'Kb2mV&*$@(q,(Y5BN-))Q
-iPMZ)4+Dq'V9!P0QeiC!!K,bCbMLI*"ee)*)V4pHcAh0*H8Iq1"XljiB4VJc&58&
-*eY+C[6`lEh0T*V0+Lp5)Sm`j+eNRf3X$KTMG+LFdhHe-IK"GBhJjNfXa9lH(Apk
-b$`2GE3kaZU,REa)eT0Rk-T!!LC'Y`bXF4RVmHLMBL[-H`b"0J(iDrN6LT"Ei8!T
-I1IVZ'l9KUHjQDDSpE#fN3AA5D2E%V)Z)''XQ-(qLIV3JP!i3J0f1VQ#ll)Q+!$B
-80F(Lm0,Fi,r+@P"eT49Z64A"2l[@fXB$URH8&#)Y14$$SLd2%,IU#2[55eL8T$4
-83$QlG5FE+SrSI[S[9PrT)P9kh,BQ*#&RAK035$0*Zr1%@r&m19JEkAHSd*lQfMr
-`U(d(06L%DVEE)61biid06MB*pp%!9jc#E*S41YQC9A@)JiU+Pm#Sf!P5fi$0V1D
--F+XbHiIL59d@G8M3TN!5+D52`5!'J1VeG&bE@alFmF)kmA2eMl36`4DQC-[l0*`
-)cIDhRjl(%QaL,,lXV[0*J)2kQ%!SN!!qS(h8jFSIkqa$1E%#Ed[*d6*kH3GVf[Z
-Zf$N[Q#*aCpiq"NP(QXa8qi,JjL!+e0`M-bh*0EJ21bPE813+qRRD,Fb3!)Y`C&A
-4['YL4DEpdL'4UY#)HI[!hf'CJ"d!llq6p9Z3!,!CKpF5SKHd3pPfF"'Umd6!h(&
-&8mqXU)rCY3j6L9jciYPTSHI$2[6'G8'G#+FBG@Eb+U,Z0mAbP#!*U,m(*K9#V8'
-4i'PNM"IqCh2S1Ja,&&cRA86V[D%ZI)3%P$-jAd*Qk[IIBkY3$5")VYY(bkA@,8)
-ZfD62fl4B$'92$%Afm4XFNQ)#ZSP46(Y!P*8[qTE%-Q9Eff0kI)b'+f2-TijG-0%
-Yb`BqZS2`mm6-6c+FD1cehE5k('L+P5B1I5%B3U61BEU!8D8VG268d@Z#am-)ipZ
-JRd+cDIpldhTKc+kD9&-0@AaQ0ZipA'mY`q[+1L[)&9(c+FF`Gp6+)F3VP$cPY0J
-3`b+`%%fllhP,bE$I8&fh&!3-hSDbhHZ+6`PcY&1!r(*)pfcmZ-9[-YB2B5i@d!H
-X%eDk$UUQV*hidj(DIfGdTMMqZl)SX!,r5Ym`G$4)1Xida&j+pE**T+8l!B)9Y`"
-m#`SGB8M%NZ,4CQ4jZ)L@+@+kU3-'lIcSkK#F1dr`Z8bG'hVkdhQi-Yd0JZQrM8E
-%Gm+QKP[qN3S#N!"e!H[kNM3Q@D-JJPjj4P+6%"B40$[V"dRq4MR8*VhNY"0Q4dE
-b-qcUKfJI!S'k&dp,aFX%JkJS'hhTbR-`*RGdXd`k0D!4J2d1Y1D`h$G#Lf9P&`j
-hHi&qa5$Xck(hN!#D)Diaq3qX%&96BbaKV$'56ChapRc,fkp`!&D9A@4jpaJFBd#
-cFZT2*RM"qTZJih'"`qjS0plp,'0-GC13!+pbehAR0UU"P+f*HcK4#'YDBUi!,MH
-Aa5X`'bm(@e2M'5Yf)0"CCk`Y*!N#"C96pfq8#aAc&Mljrc[mk1[2dM&@fc`J%A%
-$"T'rFVB8@ZQlN!"a'l96JS1PCNU&@b6hC2I)JHQ*j""1pQD'1RJKXCd5$d4GMCN
-[#c28VPM@rmD%KC!![,&3$-k+he(XcNQMpN#NX[f)Z"&F,Z`5(jYrL)r)XikKq#6
-U(286'dGc@$a!Mf-Ykb(22(bG),b1G9@rh9hlr`#Y+h0@AHPV-6HRICT6VpiVCdb
-YZ69i9[pbT[J2h5lBp![rSGS1Gf)C'C%1pZj@@[@dl65@pjQ,00PE"E1M)BDY&)Q
-Kal5b+lIq*Ye+@aSHYa`[%eZb1",l'hYFFcPRJUaYAE"NccIP"G#I6``2+VYA$[9
-'c-`Aql`HQUmb5@4%C@1Gq#U[4"V)ES*U,%IX&L"!A-kJb'5q+HaT)(Jb%RZerpr
-4NXCGfLbR+-2[@Ce-"e-pF4"DZRBR%A4[-[A66Be$5V(fJ&Drk5%*UiXleair[%f
-QKiL%*`63I2jM,Z%6NAMrIQaUV#TRm""!HSFBkTJ9B$j#e)ebCHN6b`L8VM)$Z)L
-MccU0m'E+-liS'&5R-V`abGiGq@G+Lq-q"&$4LjqN(#91NC`A*[fH8pG@b(DTL*N
-0IX!VdVj+f65KVE!3#R$rlCG,(TXJi,GN[([Nr&bPm-5'*RFm3jh&jXF-q")+2"G
-#XL4EKNq1#)S$$Xd3-RhFG18Z5"M22jq@9%60CI$leE!QKaB@Vf@1`iH[`CSKZdb
-hqY[ZY09ZP[4RF[3P6RNAPA&jFG`l6IKiCc`KPjik4UXCQ%!a%,dLajXLH0XLCTX
-I%9`1#kYDJG"SCE(IkHreE#K#9dX`J%[IL&[8Ab+4,Rp'iUPI9Q%U`rh6jT5JCLF
-qdHkJ,(6(!iF`H(`jYD9`NZ58Hc@#aiMCD10@l,`Pdi8Yb((fe"e`q4R3E6EC,BT
-lEhm!9R$i-+&XQcaml3P[jH[&6%Ffi*Ci$d@1@$95qjQhNb$YdPIdk&%ar3FkNKc
-0l5$aL@`$3pcp#GHZM`'&Kcr8(Xp8AYc3HBAJ,5QjC(d-MIre9FehjUBI,`f(9A-
--6qZd@XPaIG*ql*!!*U5"4h8DHZkh5P(9Q4lf"#%V,bVKZSDfQ,%cX931`r6VkNB
-4AE,&XTD`Vd(NkV!V9BE-CRVJ)#iM2!R9L`pBGD-PQpIVRX6PLT`SlL$+fTK'p6F
-IcGD'q@H%*c2Ebq1G3h"!2qU`&`UBEqS3I4mY@l!P'@M+d65l)Ge*,``#%lJ@`mr
-Hq*6eA[9l`Yr0r-AikAPEL&6)!GVhF*NI2UaVHEa)YX2mCIG*bP8MMr#YG-XHKIR
-*ep)(4P-"kjAlTVm@%(A*U-VlI3m"d##96!!LNh83TUNK$Jh-a2N8-dfYT(&cV9h
-$G,j`k-XmX06q@Mr&(kV$d"-51!-T*N,VSQX-II3$4TCALh&YkVlETPfa4pd*bD2
-F2q$L'A-1YmVrBBjfr9Kl"l0`fDSq(*!!Df`jGq$-EYGKM4C*ap-)k#YZMm#`MYT
-K0%T[IVJJ!bc%qq`k[)Jr[HK#cQm`QM`(J"kAFm*"cKr@rib[K+-)"S8lXj[ik50
-IDm0i!U86"4HZL(qjah20C9A2bQQiAYcFH-KRhZfN!0Lk04-jX21Nm'THZPqDqB*
--5YHQ)+S#(,Eq#eUe"@@6RZqCqcf%JPkdr%Al#lEYJlmKMRlhV'Y2TF`H6fa9(c0
-Vq%A6rHIh4aDbdqUG3DQ-*LIGcqarG4f[TE*,rRZ*-K1i&iKEp0G)eZrP5c'0LR"
-SUIQUU0,DD58&f6rf5P-HF!LL22BKBDI)iqX0+(1X"))VYJX@pedNL"iL!LT"%h0
-9r(i)1S@ZU"j&9$X3@&edJ"Mi1'*llBIfeDK*#`jQAYQ`ET!!6aQU+Q&k!G[NDIE
-2!16Xe42l#'`pa+Vh"&"iNQ[[@r+)(cRr&2#TaieT,9!*lDAUfUSH&dJp9Y!#4Vc
-QL'ZTQIfU)XIT)ZAI"YR,X*BLR41UPcDlV(kZBa8)3J30k%F1i-L9K)iR+Vc(,&(
-pV,JR12rQffrcEHcJ%$fK(c(%lm@d!fXX(qdd*1@hiFTr-5qSaf$eS1jl)ci#%Jc
-j%@ArSrBNpZ+h6''De4EQ+Uf%%Fd$flKkGTUHZ8%!IaVLrj!!e&Y0`,j-!SY5e`$
-SRBcED$'F!p1pAI6PHfj1FKF#mc"b"HbS$!+@Xj'N94d9[N28fIUF`hN6bip)9)Q
-,8(V(!9II+N+DZ1riTL+h[*4QkH*rFer"*G("mp@Ll3ENK'h,P(ZpD&piM)5N8bE
-E%l"[Z)$bbeqC%S1L&CPIGPIdC!lT`eqX*&-%!3[iLM+#r8@hj3[8TC3H+!*IHf3
-dr,j$E@rFVNAQFaed`U$G$N%lS&IPD3,TcJDS-8Uql0pp*cY8r%f3!(6ec1,V,@K
-fVM6Di[[--&N`1)fN46fqh`ArA+2@DUNeIrC"G5&i,9S#-)U'T`(,`aRqHPV18S!
-kQ5HcMhqCF)D%82ZD*lI@rJCj&95i@NQFM[la5rbch,pdG1S2Pak#mpa3c1)YP4D
-kj$i8BS`U0a9b1cjL[rrXD*UV!0(pZSV-SE2(4$aJ!$#Fc#MISMI0TTIdAk89BYF
-!-F#DZ4BN(`S0YkUi+FPA&&@eI5bIL#mFZi8+AjLFX(C"#5eL!mM4#,p(RaD@CkI
-$$&C&bfP6F46RiBM$%#1cX@Ib81Pp(-&,Nfb8ZkM9T&,c+@#j$e+abQVj"3Y,FZk
-*8PVHD3VhAH`pB,S%elkc9LTj!4&[Pcacr99MAIc,J3SB(TMeG&GkpV@4a4J-S,*
-QL4fBf*(3SZ5JqVePR9BrEYYYTeX,IqJ@D[H4M#MlU*rDDa-jY4M,XD1LA*SGV),
-cQ[Ilal+91$#aRKrU'RQYJ5bM&K$'ZGULXIp6Y`rYN!"MjKM[%AA*)HeQA[6bFIV
-UF6)0VaDKd*ipSiMac8('ia"mbZ(qceF0hp3aXfcK@k0NdK`NV)ej%U&b#)LbD-)
-3r(#VLKVHl4"e8mCc8aB+KGG@-XjP2ECK@*L"C!()iIeD-XQZI"(m($!ka+EVbT`
-l+[h&9#iKQl`3+R9-+jhbr0VE(bVKfrERV$3jN62)r2KM8EA+(`D(ifYa-'bMHp(
-r#5&2aam4VVXfXSi*EB4d1pX$B&J!Y--*B,b6#A6'&XpDr)bf@PHBK(,TR(p&-!$
-A5`cL1T5@2P,C8dbA@F&)`Bbi(`#55GS&l#laa"%@VR*kDcjNX@)iJ!'par5!M@Q
-LeRZj'*j6)$TefKYdT$'2"LZbIUF6M(-![Fqkdk8d6$E6REf`bXMk&#d[6Z`BQ!!
-Z)+DjbKEh-"[J-#2TH+FhLC184iGLX,h2&EG-J*BeGRraQPcK(pQ8VjiJHP3&YN'
-3!&CG0qb[qqGbNq+lSN+IXKS-#ea",(D8,Cdd)&(ZC41BZ%,E`0`SCE(b4d*mR(C
-Lkpd&,'-p9AD#6bMThGU)&G8R[Y!$hI&d5"lST3'q"R&9b'aAYZ#!@5R!bklLLjj
-!lcq`RZ4pa`[K,#l`0cX&0cEH*D!IJ@+6m%kJ6rqkTJXGHjpddhPqYDNSN93X(a&
-S,b*5N9`LDCm%BQpJM'),EJ!Jd&c2V,$%LPlTYPc*,EM&!A"R*YLA+HNdSf"5(a[
-G#ZR,(a&D[-0GHVKrY,IlXK8rfl4+4DFUG$`RIcFhhkQ$0d3$GAR$kTa#p`)1br3
-JbBBl$!h0*j@Rjp'!'QSXf3@RC"b'ZUC,@!DSM+Pr4MjAX-4ZPj2dkK-e&$LZK`d
-hi#6CC0TLQa'hAbrFFNJRZ0kkmRHd3iaFN!!3HV"&a6Y[3R0GBE[*`&)pNTIXS!#
-lVh@6EE9l)d+P#2$Y+k0Q1DJ4ZE18!G*VUj!!9!CG&*!!l'lML26,1ejDk`%IpP5
-HHZQ$"B2i(ej6h`RASbS+CkR,*48Akm-*[q0h@lXYZ8fUBl$4-lkG!dN[&$#[F$J
-ciqVG2@h09B,ebNr%1mI0BKeIU"YDI,fV`5YY"#d@6@[Q%3e4J`8#1@#+jrR(`Il
-b(IdE*IpJh%D`!q,TV$SlKkP`-eKD3(@0bhZ'l0Ra991l2DI'ah4cXfV6d&D%`Ip
-M%%b4Y4JVj)d)h+Bq(0pLbHfq@k+E5PVLQr6EN9TqMaUeNNipa5ZfLDPep+il&le
-348C(ZYHS-VC4Ri+,$[R[C3GLqYim`RXffDaT9+6+Ei%U)kbFkQ@RU0j3f1)blh3
-%!`3XALpD&`9H)3c[&DZr+fpbe,e!M@!Z2kHp!2P94JZ3!#UUi*q"f98p-SCb'ih
-"kjk$V&*ekMG$[TMd$TH@4rS%PXbR2#JE24"@)fYrMXPM0Vl$&M#MZHd6Y!f+U)H
-kYk)XYHB25iM3BjhafdI3dJeVC8dhTFDH&))GjN8($$j@LXH6[j8+2m&cc,mC1+%
-TLikErejUUc+9Vc@AiD$I(lI2IS("m0$%L[q$&pfjEH@UUL"ND*6TUfF`,AM'Lca
-`L9Gf$XChI3Qr@[`(QT*jN4TjM8b9Q&j,%H)[#Er`p46%'k[Y+21S%YMda-)!T4&
-iF(l1GjS&rIVmeh8-F`R*d3ei0N(@L66M$$20@Y@0j,mh[Jd'GP$'G(%(&V)2Qe!
-B[80E(NVpG6m`@J&eFp",FSh1$X#,L*aSlVl181$fr,A)1T1SAbaReE%JFkbmKp4
-M8Gi0+EK&ABIh5I9%`&!%VAC6iB,VQFf4XeQ"d9qpp34kmJATLIiXe2VN4EPe0&c
-Zh)P($[4pfAI,CXdc9YaH1bmDRLX1c1XBSa!4Y'AdB-$I3a)%)lM*mDdS%!Flmh9
-N+KY%mAe[dEl1hGXEif&ER8NP2pRX"[bAG'K[kEL#!jkrS+bb44JdlXkk4jlkBIf
-+(eaJF6iJJ2QR%)XeSYF%I(X!-6%6fjehppcBE5T3*9Ze#d%ATF0C+T!!R&E9DFf
-Dc))dJ2hjkYA--f51LjcPB'-a-ZklX+*XMKRABT2`RCK%c!!#d*0jP#fSqEYJCM+
-MdC6lZPPDY056@k9X)JR3R3D*$f-lPFV6!3b,6Y@ES@h6N9N)4'Q@B5Lc&T*Bqb'
-Abp+bY@*%+SF#-%`!NS%r'b2'%!"ZV63h%``0UN(($A)HRVed(A!qMfR(`jppK31
-f+XG28-)3NfqAX3'Y3R(0cSXDqXeXGeI,1*NHFdd#AZepE2QKD#Y0!@j3*'CZP'R
-McZqB+4%$`3P#@'rH!fTFQ&PA0fdPGh"Jca,Iq0$hjm21l-+JLZ1T*5cURR$FN!#
-`$AHYJE`9m&K31!Y@pkaPSbVI*PPa'-@M2YJb&1c92(c9FT'D)L*dp%lZ&"Z3!')
-8V0TT4URQE$6hLNaY84'9#qJp`M!Sl1[F5p305"1-(9P*&R@6*2ETSYmjaPG4(55
-)PPSe`K*$Je$KfeL9iKN6QBHIL[Q2%rpjaDM!HT&4l0l5%-QhT6bG45A'QP"'V1@
-4qRXS*#FK#jKqG%0RAV1)(@2rk,qqrh(de-"YY%Sh)dFMTTfUZ)EdqEHlG"k"RjP
-rkP[C%@j(4"iq3h,AUrra1Zk-KpcI+i`R'SIfX10VNJ3G@m$FdY`0[c4%P%lMZNq
-D3H8L*N!I)+Yb@Y@1*XFh!C*N$3J9k4mqi-P*#lI)XMlDjTS@f536ddC$6P5,Tm[
-PF"XP)kTc14Z4ha'3!*J5hQTl&c#5dFZH55R-3PdSiPPh6JE$XElBhYQ4HJEF6T2
-EKUk&M&h1D13&'PilPLrCZiL8F2!0%SXlPPpI#b!@BESJ!@X-!'mZNjJ0%5eY(R5
-"DeIZah1,(E9A3@Lk@Jc!e'Lk"9aL-D'4U3)e+'#aK2lH9l@Mjijb+UK"ar@+pra
-9(!VE,IP@VHqD-'i@U#"TLCmClZMc9K[6lSVr5jIVFRC,Rc9aCfB6,92M&6fkPdC
-R6CNHJX$%G$(AD80pV"dHNNm)a(mf-BU%,D@+3YbpNDLU#KhDcPJHPS!RKTQ[Fhr
-a9)0I1R+rH8hj8J(X-L9DXhHL+)VbX"2#rZ-34(e'+QHC"689B&Lc8!kaihkZcr$
-MfYr8hlPG&dN@9c)XeC`B1`a**XZNF%Z`mCi,lBDXpL&FpK1KF(UZZFm(%4+m9XF
-FjYpfU[6RN!$$[V(2F+6kGd!aKh3kVMA"6a$c@$l'-2ZJ3f1)m2@E08m$2rK)T5a
-F'1kGPFq1!ArkHDM1FbTX2,*Je@2fhm),d2Ep`k"jSQC%UQ$jDj&1+IFc*9R05$Q
-$pRrF,%5Lef-%@4CqB2p(SqL`hrUa*JA$r,$j["BjLm9#[PFKfGrhQJlB*BPdNf#
-k[PYEVCCYL44Kcd*EmDNNRiX+@b4MlB3qR,RIUMY5EZJiC4i`i(p#@&i`-,!%$bJ
-@I)leJLF"(`hl[c%5ASX5I`%GjrG(k33+fDiRf@C&,ek-(fl4qfHM+J2CSqc3@H4
-3kY"D"DQP(*Le,DV5Y(-0!-,+%mcJT)lH#PeD55&Z'Vck@aULj"+CTDY8A9E&`2%
-KRFqfZb'0P634A0J!bK)!!!:
--- a/src/po/sv.po
+++ b/src/po/sv.po
@@ -1,13 +1,14 @@
-# Swedish messages for Vim.
-# Copyright (C) Johan Svedberg 2004-2005 <johan@svedberg.com>
+# Swedish translation for Vim.
+# Copyright (C) 2003-2005 Free Software Foundation, Inc.
+# Johan Svedberg <johan@svedberg.com>, 2003-2005.
 msgid ""
 msgstr ""
-"Project-Id-Version: Vim 6.2\n"
+"Project-Id-Version: Vim 7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-04-23 14:43+0200\n"
-"PO-Revision-Date: 2005-04-23 15:23+0200\n"
+"POT-Creation-Date: 2005-12-01 22:51+0100\n"
+"PO-Revision-Date: 2005-12-04 20:33+0100\n"
 "Last-Translator: Johan Svedberg <johan@svedberg.com>\n"
-"Language-Team: Swedish <sv@li.org>\n"
+"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
@@ -18,15 +19,12 @@ msgstr "E82: Kan inte allokera någon buffert, avslutar..."
 msgid "E83: Cannot allocate buffer, using other one..."
 msgstr "E83: Kan inte allokera buffert, använder en annan..."
 
-#, c-format
 msgid "E515: No buffers were unloaded"
 msgstr "E515: Inga buffertar blev urladdade"
 
-#, c-format
 msgid "E516: No buffers were deleted"
 msgstr "E516: Inga buffertar blev borttagna"
 
-#, c-format
 msgid "E517: No buffers were wiped out"
 msgstr "E517: Inga buffertar blev utraderade"
 
@@ -126,8 +124,8 @@ msgstr "%ld rader --%d%%--"
 msgid "line %ld of %ld --%d%%-- col "
 msgstr "rad %ld av %ld --%d%%-- kol "
 
-msgid "[No file]"
-msgstr "[Ingen fil]"
+msgid "[No Name]"
+msgstr "[Inget Namn]"
 
 #. must be a help buffer
 msgid "help"
@@ -159,9 +157,6 @@ msgstr ""
 msgid "[Error List]"
 msgstr "[Fellista]"
 
-msgid "[No File]"
-msgstr "[Ingen fil]"
-
 msgid ""
 "\n"
 "--- Signs ---"
@@ -221,13 +216,8 @@ msgid " Keyword completion (^N^P)"
 msgstr " Nyckelordskomplettering (^N^P)"
 
 #. ctrl_x_mode == 0, ^P/^N compl.
-msgid " ^X mode (^E^Y^L^]^F^I^K^D^V^N^P)"
-msgstr " ^X-läge (^E^Y^L^]^F^I^K^D^V^N^P)"
-
-#. Scroll has it's own msgs, in it's place there is the msg for local
-#. * ctrl_x_mode = 0 (eg continue_status & CONT_LOCAL)  -- Acevedo
-msgid " Keyword Local completion (^N^P)"
-msgstr " Lokal nyckelordskomplettering (^N^P)"
+msgid " ^X mode (^]^D^E^F^I^K^L^N^O^P^S^U^V^Y)"
+msgstr " ^X-läge (^]^D^E^F^I^K^L^N^O^P^S^U^V^Y)"
 
 msgid " Whole line completion (^L^N^P)"
 msgstr " Helradskomplettering (^L^N^P)"
@@ -253,15 +243,27 @@ msgstr " Tesaurkomplettering (^T^N^P)"
 msgid " Command-line completion (^V^N^P)"
 msgstr " Kommandoradskomplettering (^V^N^P)"
 
+msgid " User defined completion (^U^N^P)"
+msgstr " Användardefinierad komplettering (^U^N^P)"
+
+msgid " Omni completion (^O^N^P)"
+msgstr " Omnikomplettering (^O^N^P)"
+
+msgid " Spelling suggestion (^S^N^P)"
+msgstr " Stavningsförslag (^S^N^P)"
+
+msgid " Keyword Local completion (^N^P)"
+msgstr " Lokal nyckelordskomplettering (^N^P)"
+
 msgid "Hit end of paragraph"
 msgstr "Stötte på slutet på stycket"
 
+msgid "'dictionary' option is empty"
+msgstr "'dictionary'-flagga är tom"
+
 msgid "'thesaurus' option is empty"
 msgstr "'thesaurus'-flagga är tom"
 
-msgid "'dictionary' option is empty"
-msgstr "'dictionary'-flagga är tom"
-
 #, c-format
 msgid "Scanning dictionary: %s"
 msgstr "Söker igenom ordbok: %s"
@@ -307,11 +309,100 @@ msgstr "träff %d av %d"
 msgid "match %d"
 msgstr "träff %d"
 
-#. Skip further arguments but do continue to
-#. * search for a trailing command.
-#, c-format
-msgid "E106: Unknown variable: \"%s\""
-msgstr "E106: Okänd variabel: \"%s\""
+msgid "E18: Unexpected characters in :let"
+msgstr "E18: Oväntade tecken i :let"
+
+#, c-format
+msgid "E684: list index out of range: %ld"
+msgstr "E684: listindex utanför område: %ld"
+
+#, c-format
+msgid "E121: Undefined variable: %s"
+msgstr "E121: Odefinierad variabel: %s"
+
+msgid "E111: Missing ']'"
+msgstr "E111: Saknar ']'"
+
+#, c-format
+msgid "E686: Argument of %s must be a List"
+msgstr "E686: Argument av %s måste vara en List"
+
+#, c-format
+msgid "E712: Argument of %s must be a List or Dictionary"
+msgstr "E712: Argument av %s måste vara en Lista eller Tabell"
+
+msgid "E713: Cannot use empty key for Dictionary"
+msgstr "E713: Kan inte använda tom nyckel för Tabell"
+
+msgid "E714: List required"
+msgstr "E714: Lista krävs"
+
+msgid "E715: Dictionary required"
+msgstr "E715: Tabell krävs"
+
+#, c-format
+msgid "E118: Too many arguments for function: %s"
+msgstr "E118: För många argument till funktion: %s"
+
+#, c-format
+msgid "E716: Key not present in Dictionary: %s"
+msgstr "E716: Tangent finns inte i Tabell: %s"
+
+#, c-format
+msgid "E122: Function %s already exists, add ! to replace it"
+msgstr "E122: Funktionen %s existerar redan, lägg till ! för att ersätta den"
+
+msgid "E717: Dictionary entry already exists"
+msgstr "E717: Tabell-post existerar redan"
+
+msgid "E718: Funcref required"
+msgstr "E718: Funcref krävs"
+
+msgid "E719: Cannot use [:] with a Dictionary"
+msgstr "E719: Kan inte använda [:] med en Tabell"
+
+#, c-format
+msgid "E734: Wrong variable type for %s="
+msgstr "E734: Fel variabeltyp för %s="
+
+#, c-format
+msgid "E130: Unknown function: %s"
+msgstr "E130: Okänd funktion: %s"
+
+#, c-format
+msgid "E461: Illegal variable name: %s"
+msgstr "E461: Otillåtet variabelnamn: %s"
+
+msgid "E687: Less targets than List items"
+msgstr "E687: Färre mål än List-poster"
+
+msgid "E688: More targets than List items"
+msgstr "E688: Fler mål än List-poster"
+
+msgid "Double ; in list of variables"
+msgstr "Double ; i listan med variabler"
+
+#, c-format
+msgid "E738: Can't list variables for %s"
+msgstr "E738: Kan inte lista variabler för %s"
+
+msgid "E689: Can only index a List or Dictionary"
+msgstr "E689: Kan bara indexera en Lista eller Tabell"
+
+msgid "E708: [:] must come last"
+msgstr "E708: [:] måste komma sist"
+
+msgid "E709: [:] requires a List value"
+msgstr "E709: [:] kräver ett List-värde"
+
+msgid "E710: List value has more items than target"
+msgstr "E710: List-värde har mer föremål än mål"
+
+msgid "E711: List value has not enough items"
+msgstr "E711: List-värde har inte tillräckligt med föremål"
+
+msgid "E690: Missing \"in\" after :for"
+msgstr "E690: Saknar \"in\" efter :for"
 
 #, c-format
 msgid "E107: Missing braces: %s"
@@ -321,14 +412,35 @@ msgstr "E107: Saknar hakparantes: %s"
 msgid "E108: No such variable: \"%s\""
 msgstr "E108: Ingen sådan variabel: \"%s\""
 
+msgid "E743: variable nested too deep for (un)lock"
+msgstr "E743: variabel nästlade för djupt för (un)lock"
+
 msgid "E109: Missing ':' after '?'"
 msgstr "E109: Saknar ':' efter '?'"
 
+msgid "E691: Can only compare List with List"
+msgstr "E691: Kan bara jämföra Lista med Lista"
+
+msgid "E692: Invalid operation for Lists"
+msgstr "E692: Ogiltig operation för Listor"
+
+msgid "E735: Can only compare Dictionary with Dictionary"
+msgstr "E735: Kan bara jämföra Tabell med Tabell"
+
+msgid "E736: Invalid operation for Dictionary"
+msgstr "E736: Ogiltig operation för Tabell"
+
+msgid "E693: Can only compare Funcref with Funcref"
+msgstr "E693: Kan bara jämföra Funcref med Funcref"
+
+msgid "E694: Invalid operation for Funcrefs"
+msgstr "E694: Ogiltig operation för Funcrefs"
+
 msgid "E110: Missing ')'"
 msgstr "E110: Saknar ')'"
 
-msgid "E111: Missing ']'"
-msgstr "E111: Saknar ']'"
+msgid "E695: Cannot index a Funcref"
+msgstr "E695: Kan inte indexera en Funcref"
 
 #, c-format
 msgid "E112: Option name missing: %s"
@@ -347,24 +459,34 @@ msgid "E115: Missing quote: %s"
 msgstr "E115: Saknar citattecken: %s"
 
 #, c-format
-msgid "E116: Invalid arguments for function %s"
-msgstr "E116: Ogiltiga argument för funktion %s"
-
-#, c-format
-msgid "E117: Unknown function: %s"
-msgstr "E117: Okänd funktion: %s"
-
-#, c-format
-msgid "E118: Too many arguments for function: %s"
-msgstr "E118: För många argument till funktion: %s"
-
-#, c-format
-msgid "E119: Not enough arguments for function: %s"
-msgstr "E119: Inte tillräckligt med argument till funktion: %s"
-
-#, c-format
-msgid "E120: Using <SID> not in a script context: %s"
-msgstr "E120: Använder <SID> inte i skriptsammanhang: %s"
+msgid "E696: Missing comma in List: %s"
+msgstr "E696: Saknar komma i Lista: %s"
+
+#, c-format
+msgid "E697: Missing end of List ']': %s"
+msgstr "E697: Saknar slut på Lista ']': %s"
+
+#, c-format
+msgid "E720: Missing colon in Dictionary: %s"
+msgstr "E720: Saknar kolon i Tabell: %s"
+
+#, c-format
+msgid "E721: Duplicate key in Dictionary: \"%s\""
+msgstr "E721: Duplicerad nyckel i Tabell: \"%s\""
+
+#, c-format
+msgid "E722: Missing comma in Dictionary: %s"
+msgstr "E722: Saknar komma i Tabell: %s"
+
+#, c-format
+msgid "E723: Missing end of Dictionary '}': %s"
+msgstr "E723: Saknar slut på Tabell '}': %s"
+
+msgid "E724: variable nested too deep for displaying"
+msgstr "E724: variabel nästlad för djupt för att visas"
+
+msgid "E699: Too many arguments"
+msgstr "E699: För många argument"
 
 #.
 #. * Yes this is ugly, I don't particularly like it either.  But doing it
@@ -375,9 +497,17 @@ msgid "&Ok"
 msgstr "&Ok"
 
 #, c-format
+msgid "E737: Key already exists: %s"
+msgstr "E737: Tangenten finns redan: %s"
+
+#, c-format
 msgid "+-%s%3ld lines: "
 msgstr "+-%s%3ld rader: "
 
+#, c-format
+msgid "E700: Unknown function: %s"
+msgstr "E700: Okänd funktion: %s"
+
 msgid ""
 "&OK\n"
 "&Cancel"
@@ -388,40 +518,89 @@ msgstr ""
 msgid "called inputrestore() more often than inputsave()"
 msgstr "anropade inputrestore() oftare än inputsave()"
 
-msgid "E655: Too many symbolic links (cycle?)"
-msgstr "E655: För många symboliska länkar (slinga?)"
+msgid "E745: Range not allowed"
+msgstr "E745: Område otillåtet"
+
+msgid "E701: Invalid type for len()"
+msgstr "E701: Ogiltig typ för len()"
+
+msgid "E726: Stride is zero"
+msgstr "E726: Kliv är noll"
+
+msgid "E727: Start past end"
+msgstr "E727: Start efter slut"
+
+msgid "<empty>"
+msgstr "<tom>"
 
 msgid "E240: No connection to Vim server"
 msgstr "E240: Ingen anslutning till Vim-server"
 
-msgid "E277: Unable to read a server reply"
-msgstr "E277: Kunde inte läsa ett serversvar"
-
-msgid "E258: Unable to send to client"
-msgstr "E258: Kunde inte sända till klient"
-
 #, c-format
 msgid "E241: Unable to send to %s"
 msgstr "E241: Kunde inte sända till %s"
 
+msgid "E277: Unable to read a server reply"
+msgstr "E277: Kunde inte läsa ett serversvar"
+
+msgid "E655: Too many symbolic links (cycle?)"
+msgstr "E655: För många symboliska länkar (slinga?)"
+
+msgid "E258: Unable to send to client"
+msgstr "E258: Kunde inte sända till klient"
+
+msgid "E702: Sort compare function failed"
+msgstr "E702: Jämförelsefunktionen för sortering misslyckades"
+
 msgid "(Invalid)"
 msgstr "(Ogiltig)"
 
-#, c-format
-msgid "E121: Undefined variable: %s"
-msgstr "E121: Odefinierad variabel: %s"
-
-#, c-format
-msgid "E461: Illegal variable name: %s"
-msgstr "E461: Otillåtet variabelnamn: %s"
-
-#, c-format
-msgid "E122: Function %s already exists, add ! to replace it"
-msgstr "E122: Funktionen %s existerar redan, lägg till ! för att ersätta den"
-
-#, c-format
-msgid "E123: Undefined function: %s"
-msgstr "E123: Odefinierad funktion: %s"
+msgid "E677: Error writing temp file"
+msgstr "E677: Fel vid skrivning av temporär fil"
+
+msgid "E703: Using a Funcref as a number"
+msgstr "E703: Använder en Funcref som en siffra"
+
+msgid "E745: Using a List as a number"
+msgstr "E745: Använder en Lista som en siffra"
+
+msgid "E728: Using a Dictionary as a number"
+msgstr "E728: Använder en Tabell som en siffra"
+
+msgid "E729: using Funcref as a String"
+msgstr "E729: använder Funcref som en Sträng"
+
+msgid "E730: using List as a String"
+msgstr "E730: använder Lista som en Sträng"
+
+msgid "E731: using Dictionary as a String"
+msgstr "E731: använder Tabell som en Sträng"
+
+#, c-format
+msgid "E704: Funcref variable name must start with a capital: %s"
+msgstr "E704: Variabelnamn för Funcref måste börja med en versal: %s"
+
+#, c-format
+msgid "E705: Variable name conflicts with existing function: %s"
+msgstr "E705: Variabelnamn konflikterar med existerande funktion %s"
+
+#, c-format
+msgid "E706: Variable type mismatch for: %s"
+msgstr "E706: Variabeltyp matchar inte för: %s"
+
+#, c-format
+msgid "E741: Value is locked: %s"
+msgstr "E741: Värde är låst: %s"
+
+msgid "Unknown"
+msgstr "Okänd"
+
+#, c-format
+msgid "E742: Cannot change value of %s"
+msgstr "E742: Kan inte ändra värde av %s"
+
+msgid "E698: variable nested too deep for making a copy"
+msgstr "E698: variabel nästlad för djupt för att skapa en kopia"
 
 #, c-format
 msgid "E124: Missing '(': %s"
@@ -435,19 +614,16 @@ msgid "E126: Missing :endfunction"
 msgstr "E126: Saknar :endfunction"
 
 #, c-format
-msgid "E127: Cannot redefine function %s: It is in use"
-msgstr "E127: Kan inte omdefiniera funktion %s: Den används"
+msgid "E746: Function name does not match script file name: %s"
+msgstr "E746: Funktionsnamn matchar inte skriptfilnamn: %s"
 
 msgid "E129: Function name required"
 msgstr "E129: Funktionsnamn krävs"
 
 #, c-format
-msgid "E128: Function name must start with a capital: %s"
-msgstr "E128: Funktionsnamn måste börja med en versal: %s"
-
-#, c-format
-msgid "E130: Undefined function: %s"
-msgstr "E130: Odefinierad funktion: %s"
+msgid "E128: Function name must start with a capital or contain a colon: %s"
+msgstr ""
+"E128: Funktionsnamn måste börja med en versal eller innehålla ett kolon: %s"
 
 #, c-format
 msgid "E131: Cannot delete function %s: It is in use"
@@ -456,7 +632,6 @@ msgstr "E131: Kan inte ta bort funktion %s: Den används"
 msgid "E132: Function call depth is higher than 'maxfuncdepth'"
 msgstr "E132: Djupet på funktionsanropet är högre än 'maxfuncdepth'"
 
-#. always scroll up, don't overwrite
 #, c-format
 msgid "calling %s"
 msgstr "anropar %s"
@@ -470,10 +645,9 @@ msgid "%s returning #%ld"
 msgstr "%s returnerar #%ld"
 
 #, c-format
-msgid "%s returning \"%s\""
-msgstr "%s returnerar \"%s\""
-
-#. always scroll up, don't overwrite
+msgid "%s returning %s"
+msgstr "%s returnerar %s"
+
 #, c-format
 msgid "continuing in %s"
 msgstr "fortsätter i %s"
@@ -489,190 +663,12 @@ msgstr ""
 "\n"
 "# globala variabler:\n"
 
-msgid "Entering Debug mode.  Type \"cont\" to continue."
-msgstr "Går in i felsökningsläge.  Skriv \"cont\" för att fortsätta."
-
-#, c-format
-msgid "line %ld: %s"
-msgstr "rad %ld: %s"
-
-#, c-format
-msgid "cmd: %s"
-msgstr "kommando: %s"
-
-#, c-format
-msgid "Breakpoint in \"%s%s\" line %ld"
-msgstr "Brytpunkt i \"%s%s\" rad %ld"
-
-#, c-format
-msgid "E161: Breakpoint not found: %s"
-msgstr "E161: Brytpunkt hittades inte: %s"
-
-msgid "No breakpoints defined"
-msgstr "Inga brytpunkter definierade"
-
-#, c-format
-msgid "%3d  %s %s  line %ld"
-msgstr "%3d  %s %s  rad %ld"
-
-msgid "Save As"
-msgstr "Spara som"
-
-#, c-format
-msgid "Save changes to \"%.*s\"?"
-msgstr "Spara ändringar till \"%.*s\"?"
-
-msgid "Untitled"
-msgstr "Namnlös"
-
-#, c-format
-msgid "E162: No write since last change for buffer \"%s\""
-msgstr "E162: Ingen skrivning sedan senaste ändring för buffert \"%s\""
-
-msgid "Warning: Entered other buffer unexpectedly (check autocommands)"
-msgstr "Varning: Gick in i andra buffertar oväntat (kontrollera autokommandon)"
-
-msgid "E163: There is only one file to edit"
-msgstr "E163: Det finns bara en fil att redigera"
-
-msgid "E164: Cannot go before first file"
-msgstr "E164: Kan inte gå före första filen"
-
-msgid "E165: Cannot go beyond last file"
-msgstr "E165: Kan inte gå bortom sista filen"
-
-#, c-format
-msgid "E666: compiler not supported: %s"
-msgstr "E666: kompilator stöds inte: %s"
-
-#, c-format
-msgid "Searching for \"%s\" in \"%s\""
-msgstr "Söker efter \"%s\" i \"%s\""
-
-#, c-format
-msgid "Searching for \"%s\""
-msgstr "Söker efter \"%s\""
-
-#, c-format
-msgid "not found in 'runtimepath': \"%s\""
-msgstr "hittades inte i 'runtimepath': \"%s\""
-
-msgid "Source Vim script"
-msgstr "Läs Vim-skript"
-
-#, c-format
-msgid "Cannot source a directory: \"%s\""
-msgstr "Kan inte läsa en katalog: \"%s\""
-
-#, c-format
-msgid "could not source \"%s\""
-msgstr "kunde inte läsa \"%s\""
-
-#, c-format
-msgid "line %ld: could not source \"%s\""
-msgstr "rad %ld: kunde inte läsa \"%s\""
-
-#, c-format
-msgid "sourcing \"%s\""
-msgstr "läser \"%s\""
-
-#, c-format
-msgid "line %ld: sourcing \"%s\""
-msgstr "rad %ld: läser \"%s\""
-
-#, c-format
-msgid "finished sourcing %s"
-msgstr "läste klart %s"
-
-msgid "W15: Warning: Wrong line separator, ^M may be missing"
-msgstr "W15: Varning: Fel radavskiljare, ^M kan saknas"
-
-msgid "E167: :scriptencoding used outside of a sourced file"
-msgstr "E167: :scriptencoding används utanför en körd fil"
-
-msgid "E168: :finish used outside of a sourced file"
-msgstr "E168: :finish används utanför en körd fil"
-
-#, c-format
-msgid "Page %d"
-msgstr "Sida %d"
-
-msgid "No text to be printed"
-msgstr "Ingen text att skriva ut"
-
-#, c-format
-msgid "Printing page %d (%d%%)"
-msgstr "Skriver ut sida %d (%d%%)"
-
-#, c-format
-msgid " Copy %d of %d"
-msgstr " Kopia %d av %d"
-
-#, c-format
-msgid "Printed: %s"
-msgstr "Skrev ut: %s"
-
-#, c-format
-msgid "Printing aborted"
-msgstr "Utskrift avbruten"
-
-msgid "E455: Error writing to PostScript output file"
-msgstr "E455: Fel vid skrivning av utdata till PostScript-fil"
-
-#, c-format
-msgid "E624: Can't open file \"%s\""
-msgstr "E624: Kan inte öppna fil \"%s\""
-
-#, c-format
-msgid "E457: Can't read PostScript resource file \"%s\""
-msgstr "E457: Kan inte läsa PostScript-resursfil \"%s\""
-
-#, c-format
-msgid "E618: file \"%s\" is not a PostScript resource file"
-msgstr "E618: fil \"%s\" är inte en PostScript-resursfil"
-
-#, c-format
-msgid "E619: file \"%s\" is not a supported PostScript resource file"
-msgstr "E619: fil \"%s\" är inte en PostScript-resursfil som stöds"
-
-#, c-format
-msgid "E621: \"%s\" resource file has wrong version"
-msgstr "E621: \"%s\"-källfilen har fel version"
-
-msgid "E324: Can't open PostScript output file"
-msgstr "E324: Kan inte öppna PostScript-utfil"
-
-#, c-format
-msgid "E456: Can't open file \"%s\""
-msgstr "E456: Kan inte öppna fil \"%s\""
-
-msgid "E456: Can't find PostScript resource file \"prolog.ps\""
-msgstr "E456: Kan inte hitta PostScript-källfilen \"prolog.ps\""
-
-#, c-format
-msgid "E456: Can't find PostScript resource file \"%s.ps\""
-msgstr "E456: Kan inte hitta PostScript-källfilen \"%s.ps\""
-
-#, c-format
-msgid "E620: Unable to convert from multi-byte to \"%s\" encoding"
-msgstr "E620: Kunde inte konvertera från multi-byte till \"%s\" encoding"
-
-msgid "Sending to printer..."
-msgstr "Skickar till skrivare..."
-
-msgid "E365: Failed to print PostScript file"
-msgstr "E365: Misslyckades med att skriva ut PostScript-fil"
-
-msgid "Print job sent."
-msgstr "Skrivarjobb skickat."
-
-#, c-format
-msgid "Current %slanguage: \"%s\""
-msgstr "Aktuellt %sspråk: \"%s\""
-
-#, c-format
-msgid "E197: Cannot set language to \"%s\""
-msgstr "E197: Kan inte sätta språk till \"%s\""
+msgid ""
+"\n"
+"\tLast set from "
+msgstr ""
+"\n"
+"\tSenast satt från "
 
 #, c-format
 msgid "<%s>%s%s  %d,  Hex %02x,  Octal %03o"
@@ -758,10 +754,8 @@ msgstr "# Värde av 'encoding' när den här filen blev skriven\n"
 msgid "Illegal starting char"
 msgstr "Otillåtet starttecken"
 
-#. Overwriting a file that is loaded in another buffer is not a
-#. * good idea.
-msgid "E139: File is loaded in another buffer"
-msgstr "E139: Filen är inläst i en annan buffert"
+msgid "Save As"
+msgstr "Spara som"
 
 msgid "Write partial file?"
 msgstr "Skriv ofullständig fil?"
@@ -770,8 +764,16 @@ msgid "E140: Use ! to write partial buff
 msgstr "E140: Använd ! för att skriva ofullständig buffert"
 
 #, c-format
-msgid "Overwrite existing file \"%.*s\"?"
-msgstr "Skriv över befintlig fil \"%.*s\"?"
+msgid "Overwrite existing file \"%s\"?"
+msgstr "Skriv över befintlig fil \"%s\"?"
+
+#, c-format
+msgid "Swap file \"%s\" exists, overwrite anyway?"
+msgstr "Växlingsfil \"%s\" existerar, skriv över ändå?"
+
+#, c-format
+msgid "E768: Swap file exists: %s (:silent! overrides)"
+msgstr "E768: Växlingsfil existerar: %s (:silent! tvingar)"
 
 #, c-format
 msgid "E141: No file name for buffer %ld"
@@ -782,10 +784,10 @@ msgstr "E142: Filen skrevs inte: Skrivning är inaktiverat med 'write'-flaggan"
 
 #, c-format
 msgid ""
-"'readonly' option is set for \"%.*s\".\n"
+"'readonly' option is set for \"%s\".\n"
 "Do you wish to write anyway?"
 msgstr ""
-"'readonly' flaggan är satt för \"%.*s\".\n"
+"'readonly' flaggan är satt för \"%s\".\n"
 "Önskar du att skriva ändå?"
 
 msgid "Edit File"
@@ -811,10 +813,17 @@ msgstr "ersätt med %s (y/n/a/q/l/^E/^Y)?"
 msgid "(Interrupted) "
 msgstr "(Avbruten) "
 
+msgid "1 match"
+msgstr "1 träff"
+
 msgid "1 substitution"
 msgstr "1 ersättning"
 
 #, c-format
+msgid "%ld matches"
+msgstr "%ld träffar"
+
+#, c-format
 msgid "%ld substitutions"
 msgstr "%ld ersättningar"
 
@@ -850,7 +859,7 @@ msgstr "E478: Få inte panik!"
 
 #, c-format
 msgid "E661: Sorry, no '%s' help for %s"
-msgstr "E661: Tyvärr, ingen '%s' hjälp för %s"
+msgstr "E661: Tyvärr, ingen \"%s\"-hjälp för %s"
 
 #, c-format
 msgid "E149: Sorry, no help for %s"
@@ -874,7 +883,7 @@ msgstr "E153: Kunde inte öppna %s för läsning"
 
 #, c-format
 msgid "E670: Mix of help file encodings within a language: %s"
-msgstr "E670: Blandning av hjälpfilskodningar inom ett språk: %s"
+msgstr "E670: Blandning av hjälpfilskodning inom ett språk: %s"
 
 #, c-format
 msgid "E154: Duplicate tag \"%s\" in file %s/%s"
@@ -918,10 +927,121 @@ msgstr " (stöds inte)"
 msgid "[Deleted]"
 msgstr "[Borttagen]"
 
+msgid "Entering Debug mode.  Type \"cont\" to continue."
+msgstr "Går in i felsökningsläge.  Skriv \"cont\" för att fortsätta."
+
+#, c-format
+msgid "line %ld: %s"
+msgstr "rad %ld: %s"
+
+#, c-format
+msgid "cmd: %s"
+msgstr "kommando: %s"
+
+#, c-format
+msgid "Breakpoint in \"%s%s\" line %ld"
+msgstr "Brytpunkt i \"%s%s\" rad %ld"
+
+#, c-format
+msgid "E161: Breakpoint not found: %s"
+msgstr "E161: Brytpunkt hittades inte: %s"
+
+msgid "No breakpoints defined"
+msgstr "Inga brytpunkter definierade"
+
+#, c-format
+msgid "%3d  %s %s  line %ld"
+msgstr "%3d  %s %s  rad %ld"
+
+msgid "E750: First use :profile start <fname>"
+msgstr "E750: Använd :profile start <fnamn> först"
+
+#, c-format
+msgid "Save changes to \"%s\"?"
+msgstr "Spara ändringar till \"%s\"?"
+
+msgid "Untitled"
+msgstr "Namnlös"
+
+#, c-format
+msgid "E162: No write since last change for buffer \"%s\""
+msgstr "E162: Ingen skrivning sedan senaste ändring för buffert \"%s\""
+
+msgid "Warning: Entered other buffer unexpectedly (check autocommands)"
+msgstr "Varning: Gick in i andra buffertar oväntat (kontrollera autokommandon)"
+
+msgid "E163: There is only one file to edit"
+msgstr "E163: Det finns bara en fil att redigera"
+
+msgid "E164: Cannot go before first file"
+msgstr "E164: Kan inte gå före första filen"
+
+msgid "E165: Cannot go beyond last file"
+msgstr "E165: Kan inte gå bortom sista filen"
+
+#, c-format
+msgid "E666: compiler not supported: %s"
+msgstr "E666: kompilator stöds inte: %s"
+
+#, c-format
+msgid "Searching for \"%s\" in \"%s\""
+msgstr "Söker efter \"%s\" i \"%s\""
+
+#, c-format
+msgid "Searching for \"%s\""
+msgstr "Söker efter \"%s\""
+
+#, c-format
+msgid "not found in 'runtimepath': \"%s\""
+msgstr "hittades inte i 'runtimepath': \"%s\""
+
+msgid "Source Vim script"
+msgstr "Läs Vim-skript"
+
+#, c-format
+msgid "Cannot source a directory: \"%s\""
+msgstr "Kan inte läsa en katalog: \"%s\""
+
+#, c-format
+msgid "could not source \"%s\""
+msgstr "kunde inte läsa \"%s\""
+
+#, c-format
+msgid "line %ld: could not source \"%s\""
+msgstr "rad %ld: kunde inte läsa \"%s\""
+
+#, c-format
+msgid "sourcing \"%s\""
+msgstr "läser \"%s\""
+
+#, c-format
+msgid "line %ld: sourcing \"%s\""
+msgstr "rad %ld: läser \"%s\""
+
+#, c-format
+msgid "finished sourcing %s"
+msgstr "läste klart %s"
+
+msgid "W15: Warning: Wrong line separator, ^M may be missing"
+msgstr "W15: Varning: Fel radavskiljare, ^M kan saknas"
+
+msgid "E167: :scriptencoding used outside of a sourced file"
+msgstr "E167: :scriptencoding används utanför en körd fil"
+
+msgid "E168: :finish used outside of a sourced file"
+msgstr "E168: :finish används utanför en körd fil"
+
+#, c-format
+msgid "Current %slanguage: \"%s\""
+msgstr "Aktuellt %sspråk: \"%s\""
+
+#, c-format
+msgid "E197: Cannot set language to \"%s\""
+msgstr "E197: Kan inte sätta språk till \"%s\""
+
 msgid "Entering Ex mode.  Type \"visual\" to go to Normal mode."
 msgstr "Går in i Ex-läge.  Skriv \"visual\" för att gå till Normal-läge."
 
-#. must be at EOF
 msgid "E501: At end-of-file"
 msgstr "E501: Vid filslut"
 
@@ -998,18 +1118,8 @@ msgstr "E177: Antal kan inte anges två gånger"
 msgid "E178: Invalid default value for count"
 msgstr "E178: Ogiltigt standardvärde för antal"
 
-msgid "E179: argument required for complete"
-msgstr "E179: argument krävs för komplettering"
-
-#, c-format
-msgid "E180: Invalid complete value: %s"
-msgstr "E180: Ogiltigt kompletteringsvärde: %s"
-
-msgid "E468: Completion argument only allowed for custom completion"
-msgstr "E468: Kompletteringsargument bara tillåtet för specialkomplettering"
-
-msgid "E467: Custom completion requires a function argument"
-msgstr "E467: Specialkomplettering kräver ett funktionsargument"
+msgid "E179: argument required for -complete"
+msgstr "E179: argument krävs för -complete"
 
 #, c-format
 msgid "E181: Invalid attribute: %s"
@@ -1026,6 +1136,16 @@ msgid "E184: No such user-defined comman
 msgstr "E184: Inget sådant användardefinierat kommando: %s"
 
 #, c-format
+msgid "E180: Invalid complete value: %s"
+msgstr "E180: Ogiltigt kompletteringsvärde: %s"
+
+msgid "E468: Completion argument only allowed for custom completion"
+msgstr "E468: Kompletteringsargument bara tillåtet för specialkomplettering"
+
+msgid "E467: Custom completion requires a function argument"
+msgstr "E467: Specialkomplettering kräver ett funktionsargument"
+
+#, c-format
 msgid "E185: Cannot find color scheme %s"
 msgstr "E185: Kan inte hitta färgschema %s"
 
@@ -1041,6 +1161,10 @@ msgstr "Ingen växlingsfil"
 msgid "Append File"
 msgstr "Lägg till fil"
 
+msgid "E747: Cannot change directory, buffer is modifed (add ! to override)"
+msgstr ""
+"E747: Kan inte ändra katalog, buffert är ändrad (lägg till ! för att tvinga)"
+
 msgid "E186: No previous directory"
 msgstr "E186: Ingen tidigare katalog"
 
@@ -1074,6 +1198,10 @@ msgid "Save Setup"
 msgstr "Spara konfiguration"
 
 #, c-format
+msgid "E739: Cannot create directory: %s"
+msgstr "E739: Kan inte skapa katalog: %s"
+
+#, c-format
 msgid "E189: \"%s\" exists (add ! to override)"
 msgstr "E189: \"%s\" existerar (lägg till ! för att tvinga)"
 
@@ -1185,14 +1313,20 @@ msgstr "E583: flera :else"
 msgid "E584: :elseif after :else"
 msgstr "E584: :elseif efter :else"
 
-msgid "E585: :while nesting too deep"
-msgstr "E585: :while nästlad för djupt"
-
-msgid "E586: :continue without :while"
-msgstr "E586: :continue utan :while"
-
-msgid "E587: :break without :while"
-msgstr "E587: :break utan :while"
+msgid "E585: :while/:for nesting too deep"
+msgstr "E585: :while/:for nästlad för djupt"
+
+msgid "E586: :continue without :while or :for"
+msgstr "E586: :continue utan :while eller :for"
+
+msgid "E587: :break without :while or :for"
+msgstr "E587: :break utan :while eller :for"
+
+msgid "E732: Using :endfor with :while"
+msgstr "E732: Använder :endfor med :while"
+
+msgid "E733: Using :endwhile with :for"
+msgstr "E733: Använder :endwhile med :for"
 
 msgid "E601: :try nesting too deep"
 msgstr "E601: :try nästlad för djupt"
@@ -1265,6 +1399,9 @@ msgstr "är inte en fil"
 msgid "[New File]"
 msgstr "[Ny fil]"
 
+msgid "[File too big]"
+msgstr "[Fil för stor]"
+
 msgid "[Permission Denied]"
 msgstr "[Tillåtelse nekas]"
 
@@ -1333,6 +1470,9 @@ msgstr "Konvertering med 'charconvert' m
 msgid "can't read output of 'charconvert'"
 msgstr "kan inte läsa utdata av 'charconvert'"
 
+msgid "E676: No matching autocommands for acwrite buffer"
+msgstr "E676: Inga matchande autokommandon för acwrite buffert"
+
 msgid "E203: Autocommands deleted or unloaded buffer to be written"
 msgstr ""
 "E203: Autokommandon tog bort eller laddade ur buffert som skulle skrivas"
@@ -1390,8 +1530,9 @@ msgstr "E667: Fsync misslyckades"
 msgid "E512: Close failed"
 msgstr "E512: Stängning misslyckades"
 
-msgid "E513: write error, conversion failed"
-msgstr "E513: skrivfel, konvertering misslyckades"
+msgid "E513: write error, conversion failed (make 'fenc' empty to override)"
+msgstr ""
+"E513: skrivfel, konvertering misslyckades (gör 'fenc' tom för att tvinga)"
 
 msgid "E514: write error (file system full?)"
 msgstr "E514: skrivfel (filsystem fullt?)"
@@ -1499,8 +1640,8 @@ msgid "E246: FileChangedShell autocomman
 msgstr "E246: FileChangedShell-autokommandot tog bort buffert"
 
 #, c-format
-msgid "E211: Warning: File \"%s\" no longer available"
-msgstr "E211: Varning: Filen \"%s\" är inte längre tillgänglig"
+msgid "E211: File \"%s\" no longer available"
+msgstr "E211: Filen \"%s\" är inte längre tillgänglig"
 
 #, c-format
 msgid ""
@@ -1509,23 +1650,29 @@ msgid ""
 msgstr ""
 "W12: Varning: Filen \"%s\" har ändrats och bufferten ändrades i Vim också"
 
+msgid "See \":help W12\" for more info."
+msgstr "Se \":help W12\" för mer info."
+
 #, c-format
 msgid "W11: Warning: File \"%s\" has changed since editing started"
 msgstr "W11: Varning: Filen \"%s\" har ändrats sedan redigeringen började"
 
+msgid "See \":help W11\" for more info."
+msgstr "Se \":help W11\" för mer info."
+
 #, c-format
 msgid "W16: Warning: Mode of file \"%s\" has changed since editing started"
 msgstr ""
 "W16: Varning: Rättigheterna på filen \"%s\" har ändrats sedan redigeringen "
 "började"
 
+msgid "See \":help W16\" for more info."
+msgstr "Se \":help W16\" för mer info."
+
 #, c-format
 msgid "W13: Warning: File \"%s\" has been created after editing started"
 msgstr "W13: Varning: Filen \"%s\" har skapats efter redigeringen började"
 
-msgid "See \":help W11\" for more info."
-msgstr "Se \":help W11\" för mer info."
-
 msgid "Warning"
 msgstr "Varning"
 
@@ -1547,6 +1694,10 @@ msgstr "E321: Kunde inte läsa om \"%s\""
 msgid "--Deleted--"
 msgstr "--Borttagen--"
 
+#, c-format
+msgid "auto-removing autocommand: %s <buffer=%d>"
+msgstr "tar bort autokommando automatiskt: %s <buffert=%d>"
+
 #. the group doesn't exist
 #, c-format
 msgid "E367: No such group: \"%s\""
@@ -1572,6 +1723,10 @@ msgstr ""
 "\n"
 "--- Autokommandon ---"
 
+#, c-format
+msgid "E680: <buffer=%d>: invalid buffer number "
+msgstr "E680: <buffert=%d>: ogiltigt buffertnummer "
+
 msgid "E217: Can't execute autocommands for ALL events"
 msgstr "E217: Kan inte köra autokommandon för ALLA händelser"
 
@@ -1589,7 +1744,6 @@ msgstr "%s Autokommandon för \"%s\""
 msgid "Executing %s"
 msgstr "Kör %s"
 
-#. always scroll up, don't overwrite
 #, c-format
 msgid "autocommand %s"
 msgstr "autokommando %s"
@@ -1609,6 +1763,10 @@ msgstr "E350: Kan inte skapa veck med nu
 msgid "E351: Cannot delete fold with current 'foldmethod'"
 msgstr "E351: Kan inte ta bort veck med nuvarande 'foldmethod'"
 
+#, c-format
+msgid "+--%3ld lines folded "
+msgstr "+--%3ld rader vikta "
+
 msgid "E222: Add to read buffer"
 msgstr "E222: Lägg till i läsbuffert"
 
@@ -1640,6 +1798,29 @@ msgstr "Ingen mappning hittades"
 msgid "E228: makemap: Illegal mode"
 msgstr "E228: makemap: Otillåtet läge"
 
+msgid "E229: Cannot start the GUI"
+msgstr "E229: Kan inte starta GUI"
+
+#, c-format
+msgid "E230: Cannot read from \"%s\""
+msgstr "E230: Kan inte läsa från \"%s\""
+
+msgid "E665: Cannot start GUI, no valid font found"
+msgstr "E665: Kan inte starta GUI, ingen giltig font hittad"
+
+msgid "E231: 'guifontwide' invalid"
+msgstr "E231: 'guifontwide' ogiltig"
+
+msgid "E599: Value of 'imactivatekey' is invalid"
+msgstr "E599: Värdet av 'imactivatekey' är ogiltigt"
+
+#, c-format
+msgid "E254: Cannot allocate color %s"
+msgstr "E254: Kan inte allokera färg %s"
+
+msgid "No match at cursor, finding next"
+msgstr "Ingen matchning vid markör, söker nästa"
+
 msgid "<cannot open> "
 msgstr "<kan inte öppna> "
 
@@ -1662,35 +1843,15 @@ msgstr "OK"
 msgid "Cancel"
 msgstr "Avbryt"
 
+msgid "Scrollbar Widget: Could not get geometry of thumb pixmap."
+msgstr "Rullningslist: Kunde inte hämta geometrin på miniatyrbild."
+
 msgid "Vim dialog"
 msgstr "Vim-dialog"
 
-msgid "Scrollbar Widget: Could not get geometry of thumb pixmap."
-msgstr "Rullningslist: Kunde inte hämta geometrin på miniatyrbild."
-
 msgid "E232: Cannot create BalloonEval with both message and callback"
 msgstr "E232: Kan inte skapa BalloonEval med både meddelande och återkallning"
 
-msgid "E229: Cannot start the GUI"
-msgstr "E229: Kan inte starta GUI"
-
-#, c-format
-msgid "E230: Cannot read from \"%s\""
-msgstr "E230: Kan inte läsa från \"%s\""
-
-msgid "E665: Cannot start GUI, no valid font found"
-msgstr "E665: Kan inte starta GUI, ingen giltig font hittades"
-
-msgid "E231: 'guifontwide' invalid"
-msgstr "E231: 'guifontwide' ogiltig"
-
-msgid "E599: Value of 'imactivatekey' is invalid"
-msgstr "E599: Värdet av 'imactivatekey' är ogiltigt"
-
-#, c-format
-msgid "E254: Cannot allocate color %s"
-msgstr "E254: Kan inte allokera färg %s"
-
 msgid "Vim dialog..."
 msgstr "Vim-dialog..."
 
@@ -1757,23 +1918,41 @@ msgstr "Typsnittsval"
 msgid "Used CUT_BUFFER0 instead of empty selection"
 msgstr "Använd CUT_BUFFER0 istället för tomt val"
 
-msgid "Filter"
-msgstr "Filter"
+msgid "&Filter"
+msgstr "&Filter"
+
+msgid "&Cancel"
+msgstr "&Avbryt"
 
 msgid "Directories"
 msgstr "Kataloger"
 
-msgid "Help"
-msgstr "Hjälp"
+msgid "Filter"
+msgstr "Filter"
+
+msgid "&Help"
+msgstr "&Hjälp"
 
 msgid "Files"
 msgstr "Filer"
 
+msgid "&OK"
+msgstr "&OK"
+
 msgid "Selection"
 msgstr "Val"
 
-msgid "Undo"
-msgstr "Ångra"
+msgid "Find &Next"
+msgstr "Hitta &nästa"
+
+msgid "&Replace"
+msgstr "&Ersätt"
+
+msgid "Replace &All"
+msgstr "Ersätt &alla"
+
+msgid "&Undo"
+msgstr "&Ångra"
 
 #, c-format
 msgid "E610: Can't load Zap font '%s'"
@@ -1799,7 +1978,7 @@ msgid "E243: Argument not supported: \"-
 msgstr "E243: Argument stöds inte: \"-%s\"; Används OLE-versionen."
 
 msgid "E672: Unable to open window inside MDI application"
-msgstr "E672: Kunde inte öppna fönster inne i MDI-applikation"
+msgstr "E672: Kunde inte öppna fönster inuti MDI-applikation"
 
 msgid "Find string (use '\\\\' to find  a '\\')"
 msgstr "Sök sträng (använd '\\\\' för att hitta '\\')"
@@ -1807,6 +1986,14 @@ msgstr "Sök sträng (använd '\\\\' för att hitta '\\')"
 msgid "Find & Replace (use '\\\\' to find  a '\\')"
 msgstr "Sök & ersätt (använd '\\\\' för att hitta '\\')"
 
+#. We fake this: Use a filter that doesn't select anything and a default
+#. * file name that won't be used.
+msgid "Not Used"
+msgstr "Inte använd"
+
+msgid "Directory\t*.nothing\n"
+msgstr "Katalog\t*.nothing\n"
+
 msgid "Vim E458: Cannot allocate colormap entry, some colors may be incorrect"
 msgstr ""
 "Vim E458: Kan inte allokera post i färgkarta, några färger kan bli felaktiga"
@@ -1852,9 +2039,133 @@ msgstr ""
 "Typsnitt1 bredd: %ld\n"
 "\n"
 
+msgid "Invalid font specification"
+msgstr "Ogiltig typsnittsuppsättning"
+
+msgid "&Dismiss"
+msgstr "&Förkasta"
+
+msgid "no specific match"
+msgstr "ingen specifik matchning"
+
+msgid "Vim - Font Selector"
+msgstr "Vim - Typsnittsväljare"
+
+msgid "Name:"
+msgstr "Namn:"
+
+#. create toggle button
+msgid "Show size in Points"
+msgstr "Visa storlek i punkter"
+
+msgid "Encoding:"
+msgstr "Teckenkodning:"
+
+msgid "Font:"
+msgstr "Typsnitt:"
+
+msgid "Style:"
+msgstr "Stil:"
+
+msgid "Size:"
+msgstr "Storlek:"
+
 msgid "E256: Hangul automata ERROR"
 msgstr "E256: Hangul automata FEL"
 
+msgid "E550: Missing colon"
+msgstr "E550: Saknar kolon"
+
+msgid "E551: Illegal component"
+msgstr "E551: Otillåten komponent"
+
+msgid "E552: digit expected"
+msgstr "E552: siffra förväntades"
+
+#, c-format
+msgid "Page %d"
+msgstr "Sida %d"
+
+msgid "No text to be printed"
+msgstr "Ingen text att skriva ut"
+
+#, c-format
+msgid "Printing page %d (%d%%)"
+msgstr "Skriver ut sida %d (%d%%)"
+
+#, c-format
+msgid " Copy %d of %d"
+msgstr " Kopia %d av %d"
+
+#, c-format
+msgid "Printed: %s"
+msgstr "Skrev ut: %s"
+
+msgid "Printing aborted"
+msgstr "Utskrift avbruten"
+
+msgid "E455: Error writing to PostScript output file"
+msgstr "E455: Fel vid skrivning av utdata till PostScript-fil"
+
+#, c-format
+msgid "E624: Can't open file \"%s\""
+msgstr "E624: Kan inte öppna fil \"%s\""
+
+#, c-format
+msgid "E457: Can't read PostScript resource file \"%s\""
+msgstr "E457: Kan inte läsa PostScript-resursfil \"%s\""
+
+#, c-format
+msgid "E618: file \"%s\" is not a PostScript resource file"
+msgstr "E618: fil \"%s\" är inte en PostScript-resursfil"
+
+#, c-format
+msgid "E619: file \"%s\" is not a supported PostScript resource file"
+msgstr "E619: fil \"%s\" är inte en PostScript-resursfil som stöds"
+
+#, c-format
+msgid "E621: \"%s\" resource file has wrong version"
+msgstr "E621: \"%s\"-källfilen har fel version"
+
+msgid "E673: Incompatible multi-byte encoding and character set."
+msgstr "E673: Inkompatibel flerbitskodning och teckenuppsättning."
+
+msgid "E674: printmbcharset cannot be empty with multi-byte encoding."
+msgstr "E674: printmbcharset kan inte vara tom med flerbitskodning."
+
+msgid "E675: No default font specified for multi-byte printing."
+msgstr "E675: Ingen standardfont angiven för flerbitsutskrifter."
+
+msgid "E324: Can't open PostScript output file"
+msgstr "E324: Kan inte öppna PostScript-utfil"
+
+#, c-format
+msgid "E456: Can't open file \"%s\""
+msgstr "E456: Kan inte öppna fil \"%s\""
+
+msgid "E456: Can't find PostScript resource file \"prolog.ps\""
+msgstr "E456: Kan inte hitta PostScript-källfilen \"prolog.ps\""
+
+msgid "E456: Can't find PostScript resource file \"cidfont.ps\""
+msgstr "E456: Kan inte hitta PostScript-källfilen \"cidfont.ps\""
+
+#, c-format
+msgid "E456: Can't find PostScript resource file \"%s.ps\""
+msgstr "E456: Kan inte hitta PostScript-källfilen \"%s.ps\""
+
+#, c-format
+msgid "E620: Unable to convert to print encoding \"%s\""
+msgstr "E620: Kunde inte konvertera från utskriftkodning \"%s\""
+
+msgid "Sending to printer..."
+msgstr "Skickar till skrivare..."
+
+msgid "E365: Failed to print PostScript file"
+msgstr "E365: Misslyckades med att skriva ut PostScript-fil"
+
+msgid "Print job sent."
+msgstr "Skrivarjobb skickat."
+
 msgid "Add a new database"
 msgstr "Lägg till en ny databas"
 
@@ -1997,6 +2308,64 @@ msgid " # pid    database name          
 msgstr " # pid    databasnamn                        först i sökväg\n"
 
 msgid ""
+"???: Sorry, this command is disabled, the MzScheme library could not be "
+"loaded."
+msgstr ""
+"???: Tyvärr, det här kommandot är inaktiverat: MzScheme-biblioteket kunde "
+"inte läsas in."
+
+msgid "invalid expression"
+msgstr "ogiltigt uttryck"
+
+msgid "expressions disabled at compile time"
+msgstr "uttryck inaktiverat vid kompilering"
+
+msgid "hidden option"
+msgstr "gömd flagga"
+
+msgid "unknown option"
+msgstr "okänd flagga"
+
+msgid "window index is out of range"
+msgstr "fönsterindex är utanför område"
+
+msgid "couldn't open buffer"
+msgstr "kunde inte öppna buffert"
+
+msgid "cannot save undo information"
+msgstr "kan inte spara ångra-information"
+
+msgid "cannot delete line"
+msgstr "kan inte ta bort rad"
+
+msgid "cannot replace line"
+msgstr "kan inte ersätta rad"
+
+msgid "cannot insert line"
+msgstr "kan inte infoga rad"
+
+msgid "string cannot contain newlines"
+msgstr "sträng kan inte innehålla nyrader"
+
+msgid "Vim error: ~a"
+msgstr "Vim-fel: ~a"
+
+msgid "Vim error"
+msgstr "Vim-fel"
+
+msgid "buffer is invalid"
+msgstr "buffert är ogiltig"
+
+msgid "window is invalid"
+msgstr "fönster är ogiltigt"
+
+msgid "linenr out of range"
+msgstr "radnummer utanför område"
+
+msgid "not allowed in the Vim sandbox"
+msgstr "inte tillåtet i Vim-sandlådan"
+
+msgid ""
 "E263: Sorry, this command is disabled, the Python library could not be "
 "loaded."
 msgstr ""
@@ -2021,12 +2390,6 @@ msgstr "writelines() kräver lista av strängar"
 msgid "E264: Python: Error initialising I/O objects"
 msgstr "E264: Python: Fel vid initiering av I/O-objekt"
 
-msgid "invalid expression"
-msgstr "ogiltigt uttryck"
-
-msgid "expressions disabled at compile time"
-msgstr "uttryck inaktiverat vid kompilering"
-
 msgid "attempt to refer to deleted buffer"
 msgstr "försök att referera till borttagen buffert"
 
@@ -2067,21 +2430,6 @@ msgstr "<fönster %d>"
 msgid "no such window"
 msgstr "inget sådant fönster"
 
-msgid "cannot save undo information"
-msgstr "kan inte spara ångra-information"
-
-msgid "cannot delete line"
-msgstr "kan inte ta bort rad"
-
-msgid "cannot replace line"
-msgstr "kan inte ersätta rad"
-
-msgid "cannot insert line"
-msgstr "kan inte infoga rad"
-
-msgid "string cannot contain newlines"
-msgstr "sträng kan inte innehålla nyrader"
-
 msgid ""
 "E266: Sorry, this command is disabled, the Ruby library could not be loaded."
 msgstr ""
@@ -2187,9 +2535,6 @@ msgstr "ogiltigt buffertnummer"
 msgid "not implemented yet"
 msgstr "inte implementerat än"
 
-msgid "unknown option"
-msgstr "okänd flagga"
-
 #. ???
 msgid "cannot set line(s)"
 msgstr "kan inte ställa in rad(er)"
@@ -2250,6 +2595,10 @@ msgstr ""
 "E281: TCL-FEL: Avslutningskoden är inte int!? Var snäll och rapportera detta "
 "till vim-dev@vim.org"
 
+#, c-format
+msgid "E572: exit code %d"
+msgstr "E572: avslutningskod %d"
+
 msgid "cannot get line"
 msgstr "kan inte hämta rad"
 
@@ -2266,8 +2615,8 @@ msgstr "E573: Ogiltigt server-id använt: %s"
 msgid "E251: VIM instance registry property is badly formed.  Deleted!"
 msgstr "E251: VIM instansregisteregenskap är dåligt format.  Borttaget!"
 
-msgid "Unknown option"
-msgstr "Okänd flagga"
+msgid "Unknown option argument"
+msgstr "Okänt flaggargument"
 
 msgid "Too many edit arguments"
 msgstr "För många redigeringsargument"
@@ -2275,8 +2624,8 @@ msgstr "För många redigeringsargument"
 msgid "Argument missing after"
 msgstr "Argument saknas efter"
 
-msgid "Garbage after option"
-msgstr "Skräp efter flagga"
+msgid "Garbage after option argument"
+msgstr "Skräp efter flaggargument"
 
 msgid "Too many \"+command\", \"-c command\" or \"--cmd command\" arguments"
 msgstr ""
@@ -2285,6 +2634,10 @@ msgstr ""
 msgid "Invalid argument for"
 msgstr "Ogiltigt argument för"
 
+#, c-format
+msgid "%d files to edit\n"
+msgstr "%d filer att redigera\n"
+
 msgid "This Vim was not compiled with the diff feature."
 msgstr "Denna Vim blev inte kompilerad med diff-funktionen."
 
@@ -2297,9 +2650,8 @@ msgstr "Kan inte öppna för läsning: \""
 msgid "Cannot open for script output: \""
 msgstr "Kan inte öppna för skriptutmatning: \""
 
-#, c-format
-msgid "%d files to edit\n"
-msgstr "%d filer att redigera\n"
+msgid "Vim: Error: Failure to start gvim from NetBeans\n"
+msgstr "Vim: Fel: Misslyckades att starta gvim från NetBeans\n"
 
 msgid "Vim: Warning: Output is not to a terminal\n"
 msgstr "Vim: Varning: Utmatning är inte till en terminal\n"
@@ -2353,6 +2705,9 @@ msgstr ""
 "\n"
 "     eller:"
 
+msgid "where case is ignored prepend / to make flag upper case"
+msgstr "där storlek ignoreras börja med / för att göra flagga versal"
+
 msgid ""
 "\n"
 "\n"
@@ -2586,7 +2941,7 @@ msgid "-foreground <color>\tUse <color> 
 msgstr "-foreground <färg>\tAnvänd <färg> för vanlig text (även: -fg)"
 
 msgid "-font <font>\t\tUse <font> for normal text (also: -fn)"
-msgstr "-font <typsnitt>\tAnvänd <typsnitt> för vanlig text (även: -fn)"
+msgstr "-font <typsnitt>\t\tAnvänd <typsnitt> för vanlig text (även: -fn)"
 
 msgid "-boldfont <font>\tUse <font> for bold text"
 msgstr "­boldfont <typsnitt>\tAnvänd <typsnitt> för fet text"
@@ -2646,8 +3001,27 @@ msgstr "--role <roll>\tStäll in en unik roll för att identifiera huvudfönstret"
 msgid "--socketid <xid>\tOpen Vim inside another GTK widget"
 msgstr "--socketid <xid>\tÖppna Vim innanför en annan GTK-widget"
 
+msgid ""
+"\n"
+"Arguments recognised by kvim (KDE version):\n"
+msgstr ""
+"\n"
+"Argument igenkända av kvim (KDE-version):\n"
+
+msgid "-black\t\tUse reverse video"
+msgstr "-black\t\tAnvänd omvänd video"
+
+msgid "-tip\t\t\tDisplay the tip dialog on startup"
+msgstr "-tip\t\tVisa tipsdialogen vid uppstart"
+
+msgid "-notip\t\tDisable the tip dialog"
+msgstr "-notip\t\tInaktivera tipsdialogen"
+
+msgid "--display <display>\tRun vim on <display>"
+msgstr "--display <display>\tKör vim på <display>"
+
 msgid "-P <parent title>\tOpen Vim inside parent application"
-msgstr "-P <föräldertitel>\tÖppna Vim inne i förälderapplikation"
+msgstr "-P <förälder fönster>\tÖppna Vim inuti förälderapplikation"
 
 msgid "No display"
 msgstr "Ingen display"
@@ -2797,8 +3171,8 @@ msgstr "E302: Kunde inte döpa om växelfil"
 msgid "E303: Unable to open swap file for \"%s\", recovery impossible"
 msgstr "E303: Kunde inte öppna växelfil för \"%s\", återskapning omöjlig"
 
-msgid "E304: ml_timestamp: Didn't get block 0??"
-msgstr "E304: ml_timestamp: Tog inte emot block 0??"
+msgid "E304: ml_upd_block0(): Didn't get block 0??"
+msgstr "E304: ml_upd_block0(): Tog inte emot block 0??"
 
 #, c-format
 msgid "E305: No swap file found for %s"
@@ -3071,7 +3445,7 @@ msgid "E317: pointer block id wrong 2"
 msgstr "E317: pekarblock-id fel 2"
 
 msgid "E325: ATTENTION"
-msgstr "E325: OBSERVERA"
+msgstr "E325: LYSTRING"
 
 msgid ""
 "\n"
@@ -3178,8 +3552,9 @@ msgstr "E327: Del av menyföremål sökväg är inte undermeny"
 msgid "E328: Menu only exists in another mode"
 msgstr "E328: Meny existerar bara i ett annat läge"
 
-msgid "E329: No menu of that name"
-msgstr "E329: Ingen meny med det namnet"
+#, c-format
+msgid "E329: No menu \"%s\""
+msgstr "E329: Ingen meny \"%s\""
 
 msgid "E330: Menu path must not lead to a sub-menu"
 msgstr "E330: Menysökväg får inte leda till en undermeny"
@@ -3227,8 +3602,9 @@ msgstr "Fel upptäcktes vid bearbetning av %s:"
 msgid "line %4ld:"
 msgstr "rad %4ld:"
 
-msgid "[string too long]"
-msgstr "[sträng för lång]"
+#, c-format
+msgid "E354: Invalid register name: '%s'"
+msgstr "E354: Otillåtet registernamn: '%s'"
 
 msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>"
 msgstr "Meddelandeansvarig: Johan Svedberg <johan@svedberg.com>"
@@ -3236,20 +3612,18 @@ msgstr "Meddelandeansvarig: Johan Svedbe
 msgid "Interrupt: "
 msgstr "Avbrott: "
 
-msgid "Hit ENTER to continue"
-msgstr "Tryck RETUR för att fortsätta"
-
-msgid "Hit ENTER or type command to continue"
+msgid "Press ENTER or type command to continue"
 msgstr "Tryck RETUR eller skriv kommando för att fortsätta"
 
+#, c-format
+msgid "%s line %ld"
+msgstr "%s rad %ld"
+
 msgid "-- More --"
 msgstr "-- Mer --"
 
-msgid " (RET/BS: line, SPACE/b: page, d/u: half page, q: quit)"
-msgstr " (ENT/BS: rad, BLANKSTEG/b: sida, d/u: halv sida q: avsluta"
-
-msgid " (RET: line, SPACE: page, d: half page, q: quit)"
-msgstr " (ENT: rad, BLANKSTEG: sida d: halv sida q: avsluta)"
+msgid " SPACE/d/j: screen/page/line down, b/u/k: up, q: quit "
+msgstr " BLANKSTEG/d/j: skärm/sida/rad ned, b/u/k: upp, q: quit"
 
 msgid "Question"
 msgstr "Fråga"
@@ -3274,19 +3648,34 @@ msgstr ""
 "&Kasta bort alla\n"
 "&Avbryt"
 
+msgid "Select Directory dialog"
+msgstr "Välj katalog-dialog"
+
 msgid "Save File dialog"
-msgstr "Filsparandedialog"
+msgstr "Spara fil-dialog"
 
 msgid "Open File dialog"
-msgstr "Filöppnandedialog"
+msgstr "Öppna fil-dialog"
 
 #. TODO: non-GUI file selector here
 msgid "E338: Sorry, no file browser in console mode"
 msgstr "E338: Tyvärr, ingen filbläddrare i konsoll-läge"
 
+msgid "E766: Insufficient arguments for printf()"
+msgstr "E766: Otillräckliga argument för printf()"
+
+msgid "E767: Too many arguments to printf()"
+msgstr "E767: För många argument till printf()"
+
 msgid "W10: Warning: Changing a readonly file"
 msgstr "W10: Varning: Ändrar en skrivskyddad fil"
 
+msgid "Type number or click with mouse (<Enter> cancels): "
+msgstr "Skriv siffra eller klicka med musen (<Retur> avbryter): "
+
+msgid "Choice number (<Enter> cancels): "
+msgstr "Välj siffra (<Retur> avbryter): "
+
 msgid "1 more line"
 msgstr "1 rad till"
 
@@ -3304,6 +3693,9 @@ msgstr "%ld färre rader"
 msgid " (Interrupted)"
 msgstr " (Avbruten)"
 
+msgid "Beep!"
+msgstr "Piip!"
+
 msgid "Vim: preserving files...\n"
 msgstr "Vim: bevarar filer...\n"
 
@@ -3321,7 +3713,7 @@ msgid ""
 "[bytes] total alloc-freed %lu-%lu, in use %lu, peak use %lu\n"
 msgstr ""
 "\n"
-"[bitar] sammanlagd allok-frigjord %lu-%lu, i användning %lu, toppanvändning %"
+"[byte] sammanlagd allok-frigjord %lu-%lu, i användning %lu, toppanvändning %"
 "lu\n"
 
 #, c-format
@@ -3341,7 +3733,7 @@ msgstr "E341: Internt fel: lalloc(%ld, )
 
 #, c-format
 msgid "E342: Out of memory!  (allocating %lu bytes)"
-msgstr "E342: Slut på minne!  (allokerar %lu bitar)"
+msgstr "E342: Slut på minne!  (allokerar %lu byte)"
 
 #, c-format
 msgid "Calling shell to execute: \"%s\""
@@ -3395,15 +3787,6 @@ msgstr "E346: Ingen katalog \"%s\" hitta
 msgid "E347: No more file \"%s\" found in path"
 msgstr "E347: Ingen fil \"%s\" hittades i sökvägen"
 
-msgid "E550: Missing colon"
-msgstr "E550: Saknar kolon"
-
-msgid "E551: Illegal component"
-msgstr "E551: Otillåten komponent"
-
-msgid "E552: digit expected"
-msgstr "E552: siffra förväntades"
-
 #. Get here when the server can't be found.
 msgid "Cannot connect to Netbeans #2"
 msgstr "Kan inte ansluta till Netbeans #2"
@@ -3413,14 +3796,17 @@ msgstr "Kan inte ansluta till Netbeans"
 
 #, c-format
 msgid "E668: Wrong access mode for NetBeans connection info file: \"%s\""
-msgstr "E668: Fel rättigheter på NetBeans-anslutningens info-fil: \"%s\""
+msgstr "E668: Fel rättighetsläge för NetBeans-anslutningens info fil: \"%s\""
 
 msgid "read from Netbeans socket"
 msgstr "läs från Netbeans-uttag"
 
 #, c-format
 msgid "E658: NetBeans connection lost for buffer %ld"
-msgstr "E658: NetBeans-anslutning förlorad för buffert %ld"
+msgstr "E658: NetBeans-anslutning tappad för buffert %ld"
+
+msgid "E505: "
+msgstr "E505: "
 
 msgid "Warning: terminal cannot highlight"
 msgstr "Varning: terminal kan inte framhäva"
@@ -3438,10 +3824,10 @@ msgid "E664: changelist is empty"
 msgstr "E664: ändringslista är tom"
 
 msgid "E662: At start of changelist"
-msgstr "E662: Vid början på ändringslista"
+msgstr "E662: Vid början av ändringslista"
 
 msgid "E663: At end of changelist"
-msgstr "E663: Vid slutet på ändringslista"
+msgstr "E663: Vid slutet av ändringslista"
 
 msgid "Type  :quit<Enter>  to exit Vim"
 msgstr "skriv  :q<Enter>                för att avsluta Vim         "
@@ -3473,6 +3859,9 @@ msgstr "1 rad indenterad "
 msgid "%ld lines indented "
 msgstr "%ld rader indenterade "
 
+msgid "E748: No previously used register"
+msgstr "E748: Inget tidigare använt register"
+
 #. must display the prompt
 msgid "cannot yank; delete anyway"
 msgstr "kan inte kopiera; ta bort ändå"
@@ -3488,10 +3877,17 @@ msgstr "%ld rader ändrade"
 msgid "freeing %ld lines"
 msgstr "frigör %ld rader"
 
+msgid "block of 1 line yanked"
+msgstr "block om 1 rad kopierat"
+
 msgid "1 line yanked"
 msgstr "1 rad kopierad"
 
 #, c-format
+msgid "block of %ld lines yanked"
+msgstr "block om %ld rader kopierade"
+
+#, c-format
 msgid "%ld lines yanked"
 msgstr "%ld rader kopierade"
 
@@ -3523,10 +3919,6 @@ msgid "E574: Unknown register type %d"
 msgstr "E574: Okänd registertyp %d"
 
 #, c-format
-msgid "E354: Invalid register name: '%s'"
-msgstr "E354: Otillåtet registernamn: '%s'"
-
-#, c-format
 msgid "%ld Cols; "
 msgstr "%ld kolumner; "
 
@@ -3535,10 +3927,24 @@ msgid "Selected %s%ld of %ld Lines; %ld 
 msgstr "Markerade %s%ld av %ld rader; %ld av %ld ord; %ld av %ld bitar"
 
 #, c-format
+msgid ""
+"Selected %s%ld of %ld Lines; %ld of %ld Words; %ld of %ld Chars; %ld of %ld "
+"Bytes"
+msgstr "Markerade %s%ld av %ld rader; %ld av %ld ord; %ld av %ld tecken; %ld "
+"av %ld bitar"
+
+#, c-format
 msgid "Col %s of %s; Line %ld of %ld; Word %ld of %ld; Byte %ld of %ld"
 msgstr "Kol %s av %s; rad %ld av %ld; ord %ld av %ld; bit %ld av %ld"
 
 #, c-format
+msgid ""
+"Col %s of %s; Line %ld of %ld; Word %ld of %ld; Char %ld of %ld; Byte %ld of "
+"%ld"
+msgstr "Kol %s av %s; rad %ld av %ld; ord %ld av %ld; tecken %ld av %ld; bit "
+"%ld av %ld"
+
+#, c-format
 msgid "(+%ld for BOM)"
 msgstr "(+%ld för BOM)"
 
@@ -3552,18 +3958,11 @@ msgid "E518: Unknown option"
 msgstr "E518: Okänd flagga"
 
 msgid "E519: Option not supported"
-msgstr "E519: Flagga inte stödd"
+msgstr "E519: Flagga stöds inte"
 
 msgid "E520: Not allowed in a modeline"
 msgstr "E520: Inte tillåtet i en lägesrad"
 
-msgid ""
-"\n"
-"\tLast set from "
-msgstr ""
-"\n"
-"\tSenast satt från "
-
 msgid "E521: Number required after ="
 msgstr "E521: Nummer krävs efter ="
 
@@ -3772,9 +4171,6 @@ msgstr "E613: Okänt skrivartypsnitt: %s"
 msgid "E238: Print error: %s"
 msgstr "E238: Skrivarfel: %s"
 
-msgid "Unknown"
-msgstr "Okänd"
-
 #, c-format
 msgid "Printing '%s'"
 msgstr "Skriver ut '%s'"
@@ -3805,6 +4201,14 @@ msgstr "Vim: Fångade dödlig signal\n"
 msgid "Opening the X display took %ld msec"
 msgstr "Öppning av X-display tog %ld ms"
 
+#. KDE sometimes produces X error that we want to ignore
+msgid ""
+"\n"
+"Vim: Got X error but we continue...\n"
+msgstr ""
+"\n"
+"Vim: Fick X-error men vi fortsätter...\n"
+
 msgid ""
 "\n"
 "Vim: Got X error\n"
@@ -3863,6 +4267,10 @@ msgstr ""
 msgid "XSMP lost ICE connection"
 msgstr "XSMP tappade ICE-anslutning"
 
+#, c-format
+msgid "dlerror = \"%s\""
+msgstr "dlfel = \"%s\""
+
 msgid "Opening the X display failed"
 msgstr "Öppning av X-displayen misslyckades"
 
@@ -3879,15 +4287,15 @@ msgstr "XSMP ICE-anslutning övervakning misslyckades"
 msgid "XSMP SmcOpenConnection failed: %s"
 msgstr "XSMP SmcOpenConnection misslyckades: %s"
 
-msgid "Could not allocate memory for command line."
-msgstr "Kunde inte allokera minne för kommandorad."
+msgid "At line"
+msgstr "På rad"
+
+msgid "Could not load vim32.dll!"
+msgstr "Kunde inte läsa in vim32.dll!"
 
 msgid "VIM Error"
 msgstr "VIM-fel"
 
-msgid "Could not load vim32.dll!"
-msgstr "Kunde inte läsa in vim32.dll!"
-
 msgid "Could not fix up function pointers to the DLL!"
 msgstr "Kunde inte ordna upp funktionspekare till DLL:en!"
 
@@ -3923,9 +4331,6 @@ msgstr ""
 msgid "Vim Warning"
 msgstr "Vim-varning"
 
-msgid "At line"
-msgstr "På rad"
-
 #, c-format
 msgid "E372: Too many %%%c in format string"
 msgstr "E372: För många %%%c i formatsträng"
@@ -3978,6 +4383,16 @@ msgstr "fellista %d av %d; %d fel"
 msgid "E382: Cannot write, 'buftype' option is set"
 msgstr "E382: Kan inte skriva, 'buftype'-flagga är satt"
 
+msgid "E683: File name missing or invalid pattern"
+msgstr "E683: Filnamn saknas eller ogiltigt mönster"
+
+#, c-format
+msgid "Cannot open file \"%s\""
+msgstr "Kan inte öppna fil \"%s\""
+
+msgid "E681: Buffer is not loaded"
+msgstr "E681: Buffert är inte laddad"
+
 #, c-format
 msgid "E369: invalid item in %s%%[]"
 msgstr "E369: ogiltigt föremål i %s%%[]"
@@ -4008,22 +4423,10 @@ msgid "E55: Unmatched %s)"
 msgstr "E55: Omatchade %s)"
 
 #, c-format
-msgid "E56: %s* operand could be empty"
-msgstr "E56: %s*-operand kan vara tom"
-
-#, c-format
-msgid "E57: %s+ operand could be empty"
-msgstr "E57: %s+-operand kan vara tom"
-
-#, c-format
 msgid "E59: invalid character after %s@"
 msgstr "E59: ogiltigt tecken efter %s@"
 
 #, c-format
-msgid "E58: %s{ operand could be empty"
-msgstr "E58: %s{-operand kan vara tom"
-
-#, c-format
 msgid "E60: Too many complex %s{...}s"
 msgstr "E60: För många komplexa %s{...}s"
 
@@ -4063,26 +4466,24 @@ msgid "E70: Empty %s%%[]"
 msgstr "E70: Tom %s%%[]"
 
 #, c-format
+msgid "E678: Invalid character after %s%%[dxouU]"
+msgstr "E678: Ogiltigt tecken efter %s%%[dxouU]"
+
+#, c-format
 msgid "E71: Invalid character after %s%%"
 msgstr "E71: Ogiltigt tecken efter %s%%"
 
 #, c-format
+msgid "E769: Missing ] after %s["
+msgstr "E769: Saknar ] efter %s["
+
+#, c-format
 msgid "E554: Syntax error in %s{...}"
 msgstr "E554: Syntaxfel i %s{...}"
 
-msgid "E361: Crash intercepted; regexp too complex?"
-msgstr "E361: Krasch hejdad; reguljärt uttryck för komplext?"
-
-msgid "E363: pattern caused out-of-stack error"
-msgstr "E363: mönster orsakade slut-på-stack-fel"
-
 msgid "External submatches:\n"
 msgstr "Externa underträffar:\n"
 
-#, c-format
-msgid "+--%3ld lines folded "
-msgstr "+--%3ld rader vikta "
-
 msgid " VREPLACE"
 msgstr " VERSÄTT"
 
@@ -4137,12 +4538,6 @@ msgstr " MARKERA BLOCK"
 msgid "recording"
 msgstr "spelar in"
 
-msgid "search hit TOP, continuing at BOTTOM"
-msgstr "sökning nådde TOPPEN, fortsätter vid BOTTEN"
-
-msgid "search hit BOTTOM, continuing at TOP"
-msgstr "sökning nådde BOTTEN, forsätter vid TOPPEN"
-
 #, c-format
 msgid "E383: Invalid search string: %s"
 msgstr "E383: Ogiltig söksträng: %s"
@@ -4196,6 +4591,297 @@ msgstr "E388: Kunde inte hitta definitio
 msgid "E389: Couldn't find pattern"
 msgstr "E389: Kunde inte hitta mönster"
 
+msgid "E759: Format error in spell file"
+msgstr "E759: Formateringsfel i stavningsfil"
+
+msgid "E758: Truncated spell file"
+msgstr "E758: Trunkerad stavningsfil"
+
+#, c-format
+msgid "Trailing text in %s line %d: %s"
+msgstr "Eftersläpande text i %s rad %d: %s"
+
+#, c-format
+msgid "Affix name too long in %s line %d: %s"
+msgstr "Affix-namn för långt i %s rad %d: %s"
+
+msgid "E761: Format error in affix file FOL, LOW or UPP"
+msgstr "E761: Formateringsfel i affix-fil FOL, LOW eller UPP"
+
+msgid "E762: Character in FOL, LOW or UPP is out of range"
+msgstr "E762: Tecken i FOL, LOW eller UPP är utanför område"
+
+msgid "Compressing word tree..."
+msgstr "Komprimerar ordträd..."
+
+msgid "E756: Spell checking is not enabled"
+msgstr "E756: Stavningskontroll är inte aktiverat"
+
+#, c-format
+msgid "Warning: Cannot find word list \"%s.%s.spl\" or \"%s.ascii.spl\""
+msgstr "Varning: Kan inte hitta ordlista \"%s.%s.spl\" eller \"%s.ascii.spl\""
+
+#, c-format
+msgid "Reading spell file \"%s\""
+msgstr "Läser stavningsfil \"%s\""
+
+msgid "E757: This does not look like a spell file"
+msgstr "E757: Det här ser inte ut som en stavningsfil"
+
+msgid "E771: Old spell file, needs to be updated"
+msgstr "E771: Gammal stavningsfil, behöver bli uppdaterad"
+
+msgid "E772: Spell file is for newer version of Vim"
+msgstr "E772: Stavningsfil är för nyare version av Vim"
+
+msgid "E770: Unsupported section in spell file"
+msgstr "E770: Ostödd sektion i stavningsfil"
+
+#, c-format
+msgid "Warning: region %s not supported"
+msgstr "Varning: region %s stöds inte"
+
+#, c-format
+msgid "Reading affix file %s ..."
+msgstr "Läser affix-fil %s ..."
+
+#, c-format
+msgid "Conversion failure for word in %s line %d: %s"
+msgstr "Konvertering misslyckades för ord i %s rad %d: %s"
+
+#, c-format
+msgid "Conversion in %s not supported: from %s to %s"
+msgstr "Konvertering i %s stöds inte: från %s till %s"
+
+#, c-format
+msgid "Conversion in %s not supported"
+msgstr "Konvertering i %s stöds inte"
+
+#, c-format
+msgid "Invalid value for FLAG in %s line %d: %s"
+msgstr "Ogiltigt värde för FLAG i %s rad %d: %s"
+
+#, c-format
+msgid "FLAG after using flags in %s line %d: %s"
+msgstr "FLAG efter användning av flags i %s rad %d: %s"
+
+#, c-format
+msgid "Character used for SLASH must be ASCII; in %s line %d: %s"
+msgstr "Tecken använt för SLASH måste vara ASCII; i %s rad %d: %s"
+
+#, c-format
+msgid "Wrong COMPOUNDMAX value in %s line %d: %s"
+msgstr "Fel COMPOUNDMAX-värde i %s rad %d: %s"
+
+#, c-format
+msgid "Wrong COMPOUNDMIN value in %s line %d: %s"
+msgstr "Fel COMPOUNDMIN-värde i %s rad %d: %s"
+
+#, c-format
+msgid "Wrong COMPOUNDSYLMAX value in %s line %d: %s"
+msgstr "Fel COMPOUNDSYLMAX-värde i %s rad %d: %s"
+
+#, c-format
+msgid "Different combining flag in continued affix block in %s line %d: %s"
+msgstr "Annan kombinerande flagga i efterföljande affix-block i %s rad %d: %s"
+
+#, c-format
+msgid "Duplicate affix in %s line %d: %s"
+msgstr "Duplicerad affix i %s rad %d: %s"
+
+#, c-format
+msgid ""
+"Affix also used for BAD/RAR/KEP/NEEDAFFIX/NEEDCOMPOUND in %s line %d: %s"
+msgstr ""
+"Affix också använd för BAD/RAR/KEP/NEEDAFFIX/NEEDCOMPOUND i %s rad %d: %s"
+
+#, c-format
+msgid "Expected Y or N in %s line %d: %s"
+msgstr "Förväntade Y eller N i %s rad %d: %s"
+
+#, c-format
+msgid "Broken condition in %s line %d: %s"
+msgstr "Trasigt villkor i %s rad %d: %s"
+
+#, c-format
+msgid "Expected REP count in %s line %d"
+msgstr "Förväntade REP-antal i %s rad %d"
+
+#, c-format
+msgid "Expected MAP count in %s line %d"
+msgstr "Förväntade MAP-antal i %s rad %d"
+
+#, c-format
+msgid "Duplicate character in MAP in %s line %d"
+msgstr "Duplicerat tecken i MAP i %s rad %d"
+
+#, c-format
+msgid "Unrecognized or duplicate item in %s line %d: %s"
+msgstr "Okänd eller duplicerad post i %s rad %d: %s"
+
+#, c-format
+msgid "Missing FOL/LOW/UPP line in %s"
+msgstr "Saknar FOL/LOW/UPP rad i %s"
+
+msgid "COMPOUNDSYLMAX used without SYLLABLE"
+msgstr "COMPOUNDSYLMAX använd utan SYLLABLE"
+
+msgid "Too many postponed prefixes"
+msgstr "För många uppskjutna prefix"
+
+msgid "Too many compound flags"
+msgstr "För många sammansatta flaggor"
+
+msgid "Too many posponed prefixes and/or compound flags"
+msgstr "För många uppskjutna prefix och/eller sammansatta flaggor"
+
+#, c-format
+msgid "Missing SOFO%s line in %s"
+msgstr "Saknar SOFO%s rad i %s"
+
+#, c-format
+msgid "Both SAL and SOFO lines in %s"
+msgstr "Både SAL och SOFO rader i %s"
+
+#, c-format
+msgid "Flag is not a number in %s line %d: %s"
+msgstr "Flagga är inte ett nummer i %s rad %d: %s"
+
+#, c-format
+msgid "Illegal flag in %s line %d: %s"
+msgstr "Ogiltig flagga i %s rad %d: %s"
+
+#, c-format
+msgid "%s value differs from what is used in another .aff file"
+msgstr "%s värde skiljer sig från vad som används i en annan .aff-fil."
+
+#, c-format
+msgid "Reading dictionary file %s ..."
+msgstr "Läser ordboksfil %s ..."
+
+#, c-format
+msgid "E760: No word count in %s"
+msgstr "E760: Inget ordantal i %s"
+
+#, c-format
+msgid "line %6d, word %6d - %s"
+msgstr "rad %6d, ord %6d - %s"
+
+#, c-format
+msgid "Duplicate word in %s line %d: %s"
+msgstr "Duplicerat ord i %s rad %d: %s"
+
+#, c-format
+msgid "First duplicate word in %s line %d: %s"
+msgstr "Första duplicerade ordet i %s rad %d: %s"
+
+#, c-format
+msgid "%d duplicate word(s) in %s"
+msgstr "%d duplicerade ord i %s"
+
+#, c-format
+msgid "Ignored %d word(s) with non-ASCII characters in %s"
+msgstr "Ignorerade %d ord med icke-ASCII tecken i %s"
+
+#, c-format
+msgid "Reading word file %s ..."
+msgstr "Läser ordfil %s ..."
+
+#, c-format
+msgid "Duplicate /encoding= line ignored in %s line %d: %s"
+msgstr "Duplicerad /encoding=-rad ignorerad i %s rad %d: %s"
+
+#, c-format
+msgid "/encoding= line after word ignored in %s line %d: %s"
+msgstr "/encoding=-rad efter ord ignorerad i %s rad %d: %s"
+
+#, c-format
+msgid "Duplicate /regions= line ignored in %s line %d: %s"
+msgstr "Duplicerad /regions=-rad ignorerad i %s rad %d: %s"
+
+#, c-format
+msgid "Too many regions in %s line %d: %s"
+msgstr "För många regioner i %s rad %d: %s"
+
+#, c-format
+msgid "/ line ignored in %s line %d: %s"
+msgstr "/-rad ignorerad i %s rad %d: %s"
+
+#, c-format
+msgid "Invalid region nr in %s line %d: %s"
+msgstr "Ogiltigt regionsnr i %s rad %d: %s"
+
+#, c-format
+msgid "Unrecognized flags in %s line %d: %s"
+msgstr "Okända flaggot i %s rad %d: %s"
+
+#, c-format
+msgid "Ignored %d words with non-ASCII characters"
+msgstr "Ignorerade %d ord med icke-ASCII tecken"
+
+#, c-format
+msgid "Compressed %d of %d nodes; %d%% remaining"
+msgstr "Komprimerade %d av %d noder; %d%% återstår"
+
+msgid "E751: Output file name must not have region name"
+msgstr "E751: Utmatningsfilnamn får inte ha regionnamn"
+
+msgid "E754: Only up to 8 regions supported"
+msgstr "E754: Bara upp till 8 regioner stöds"
+
+#, c-format
+msgid "E755: Invalid region in %s"
+msgstr "E755: Ogiltig region i %s"
+
+msgid "Warning: both compounding and NOBREAK specified"
+msgstr "Varning: både sammansättning och NOBREAK specifierad"
+
+#, c-format
+msgid "Writing spell file %s ..."
+msgstr "Skriver stavningsfil %s ..."
+
+msgid "Done!"
+msgstr "Klar!"
+
+#, c-format
+msgid "Estimated runtime memory use: %d bytes"
+msgstr "Beräknat körtidsminne använt: %d byte"
+
+#, c-format
+msgid "E765: 'spellfile' does not have %ld entries"
+msgstr "E765: 'spellfile' har inte %ld poster"
+
+msgid "E763: Word characters differ between spell files"
+msgstr "E763: Ordtecken skiljer sig mellan stavningsfiler"
+
+msgid "Sorry, no suggestions"
+msgstr "Tyvärr, inga föreslag"
+
+#, c-format
+msgid "Sorry, only %ld suggestions"
+msgstr "Tyvärr, bara %ld föreslag"
+
+#. avoid more prompt
+#, c-format
+msgid "Change \"%.*s\" to:"
+msgstr "Ändra \"%.*s\" till:"
+
+#, c-format
+msgid " < \"%.*s\""
+msgstr " < \"%.*s\""
+
+msgid "E752: No previous spell replacement"
+msgstr "E752: Ingen tidigare stavningsersättning"
+
+#, c-format
+msgid "E753: Not found: %s"
+msgstr "E753: Hittades inte: %s"
+
+#. This should have been checked when generating the .spl
+#. * file.
+msgid "E999: duplicate char in MAP entry"
+msgstr "E999: dubblerat tecken i MAP-post"
+
 #, c-format
 msgid "E390: Illegal argument: %s"
 msgstr "E390: Otillåtet argument: %s"
@@ -4256,6 +4942,12 @@ msgstr "; träff "
 msgid " line breaks"
 msgstr " radbrytningar"
 
+msgid "E395: contains argument not accepted here"
+msgstr "E395: innehåller argument som inte är tillåtna här"
+
+msgid "E396: containedin argument not accepted here"
+msgstr "E396: innehöll argument som inte är tillåtna här"
+
 msgid "E393: group[t]here not accepted here"
 msgstr "E393: grupper inte tillåtna här"
 
@@ -4263,16 +4955,14 @@ msgstr "E393: grupper inte tillåtna här"
 msgid "E394: Didn't find region item for %s"
 msgstr "E394: Hittade inte regionföremål för %s"
 
-msgid "E395: contains argument not accepted here"
-msgstr "E395: innehåller argument som inte är tillåtna här"
-
-msgid "E396: containedin argument not accepted here"
-msgstr "E396: innehöll argument som inte är tillåtna här"
-
 msgid "E397: Filename required"
 msgstr "E397: Filnamn krävs"
 
 #, c-format
+msgid "E747: Missing ']': %s"
+msgstr "E747: Saknar ']': %s"
+
+#, c-format
 msgid "E398: Missing '=': %s"
 msgstr "E398: Saknar '=': %s"
 
@@ -4323,7 +5013,7 @@ msgid "E410: Invalid :syntax subcommand:
 msgstr "E410: Ogiltigt :syntax-underkommando: %s"
 
 msgid "E679: recursive loop loading syncolor.vim"
-msgstr "E679: rekursiv loop läser in syncolor.vim "
+msgstr "E679: rekursiv loop laddar syncolor.vim"
 
 #, c-format
 msgid "E411: highlight group not found: %s"
@@ -4378,10 +5068,8 @@ msgid "E424: Too many different highligh
 msgstr "E424: För många olika framhävningsattribut i användning"
 
 msgid "E669: Unprintable character in group name"
-msgstr "E669: Oskrivbart tecken i gruppnamn"
-
-#. This is an error, but since there previously was no check only
-#. * give a warning.
+msgstr "E669: Outskrivbart tecken i gruppnamn"
+
 msgid "W18: Invalid character in group name"
 msgstr "W18: Ogiltigt tecken i gruppnamn"
 
@@ -4404,13 +5092,6 @@ msgstr "  # pri-typ-tagg"
 msgid "file\n"
 msgstr "fil\n"
 
-#.
-#. * Ask to select a tag from the list.
-#. * When using ":silent" assume that <CR> was entered.
-#.
-msgid "Enter nr of choice (<CR> to abort): "
-msgstr "Ange nr av val (<CR> för att avbryta): "
-
 msgid "E427: There is only one matching tag"
 msgstr "E427: Det finns bara en matchande tagg"
 
@@ -4686,9 +5367,6 @@ msgstr "med X11-neXtaw-GUI."
 msgid "with X11-Athena GUI."
 msgstr "med X11-Athena-GUI."
 
-msgid "with BeOS GUI."
-msgstr "med BeOS-GUI."
-
 msgid "with Photon GUI."
 msgstr "med Photon-GUI."
 
@@ -4704,6 +5382,9 @@ msgstr "med Cocoa-GUI."
 msgid "with (classic) GUI."
 msgstr "med (klassiskt) GUI."
 
+msgid "with KDE GUI."
+msgstr "med KDE-GUI."
+
 msgid "  Features included (+) or not (-):\n"
 msgstr "  Funktioner inkluderade (+) eller inte (-):\n"
 
@@ -4782,8 +5463,8 @@ msgstr "skriv  :q<Enter>                för att avsluta          "
 msgid "type  :help<Enter>  or  <F1>  for on-line help"
 msgstr "skriv  :help<Enter> eller <F1>  för online-hjälp         "
 
-msgid "type  :help version6<Enter>   for version info"
-msgstr "skriv  :help version6<Enter>    för versioninformation   "
+msgid "type  :help version7<Enter>   for version info"
+msgstr "skriv  :help version7<Enter>    för versioninformation   "
 
 msgid "Running in Vi compatible mode"
 msgstr "Kör i Vi-kompatibelt läge"
@@ -4876,15 +5557,15 @@ msgstr "Redigera med &flera Vims"
 msgid "Edit with single &Vim"
 msgstr "Redigera med en &Vim"
 
-msgid "&Diff with Vim"
-msgstr "&Diff med Vim"
+msgid "Diff with Vim"
+msgstr "Diff med Vim"
 
 msgid "Edit with &Vim"
 msgstr "Redigera med &Vim"
 
 #. Now concatenate
-msgid "Edit with existing Vim - &"
-msgstr "Redigera med befintlig Vim - &"
+msgid "Edit with existing Vim - "
+msgstr "Redigera med befintlig Vim - "
 
 msgid "Edits the selected file(s) with Vim"
 msgstr "Redigerar markerade fil(erna) med Vim"
@@ -4931,9 +5612,15 @@ msgstr "E600: Saknar :endtry"
 msgid "E170: Missing :endwhile"
 msgstr "E170: Saknar :endwhile"
 
+msgid "E170: Missing :endfor"
+msgstr "E170: Saknar :endfor"
+
 msgid "E588: :endwhile without :while"
 msgstr "E588: :endwhile utan :while"
 
+msgid "E588: :endfor without :for"
+msgstr "E588: :endfor utan :for"
+
 msgid "E13: File exists (add ! to override)"
 msgstr "E13: Fil existerar (lägg till ! för att tvinga)"
 
@@ -4982,9 +5669,6 @@ msgstr "E476: Ogiltigt kommando"
 msgid "E17: \"%s\" is a directory"
 msgstr "E17: \"%s\" är en katalog"
 
-msgid "E18: Unexpected characters before '='"
-msgstr "E18: Oväntade tecken före '='"
-
 #, c-format
 msgid "E364: Library call failed for \"%s()\""
 msgstr "E364: Biblioteksanrop misslyckades för \"%s()\""
@@ -5129,8 +5813,12 @@ msgid "E45: 'readonly' option is set (ad
 msgstr "E45: 'readonly' flagga är satt (lägg till ! för att tvinga)"
 
 #, c-format
-msgid "E46: Cannot set read-only variable \"%s\""
-msgstr "E46: Kan inte sätta skrivskyddad variabel \"%s\""
+msgid "E46: Cannot change read-only variable \"%s\""
+msgstr "E46: Kan inte ändra skrivskyddad variabel \"%s\""
+
+#, c-format
+msgid "E46: Cannot set variable in the sandbox: \"%s\""
+msgstr "E46: Kan inte sätta variabel i sandlådan: \"%s\""
 
 msgid "E47: Error while reading errorfile"
 msgstr "E47: Fel vid läsning av felfil"
@@ -5142,7 +5830,7 @@ msgid "E523: Not allowed here"
 msgstr "E523: Inte tillåtet här"
 
 msgid "E359: Screen mode setting not supported"
-msgstr "E359: Skärmläge inställning inte stödd"
+msgstr "E359: Skärmläge inställning stöds inte"
 
 msgid "E49: Invalid scroll size"
 msgstr "E49: Ogiltig rullningsstorlek"
@@ -5200,3 +5888,32 @@ msgstr "E449: Ogiltigt uttryck mottaget"
 
 msgid "E463: Region is guarded, cannot modify"
 msgstr "E463: Region är vaktad, kan inte modifiera"
+
+msgid "E744: NetBeans does not allow changes in read-only files"
+msgstr "E744: NetBeans tillåter inte ändringar i skrivskyddade filer"
+
+#, c-format
+msgid "E685: Internal error: %s"
+msgstr "E685: Internt fel: %s"
+
+msgid "E363: pattern uses more memory than 'maxmempattern'"
+msgstr "E363: mönster använder mer minne än 'maxmempattern'"
+
+msgid "E749: empty buffer"
+msgstr "E749: tom buffert"
+
+msgid "E682: Invalid search pattern or delimiter"
+msgstr "E682: Ogiltigt sökmönster eller delimiter"
+
+msgid "E139: File is loaded in another buffer"
+msgstr "E139: Filen är inläst i en annan buffert"
+
+#, c-format
+msgid "E764: Option '%s' is not set"
+msgstr "E764: Flagga '%s' är inte satt"
+
+msgid "search hit TOP, continuing at BOTTOM"
+msgstr "sökning nådde TOPPEN, fortsätter vid BOTTEN"
+
+msgid "search hit BOTTOM, continuing at TOP"
+msgstr "sökning nådde BOTTEN, forsätter vid TOPPEN"
deleted file mode 100644
--- a/src/proto/gui_kde.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-/* gui_kde.cc */
-void gui_mch_add_menu __ARGS((vimmenu_T *menu, int idx));
-void gui_mch_add_menu_item __ARGS((vimmenu_T *menu, int idx));
-void gui_mch_set_text_area_pos __ARGS((int x, int y, int w, int h));
-void gui_gtk_set_mnemonics __ARGS((int enable));
-void gui_mch_toggle_tearoffs __ARGS((int enable));
-void gui_mch_destroy_menu __ARGS((vimmenu_T *menu));
-void gui_mch_set_scrollbar_thumb __ARGS((scrollbar_T *sb, long val, long size, long max));
-void gui_mch_set_scrollbar_pos __ARGS((scrollbar_T *sb, int x, int y, int w, int h));
-void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient));
-void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb));
-char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter));
-int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *buttons, int def_but, char_u *textfield));
-void gui_mch_show_popupmenu __ARGS((vimmenu_T *menu));
-void gui_mch_find_dialog __ARGS((exarg_T *eap));
-void gui_mch_replace_dialog __ARGS((exarg_T *eap));
-void ex_helpfind __ARGS((exarg_T *eap));
-void gui_make_popup __ARGS((char_u *path_name, int mouse_pos));
-/* vim: set ft=cpp : */
deleted file mode 100644
--- a/src/proto/gui_kde_x11.pro
+++ /dev/null
@@ -1,63 +0,0 @@
-/* gui_kde_x11.cc */
-void gui_mch_prepare __ARGS((int *argc, char **argv));
-void gui_mch_set_blinking __ARGS((long waittime, long on, long off));
-void gui_mch_stop_blink __ARGS((void));
-void gui_mch_start_blink __ARGS((void));
-int gui_mch_init_check __ARGS((void));
-int gui_mch_init __ARGS((void));
-void gui_mch_new_colors __ARGS((void));
-int gui_mch_open __ARGS((void));
-void gui_mch_exit __ARGS((int rc));
-int gui_mch_get_winpos __ARGS((int *x, int *y));
-void gui_mch_set_winpos __ARGS((int x, int y));
-void gui_mch_set_shellsize __ARGS((int width, int height, int min_width, int min_height, int base_width, int base_height));
-void gui_mch_get_screen_dimensions __ARGS((int *screen_w, int *screen_h));
-void gui_mch_enable_menu __ARGS((int flag));
-void gui_mch_show_toolbar __ARGS((int showit));
-int gui_mch_adjust_charheight __ARGS((void));
-GuiFontset gui_mch_get_fontset __ARGS((char_u *name, int report_error, int fixed_width));
-int gui_mch_init_font __ARGS((char_u *font_name, int fontset));
-GuiFont gui_mch_get_font __ARGS((char_u *name, int report_error));
-char_u *gui_mch_get_fontname __ARGS((GuiFont font, char_u *name));
-void gui_mch_set_font __ARGS((GuiFont font));
-void gui_mch_set_fontset __ARGS((GuiFontset fontset));
-void gui_mch_free_font __ARGS((GuiFont font));
-void gui_mch_free_fontset __ARGS((GuiFontset fontset));
-guicolor_T gui_mch_get_color __ARGS((char_u *name));
-void gui_mch_set_fg_color __ARGS((guicolor_T color));
-void gui_mch_set_bg_color __ARGS((guicolor_T color));
-void gui_mch_set_sp_color __ARGS((guicolor_T color));
-void gui_mch_draw_string __ARGS((int row, int col, char_u *s, int len, int flags));
-int gui_mch_haskey __ARGS((char_u *name));
-int gui_get_x11_windis __ARGS((Window *win, Display **dis));
-void gui_mch_beep __ARGS((void));
-void gui_mch_flash __ARGS((int msec));
-void gui_mch_invert_rectangle __ARGS((int r, int c, int nr, int nc));
-void gui_mch_iconify __ARGS((void));
-void gui_mch_set_foreground __ARGS((void));
-void gui_mch_draw_hollow_cursor __ARGS((guicolor_T color));
-void gui_mch_draw_part_cursor __ARGS((int w, int h, guicolor_T color));
-void gui_mch_update __ARGS((void));
-int gui_mch_wait_for_chars __ARGS((long wtime));
-void gui_mch_flush __ARGS((void));
-void gui_mch_clear_block __ARGS((int row1, int col1, int row2, int col2));
-void gui_mch_clear_all __ARGS((void));
-void gui_mch_delete_lines __ARGS((int row, int num_lines));
-void gui_mch_insert_lines __ARGS((int row, int num_lines));
-void clip_mch_request_selection __ARGS((VimClipboard *cbd));
-void clip_mch_lose_selection __ARGS((VimClipboard *cbd));
-int clip_mch_own_selection __ARGS((VimClipboard *cbd));
-void clip_mch_set_selection __ARGS((VimClipboard *cbd));
-void gui_mch_menu_grey __ARGS((vimmenu_T *menu, int grey));
-void gui_mch_menu_hidden __ARGS((vimmenu_T *menu, int hidden));
-void gui_mch_draw_menubar __ARGS((void));
-void gui_mch_enable_scrollbar __ARGS((scrollbar_T *sb, int flag));
-long_u gui_mch_get_rgb __ARGS((guicolor_T pixel));
-void gui_mch_getmouse __ARGS((int *x, int *y));
-void gui_mch_setmouse __ARGS((int x, int y));
-void gui_mch_mousehide __ARGS((int hide));
-void mch_set_mouse_shape __ARGS((int shape));
-char_u *gui_mch_font_dialog __ARGS((char_u *oldval));
-void gui_mch_settitle __ARGS((char_u *title,char_u *icon));
-void gui_mch_update_codec __ARGS((void));
-/* vim: set ft=cpp : */
deleted file mode 100644
--- a/src/proto/os_mac.pro
+++ /dev/null
@@ -1,63 +0,0 @@
-/* os_mac.c */
-void mch_setmouse __ARGS((int on));
-
-void mch_windexit __ARGS((int r));
-int mch_check_win __ARGS((int argc, char **argv));
-int mch_input_isatty __ARGS((void));
-
-void fname_case __ARGS((char_u *name, int len));
-void mch_early_init __ARGS((void));
-void mch_exit __ARGS((int r));
-void mch_settitle __ARGS((char_u *title, char_u *icon));
-void mch_restore_title __ARGS((int which));
-
-int mch_get_user_name __ARGS((char_u *s, int len));
-void mch_get_host_name __ARGS((char_u *s, int len));
-long mch_get_pid __ARGS((void));
-
-int mch_dirname __ARGS((char_u *buf, int len));
-int mch_FullName __ARGS((char_u *fname, char_u *buf, int len, int force));
-int mch_isFullName __ARGS((char_u *fname));
-void slash_adjust __ARGS((char_u *p));
-long mch_getperm __ARGS((char_u *name));
-int mch_setperm __ARGS((char_u *name, long perm));
-void mch_hide __ARGS((char_u *name));
-int mch_isdir __ARGS((char_u *name));
-int mch_can_exe __ARGS((char_u *name));
-int mch_nodetype __ARGS((char_u *name));
-void mch_init __ARGS((void));
-void mch_settmode __ARGS((int raw));
-
-int mch_chdir __ARGS((char *p_name));
-#if defined(__MRC__) || defined(__SC__)
-int stat __ARGS((char *p, struct stat *p_st));
-#endif
-
-int mch_call_shell __ARGS((char_u *cmd, int options));
-int mch_has_wildcard __ARGS((char_u *s));
-int mch_expandpath __ARGS((struct growarray *gap, char_u *path, int flags));
-/*int vim_chdir __ARGS((char *path));*/
-void mch_delay __ARGS((long msec, int ignoreinput));
-void mch_breakcheck __ARGS((void));
-long_u mch_avail_mem __ARGS((int special));
-int mch_screenmode __ARGS((char_u *arg));
-int mch_has_exp_wildcard __ARGS((char_u *p));
-
-void slash_n_colon_adjust __ARGS((char_u *buf));
-int mch_copy_file(char_u *from, char_u *to);
-
-int mch_has_resource_fork (char_u *file);
-int mch_copy_file_attribute(char_u *from, char_u *to);
-
-void mch_shellinit __ARGS((void));
-int mch_get_shellsize __ARGS((void));
-void mch_set_shellsize __ARGS((void));
-void mch_new_shellsize __ARGS((void));
-void mch_suspend __ARGS((void));
-int mch_can_restore_title __ARGS((void));
-int mch_can_restore_icon __ARGS((void));
-
-void slash_to_colon __ARGS((char_u *p));
-char_u *slash_to_colon_save __ARGS((char_u *p));
-
-/* vim: set ft=c : */
--- a/src/ui.c
+++ b/src/ui.c
@@ -1536,7 +1536,7 @@ vim_free_in_input_buf()
 }
 #endif
 
-#if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE) || defined(PROTO)
+#if defined(FEAT_GUI_GTK) || defined(PROTO)
     int
 vim_used_in_input_buf()
 {
@@ -1618,7 +1618,7 @@ add_to_input_buf(s, len)
 }
 #endif
 
-#if (defined(FEAT_XIM) && (defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE))) \
+#if (defined(FEAT_XIM) && defined(FEAT_GUI_GTK)) \
 	|| (defined(FEAT_MBYTE) && defined(FEAT_MBYTE_IME)) \
 	|| defined(PROTO)
 /*
@@ -2917,7 +2917,7 @@ mouse_find_win(rowp, colp)
 }
 #endif
 
-#if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined (FEAT_GUI_MAC) || defined (FEAT_GUI_KDE) \
+#if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined (FEAT_GUI_MAC) \
 	|| defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN) \
 	|| defined(FEAT_GUI_PHOTON) || defined(PROTO)
 /*