Iain Patterson [Wed, 13 Aug 2008 08:41:42 +0000 (08:41 +0000)]
Vim 6 can't close a buffer by number. Fall back to a guess of the filename.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@134
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 12 Aug 2008 21:08:24 +0000 (21:08 +0000)]
Wrap colourscheme in a try ... catch block.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@133
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 12 Aug 2008 13:24:29 +0000 (13:24 +0000)]
Version tidying up.
Enable wildmenu and ignore object files.
Use personal colourscheme if the terminal supports it.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@132
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 11 Aug 2008 16:34:24 +0000 (16:34 +0000)]
Added Subversion post-commit script for vim.
Set editor-cmd to vim -S <script> in Subversion config.
Set keywords for vim scripts.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@131
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 11 Aug 2008 16:27:49 +0000 (16:27 +0000)]
More reliable p4 change script.
Change P4EDITOR to vim -S <script>.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@130
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 11 Aug 2008 09:03:12 +0000 (09:03 +0000)]
Work in progress personal theme.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@129
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 8 Aug 2008 15:19:55 +0000 (15:19 +0000)]
Use \ or <Leader> instead of Q for mappings.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@128
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 8 Aug 2008 14:45:17 +0000 (14:45 +0000)]
Fixed Ignore syntax.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@127
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 8 Aug 2008 14:31:47 +0000 (14:31 +0000)]
The Highlight_StatusLine() function is valid code in version 6. Move it out of the version 7 section so we can get a consistent statusline colour at startup.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@126
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 8 Aug 2008 14:30:45 +0000 (14:30 +0000)]
Use a nicer bold colour.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@125
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 8 Aug 2008 13:46:15 +0000 (13:46 +0000)]
Try to match up darkblue and darkred colours for the status bar in terminals.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@124
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 8 Aug 2008 13:43:47 +0000 (13:43 +0000)]
Added initial conversion of darkblue for terminal.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@123
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 5 Aug 2008 13:43:53 +0000 (13:43 +0000)]
Trust provided TERM and override missing terminfo entries.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@122
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 5 Aug 2008 13:43:14 +0000 (13:43 +0000)]
Don't hang trying to interpret keypresses which might be escape sequences, eg <ESC>OA.
Assume we are using a terminal with a dark background. This should be the case if Xresources are correctly loaded. If by some unfortunate happenstance we should find ourselves at the console of an old Solaris machine we can set bg=light.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@121
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 5 Aug 2008 13:40:17 +0000 (13:40 +0000)]
Unset the TERMCAP environment variable before checking whether we have a particular term entry, as screen will set this variable and interfere with the results.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@120
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 5 Aug 2008 13:36:07 +0000 (13:36 +0000)]
Unused.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@119
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Thu, 31 Jul 2008 14:14:32 +0000 (14:14 +0000)]
Use new Highlight_StatusLine() function to handle statusline highlighting.
Turn statusline purple if focus is lost and the cursor is held.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@118
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 30 Jul 2008 13:30:09 +0000 (13:30 +0000)]
Added p4 script for use with p4 submit.
To use, set P4EDITOR to vim -s <script>.
The script will dump syntax-highlighted diff underneath the change spec.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@117
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 30 Jul 2008 13:23:22 +0000 (13:23 +0000)]
Use DejaVu font.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@116
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 8 Jul 2008 13:22:47 +0000 (13:22 +0000)]
Tidy up.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@115
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 8 Jul 2008 12:43:37 +0000 (12:43 +0000)]
Append [grid] to prompt when we think we're running from the grid.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@114
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 8 Jul 2008 12:00:16 +0000 (12:00 +0000)]
Added GNU GLOBAL completion.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@113
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 8 Jul 2008 09:36:35 +0000 (09:36 +0000)]
Cleanup completion variables.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@112
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 20 May 2008 12:48:25 +0000 (12:48 +0000)]
Fixed cursor colour when matchign brackets.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@111
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 6 May 2008 13:18:50 +0000 (13:18 +0000)]
Fail silently if ctags isn't available.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@110
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 6 May 2008 12:30:49 +0000 (12:30 +0000)]
Updated taglist plugin.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@109
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 22 Apr 2008 10:13:31 +0000 (10:13 +0000)]
Race.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@108
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 22 Apr 2008 09:58:51 +0000 (09:58 +0000)]
Set zero delay for xbindkeys.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@107
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Thu, 3 Apr 2008 10:47:51 +0000 (10:47 +0000)]
Use DejaVu fonts.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@106
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Thu, 13 Mar 2008 21:33:18 +0000 (21:33 +0000)]
Further cross-platform tidyups.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@105
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Sat, 8 Mar 2008 17:31:05 +0000 (17:31 +0000)]
Don't try to alias unconditionally.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@104
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 5 Mar 2008 11:06:01 +0000 (11:06 +0000)]
Added diffchanges and speeddating plugins.
Added cfengine syntax.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@103
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 29 Feb 2008 15:56:06 +0000 (15:56 +0000)]
Launch xscreensaver if it isn't running.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@102
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 29 Feb 2008 15:55:35 +0000 (15:55 +0000)]
Rerun filetype detection with Qs.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@101
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 6 Feb 2008 14:34:37 +0000 (14:34 +0000)]
Change statusline colour when entering insert mode.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@100
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 25 Jan 2008 13:17:17 +0000 (13:17 +0000)]
Cruft.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@99
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 25 Jan 2008 13:13:16 +0000 (13:13 +0000)]
Clear the [vim] mark from the window title when exiting a vim window.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@98
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 21 Jan 2008 14:31:49 +0000 (14:31 +0000)]
Test for login shell in a back-compatible way.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@97
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 21 Jan 2008 10:54:29 +0000 (10:54 +0000)]
Set nocaseglob on cygwin.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@96
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 21 Jan 2008 10:54:21 +0000 (10:54 +0000)]
Source bash_profile if there's a tty OR if there's a login shell. This is for No Machine.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@95
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 14 Jan 2008 23:09:43 +0000 (23:09 +0000)]
Cycle quickfix window with Qq.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@94
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 14 Jan 2008 22:34:05 +0000 (22:34 +0000)]
Forget the number mode stuff. It doesn't work.
Use Qn to toggle number.
Use Q> and Q< to resize the window.
Moved compatible mappings to Vim 5 section.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@93
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 14 Jan 2008 21:25:49 +0000 (21:25 +0000)]
Set GUI options more elegantly.
Removed C/Perl mode mapping.
Use filetype indent instead.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@92
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 14 Jan 2008 17:33:10 +0000 (17:33 +0000)]
Tidyup of ls options.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@91
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 14 Jan 2008 17:32:59 +0000 (17:32 +0000)]
Use OS.bashrc variables.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@90
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 14 Jan 2008 16:08:12 +0000 (16:08 +0000)]
Determine (but don't export) some uname results: SYSTEM (uname -s), KERNEL (uname -r), ARCHITECTURE (uname -m).
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@89
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 11 Jan 2008 14:04:55 +0000 (14:04 +0000)]
GUI font for 96dpi.
Set Windows-friendly session options.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@88
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 12 Dec 2007 16:27:59 +0000 (16:27 +0000)]
Ignore whitespace when diffing.
Use vertical diffs by default where possible.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@87
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 28 Nov 2007 15:37:08 +0000 (15:37 +0000)]
Added Xdefaults.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@86
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 16 Nov 2007 08:24:20 +0000 (08:24 +0000)]
Added --time-style=long-iso to LS_OPTIONS.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@85
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Sat, 10 Nov 2007 15:25:37 +0000 (15:25 +0000)]
Typo.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@84
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Sat, 10 Nov 2007 15:22:54 +0000 (15:22 +0000)]
Add [vim] to prompt when the shell is a child of the editor.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@83
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Thu, 8 Nov 2007 09:42:34 +0000 (09:42 +0000)]
New valgrind options.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@82
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Thu, 1 Nov 2007 08:29:23 +0000 (08:29 +0000)]
Remove all external dependencies from PATH.bashrc.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@81
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 19 Oct 2007 08:18:20 +0000 (08:18 +0000)]
Allow arbitrary shell expansion in *dirs.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@80
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 19 Oct 2007 08:18:07 +0000 (08:18 +0000)]
Added SCREENDIR.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@79
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Thu, 11 Oct 2007 11:06:53 +0000 (11:06 +0000)]
Force white titlebar for inactive windows.
For use with terminals which display bold text in colour.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@78
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Thu, 11 Oct 2007 10:54:33 +0000 (10:54 +0000)]
Control-P T for title.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@77
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 3 Oct 2007 07:32:41 +0000 (07:32 +0000)]
phier now matches processes and PIDs like pgrep.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@76
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 3 Oct 2007 07:15:01 +0000 (07:15 +0000)]
phier now uses getopts.
Old usage: phier 1234 sshd.
New usage: phier -s sshd 1234.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@75
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 3 Oct 2007 07:14:31 +0000 (07:14 +0000)]
Initial version of phier.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@74
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 2 Oct 2007 07:03:46 +0000 (07:03 +0000)]
Added toprc.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@73
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 1 Oct 2007 13:04:37 +0000 (13:04 +0000)]
Added xterm status line prompt.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@72
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 26 Sep 2007 08:35:39 +0000 (08:35 +0000)]
Handle COLUMNS and/or LINES being unset.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@71
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 5 Sep 2007 13:08:05 +0000 (13:08 +0000)]
Use vim for manpages and infopages.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@70
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 31 Aug 2007 08:10:21 +0000 (08:10 +0000)]
Added failsafe prompt macro.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@69
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 29 Aug 2007 10:19:02 +0000 (10:19 +0000)]
Height argument is now optional.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@68
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 28 Aug 2007 12:22:23 +0000 (12:22 +0000)]
Allow shell expansion of entries in *dirs.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@67
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 22 Aug 2007 10:05:42 +0000 (10:05 +0000)]
Added cinoptions.
Added Q/ mapping to clear search.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@66
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 22 Aug 2007 10:04:28 +0000 (10:04 +0000)]
Imported colours and scripts.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@65
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 21 Aug 2007 10:55:26 +0000 (10:55 +0000)]
Added option for verbose and less-verbose statusline.
Only show character under cursor and file position in verbose statusline mode.
Use Qv to toggle statusline verbosity.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@64
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 25 Jul 2007 08:48:29 +0000 (08:48 +0000)]
LD_RUN_PATH should clone PATH not LD_LIBRARY_PATH.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@63
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 2 Jul 2007 15:22:18 +0000 (15:22 +0000)]
Stop bash2/sudo complaining that subversion servers file isn't readable.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@62
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 2 Jul 2007 08:49:23 +0000 (08:49 +0000)]
Don't leak temporary variables.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@61
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 2 Jul 2007 07:14:13 +0000 (07:14 +0000)]
Fixed proxy check when there is no proxy.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@60
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Thu, 28 Jun 2007 08:45:18 +0000 (08:45 +0000)]
Fixed Id.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@59
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Thu, 28 Jun 2007 08:43:05 +0000 (08:43 +0000)]
Id.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@58
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Thu, 28 Jun 2007 08:42:43 +0000 (08:42 +0000)]
Added subversion config.
Added proxy.bashrc to get proxy information from .subversion/servers.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@57
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 25 Jun 2007 15:13:10 +0000 (15:13 +0000)]
Fixed highlighting of screen captions without focus.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@56
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 20 Jun 2007 08:54:41 +0000 (08:54 +0000)]
Vim 6 hardcodes numberwidth to 8.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@55
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 20 Jun 2007 08:47:11 +0000 (08:47 +0000)]
Trying to handle multiple toggles of number mode in split windows.
Show numbers in blue.
Set consistent width of numbers column.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@54
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 19 Jun 2007 21:42:49 +0000 (21:42 +0000)]
Partition configuration directives by supported version.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@53
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 19 Jun 2007 20:00:37 +0000 (20:00 +0000)]
First crack at auto resizing Qn mode for vim.
Added TERM and PATH scripts.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@52
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 18 Jun 2007 11:35:41 +0000 (11:35 +0000)]
Added taglist support.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@51
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Sat, 16 Jun 2007 18:11:13 +0000 (18:11 +0000)]
Fixed GREP_COLOR.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@50
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 12 Jun 2007 13:13:21 +0000 (13:13 +0000)]
Added grep colour.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@49
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 25 Apr 2007 08:45:18 +0000 (08:45 +0000)]
Use bold for active window name.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@48
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 23 Apr 2007 15:53:47 +0000 (15:53 +0000)]
Handle ssh-agent socket going away.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@47
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Sat, 7 Apr 2007 16:02:33 +0000 (16:02 +0000)]
Always show screen caption.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@46
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Fri, 6 Apr 2007 11:01:13 +0000 (11:01 +0000)]
Use green status bar for active screen window.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@45
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 2 Apr 2007 07:18:42 +0000 (07:18 +0000)]
Don't print completions horizontally. They get messed up.
Don't use nullglob. 'ls *.c' becomes the same as 'ls' when there are no .c files!
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@44
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Thu, 29 Mar 2007 09:41:56 +0000 (09:41 +0000)]
Added -n option to kill_known_host to print key only.
Added -p option to kill_known_host to allow partial matches.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@43
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 21 Mar 2007 09:12:02 +0000 (09:12 +0000)]
Typo in no_empty_cmd_completion.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@42
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 20 Mar 2007 18:28:34 +0000 (18:28 +0000)]
Added more shell options.
Added inputrc rules to stop tab completion getting stuck on symlinks and to print completed entries horizontally.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@41
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Tue, 20 Mar 2007 10:26:14 +0000 (10:26 +0000)]
Added options.bashrc for shopt stuff.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@40
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Sat, 17 Mar 2007 09:12:15 +0000 (09:12 +0000)]
Remove stale agent socket.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@39
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 5 Mar 2007 12:14:08 +0000 (12:14 +0000)]
Added Qp to .vimrc.
Fixed known_hosts completion.
Added completion for kill_known_hosts alias knh.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@38
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 27 Nov 2006 14:12:24 +0000 (14:12 +0000)]
Fix fold toggling.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@37
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Mon, 27 Nov 2006 13:17:25 +0000 (13:17 +0000)]
Don't toggle hexmode when opening a new buffer.
Added Qf to toggle opening and closing all folds.
Added Qn to toggle line numbers.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@36
6be0d1a5-5cfe-0310-89b6-
964be062b18b
Iain Patterson [Wed, 22 Nov 2006 18:00:29 +0000 (18:00 +0000)]
Experimental toolbar.
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@35
6be0d1a5-5cfe-0310-89b6-
964be062b18b