Commit Graph

307 Commits

Author SHA1 Message Date
Juan Carlos Romero
a0fe2fb304 Add mappings for some more fugitive commands: Gread and Gedit 2013-08-26 20:26:42 +02:00
Stephen Bennett
6a7c01d40b Add various useful commands
* Shell command opens split with results from running command
* * Similar to !<command>
* Find merge conflict search
* Tag files can be placed in .git/tags and will be found at all levels
  of a git repository
* New airline separators
* Allow repeating visual mode commands
* Minor formatting
2013-08-24 09:33:49 -06:00
Jacob Walker
b4f2be715a Airline: Disabling Powerline Fonts and Updating README 2013-08-24 00:28:18 -05:00
pk-nb
84ce87a965 Aesthetic fix for current-line gutter highlight 2013-08-11 10:56:59 -04:00
Jacob Walker
0e4a4ab22d Airline: Configure to Look More Like Powerline
+ Moving variables to .vimrc
2013-07-31 16:11:12 -05:00
ljani
2051b16d25 Fixed neocomplete configuration according to the migration guide: https://github.com/Shougo/neocomplete.vim/wiki/neocomplete-migration-guide 2013-07-30 23:23:20 +03:00
Anthony Carathimas
0a14e18d10 added support for neocomplete 2013-07-29 11:02:39 -04:00
ljani
bd6fe2503f Expect j and k to behave consistently in normal, visual, operator and select mode and thus use noremap instead of nnoremap for j and k.
Signed-off-by: ljani <ljani@fake.server>
2013-07-16 22:32:54 +03:00
spf13
cdf22abd2e Merge branch '3.0' of https://github.com/victoredwardocallaghan/spf13-vim into victoredwardocallaghan-3.0
Conflicts:
	.vimrc
2013-07-08 22:49:10 -04:00
ljani
47380d8d57 Don't set shell to /bin/sh on Windows. Setting the shell to sh on Windows breaks eg. Vundle.
Signed-off-by: ljani <ljani@server.fake>
2013-06-30 13:20:25 +03:00
Edward O'Callaghan
3cae524232 Revert setting PATH in .vimrc, in reality the user should be setting this up in there shell properly any way. 2013-06-28 06:42:45 +10:00
Steve Francia
40a65a0729 Add support for detecting .coffee files. 2013-06-27 15:09:50 -04:00
GaelanS
eeb2a0ef3c Remove quotes around /bin/sh. 2013-06-25 20:44:56 -06:00
GaelanS
efcae84315 Set sh as the default shell.
Some people use non-POSIX shells. Vim has trouble with non-POSIX login shells.
2013-06-25 00:26:38 -06:00
Edward O'Callaghan
00a06cf40a Haskell: Improve indent and comment support, fix spelling highlighting issue and provide source sanity check on save with ghcmod. 2013-06-24 22:27:13 +10:00
Steve Francia
f1aae50333 Merge pull request #377 from victoredwardocallaghan/3.0
initial Haskell support.
2013-06-23 19:21:16 -07:00
Matthew M. Keeler
1eb005b541 Issue #341 Cursor on first line for git commit msg 2013-06-21 22:59:20 -05:00
Edward O'Callaghan
86c946c084 autocmd lines should be moved to the .vimrc file as per advice from spf13-vim upstream. 2013-06-21 21:21:43 +10:00
dani
43bfb4ffc5 On Windows, the fallback command (g:ctrlp_user_command) should be "dir" instead of "find" (#381). 2013-06-19 19:01:46 +02:00
perfectworks
5ffcbcff1c skip neocomplcache configure if use snipmate 2013-06-06 16:20:19 +08:00
Jove Yu
b981b50fdc fix ctrlp working_path_mode 2013-05-04 17:25:12 +08:00
John Tyree
7a0a829309 Add GitGutter toggle similar to other git shortcuts.
All of the other shortcuts are related to fugitive, but I feel that it's best to
just put the "git-related" shortcuts together. <leader>gg shouldn't conflict
with any git commands other than grep, which probably much less frequently used.
2013-04-26 01:03:47 +02:00
John Tyree
a47413c9a9 Update GitGutter after writing to the index. 2013-04-26 01:03:13 +02:00
John Tyree
e8effca302 Add <leader>gw for :Gwrite in fugitive 2013-04-24 23:48:47 +02:00
Ben van de Sande
6556d669a5 Use vim-snippets instead of snipmate-snippets 2013-04-06 13:55:51 +02:00
spf13
a8c9260a84 Adding golang support for tagbar
Requires gotags to be installed
2013-04-05 05:32:52 +01:00
mmikitka
2cfccdd84c Disable the neosnippet preview candidate window. When enabled, there can be too much visual noise especially when splits are used. 2013-03-21 12:29:09 -04:00
spf13
987f6dfbb0 Better highlighting of tabs and trailing spaces
Now using unobtrusive characters and ones you are not likely to type.
2013-03-19 17:47:27 -04:00
spf13
f282a6c2cf GoLang support 2013-03-19 16:49:56 -04:00
Steve Francia
129b4c909d Merge pull request #313 from jacobwalker0814/vim-gitgutter
vim-gitgutter highlighting
2013-03-05 21:12:31 -08:00
Jacob L. Walker
5c9b68e0d6 vim-gitgutter highlighting
Background color of sign column in gitgutter is distracting. Per
airblade's docs adding this command cleans it up
2013-03-05 22:16:59 -06:00
Jacob L. Walker
cc57be9887 Pretty font support for Windows
+ Syntax error in elseif
2013-03-05 22:01:02 -06:00
Steve Francia
dda3fe463a Adding pretty font support for windows 2013-03-05 21:30:01 -05:00
Steve Francia
ea2ed47db9 Remove Buffer explorer mapping 2013-03-03 21:19:05 -05:00
Steve Francia
1146227388 Merge pull request #300 from jamestomasino/neosnippet
add option to disable neosnippet mapping blocking digraphs
2013-02-19 08:29:53 -08:00
James Tomasino
7ab4566347 add option to disable neosnippet mapping blocking digraphs 2013-02-19 10:59:49 -05:00
Steve Francia
fc79e6e795 Merge pull request #299 from jamestomasino/easyWindows
Add option to skip window navigation mappings and keep digraph key
2013-02-19 07:37:14 -08:00
James Tomasino
182afa38dd adding fix to override easy-window bindings 2013-02-19 10:31:51 -05:00
Steve Francia
3b3bdab87c Merge pull request #294 from lucisferre/patch-1
Fixes ctrlp_user_command for git repositories
2013-02-19 07:10:52 -08:00
Steve Francia
bb12d21262 Merge pull request #278 from MrDomopanda/3.0
Remove unnecessary/extra ts, sw, et directives
2013-02-19 07:09:41 -08:00
Steve Francia
a598d43df1 Merge pull request #292 from rguillebert/3.0
Remove pymode's "set number"
2013-02-19 06:33:10 -08:00
Chris Nicola
aaee9e2188 Set snipmate compatibility mode for neosnippet
Prevents a number of snipmate snippets from throwing errors.

See: https://github.com/Shougo/neosnippet/issues/86
2013-02-09 12:38:17 -08:00
Romain Guillebert
b7f891cb8a Remove pymode's "set number"
If pymode_options is set to 1 and "number" is unset, pymode enables number for python files.
2013-02-09 17:24:36 +01:00
Stephen Bennett
bf836fd494 Remove unnecessary/extra ts, sw, et directives
Changing the shiftwidth, tabstop, or expandtab settings in the Vim UI
section did not affect where the indent guides were placed.
Removing this line fixes this issue.
2013-01-26 10:53:46 -07:00
Stephen Bennett
2e10470cce Normalize formatting and fix comments
Updated the modeline to make sure the file always has the proper
formatting no matter what local settings people may use.
2013-01-05 01:33:14 -07:00
Stephen Bennett
7e37213cfc Customizable backup/swap/undo/views location
This was done in an effort to clean up the home directory and to
maintain a more centralized location for all vim related files that are
not touched often.
2013-01-05 01:31:20 -07:00
Steve Francia
04e314845f Merge pull request #256 from johntyree/invhlsearch
Use invhlsearch instead of nohlsearch
2013-01-01 14:20:08 -08:00
John Tyree
f4b7f579ea Add Tabularize shortcut for & 2012-12-22 20:27:09 +01:00
John Tyree
a8d74e97b1 Use invhlsearch instead of nohlsearch
This command toggles the highlight state, allowing the user to turn it off and
on as desired without it automatically turning back on.

I found it very annoying that some random command would set the search pattern
to something common like `\s\+` and suddenly my entire Vim session would be
highlighted. `<leader>/` turned if off but any kind of search related motion (or
running the command again, for example) would turn it back on again.

If the user turns off search highlighting, they probably don't want it to
immediately turn back on. If they do, it's as easy as `<leader>/` again.
2012-12-22 18:18:41 +01:00
Chris Nicola
dd6bec887b Fixes ctrlp_user_command for git repositories
The patch I submitted in #245 was incorrect it was missing the changes 
from https://github.com/kien/ctrlp.vim/issues/174 which ensure that 
untracked files will also be included in the search. This fixes that.
2012-12-19 07:59:56 -08:00
Yunchi Luo
b3c41f5bdb Fix restore_view configuration 2012-12-15 00:53:38 -05:00
Chris Nicola
3f977d6e6e CtrlP file search command for Git and Hg repositories
Uses the suggested ctrlp_user_command from the [CtrlP website][1] for
searching files in git and Hg repositories that belong to the git or
mercurial repository and ignore files that are ignored by your SCM tool.

Also applies the suggestion from [here][2] to ensure that we include new
untracked files in the search results.

[1]: http://kien.github.com/ctrlp.vim/
[2]: https://github.com/kien/ctrlp.vim/issues/174
2012-12-05 14:48:29 -08:00
John Tyree
625a07a38a Disable Pymode's whitespace trimmer.
The pymode whitespace trimmer is both slower and sloppier than the one we
already have and it clobbers the search history. Additionally, if someone has
disabled ours, this one still runs, which is probably not what anyone wants.
2012-12-01 14:55:59 +01:00
spf13
fe6ea839a3 Fixing issue #201.. using clipboard as register 2012-11-28 18:11:14 -05:00
spf13
2d1b8f3ebb Adding 'UnBundle' capability to spf13-vim & readme. 2012-11-27 18:05:08 -05:00
mmikitka
70847c386f Provided ability to toggle the removal of trailing whitespace 2012-11-27 13:58:25 -05:00
jphustman
8d0096f5af Tab S-Tab neocomplcache 2012-11-26 10:15:58 -09:00
John Tyree
2def0bc09e Replace slow whitespace trim autocmd.
The autocmd for trimming whitespace was unusably slow, taking several seconds to
save a few hundred line file. Here I've replaced it with another that runs
instantaneously. Additionally it tries to clean up after itself with respect to
search history, etc.
2012-11-23 04:05:20 +01:00
jphustman
513f6d7c49 fix tabbing through snippets 2012-11-20 10:15:28 -09:00
Steve Francia
7f63692798 Merge pull request #221 from bronzehedwick/mousehide
Hide the mouse cursor while typing
2012-11-16 17:22:15 -08:00
jphustman
a1c419228f Point to honza snippets 2012-11-16 15:16:22 -09:00
Chris DeLuca
f44ded0b91 Hide the mouse cursor while typing 2012-11-16 10:28:27 -05:00
jphustman
b675263336 Up to date configuration for heavily updated Shuogo plugins
(neocomplcache and neosnippet)
2012-11-14 14:18:31 -09:00
perfectworks
64cc46c3a2 MOD: use <leader>ff instead <leader>f
To avoid map conflict with <leader>f0-9
2012-11-12 16:00:08 +08:00
James Tomasino
f1efa72ccf Added cross buffer search with <leader>f 2012-11-10 12:25:02 -05:00
Steve Francia
229c174c83 Merge pull request #208 from jamestomasino/3.0
Removing Better-CSS-Syntax-for-Vim workaround
2012-11-10 08:38:57 -08:00
James Tomasino
0c51759dbb Removing Better-CSS-Syntax-for-Vim workaround
Since the plugin has been removed, this workaround is not necessary.
2012-11-10 11:28:03 -05:00
Mark White
825a6701a3 Merge remote-tracking branch 'upstream/3.0' into 3.0 2012-11-07 15:08:06 +07:00
Wolfgang Pfnür
683017668e focus undotree window on toggle 2012-11-02 13:35:09 +01:00
mark
d79a454f5a Added bundle 'vim-scripts/restore_view.vim'
Added stub for exclusion patterns to .vimrc
2012-10-17 22:14:51 +07:00
Jeremey Hustman
7f1b8eae28 :Tabularize is not defined before .vimrc is executed, so that if statement
wasn't running.

That align pipes script for cucumber won't work unless it's in a plugin
file, so I came across the plugin for that and added it to .vimrc.bundles.

Edited the readme to link to tabularize and show the full customizations.
2012-10-15 10:04:33 -08:00
Steve Francia
732b0b7326 Merge pull request #174 from mmikitka/3.0
Applied Sass filetype temporary workaround. Waiting on permanent fix to ...
2012-10-12 10:49:44 -07:00
mmikitka
ef2b479110 Applied Sass filetype temporary workaround. Waiting on permanent fix to Better-CSS-Syntax-for-Vim 2012-10-12 12:46:17 -04:00
spf13
2e6d55a51d Fixing issue #170 (non-0 exit code on OSX) 2012-10-12 12:28:29 -04:00
Matteo Bertini
c79cc1b0f4 Remove duplicate 'set background' from Basic
set background=dark is in General too
2012-10-12 17:06:02 +03:00
Jove Yu
1e2e4558fb fix the conflict of <C-u> 2012-10-07 10:35:54 +08:00
Jove Yu
a959b20f08 add indent_guides 2012-10-06 13:19:44 +08:00
Steve Francia
595c4f62c5 Simplifying the register--clipboard logic
Thanks wolfgangpfnuer for this contribution
2012-10-01 13:46:51 -03:00
Wolfgang Pfnür
17358808e8 system clipboard -> vim default register
for linux, osx and windows.
follow-up for #153
2012-10-01 09:42:04 +03:00
Steve Francia
7ddca20b83 Fixing typo (missing 'let') 2012-09-27 14:41:30 -03:00
Steve Francia
b3a732add8 NERDTree Tweaks
NERDTree no longer visible on Vim launch.
Using better mouse mode.
2012-09-27 14:14:44 -03:00
Steve Francia
ad9643a549 Merge pull request #144 from taxilian/opt_customize
Add additional options to be disable-able
2012-09-27 07:53:51 -07:00
Richard Bateman
a04cf40a69 Add fork bundle include to .vimrc.bundle 2012-09-27 00:20:21 -06:00
Richard Bateman
85a6b2d6ec Add support for .fork customizations 2012-09-26 22:48:31 -06:00
Richard Bateman
811dc590d6 Add additional options to be disable-able 2012-09-26 22:04:51 -06:00
Steve Francia
3a8302e587 fixing up a lot of the issues with neocomplcache 2012-09-24 23:06:07 -04:00
Vit Brunner
8216e185d0 Remove mapping ; to : in normal mode
; is one of the most powerful horizontal movement commands.
2012-09-23 10:01:39 +01:00
Steve Francia
1ea38ec504 readding local bundle support after a bad merge on github 2012-09-22 22:59:07 -04:00
jhnwsk
2c78aeadf3 moved bundles to .vimrc.bundles 2012-09-19 15:34:47 +02:00
Steve Francia
7b0ef432d9 Improving the typo handling of common commands 2012-09-10 14:58:46 -03:00
Chad Metcalf
2835080093 filetype needs to be off before loading vundle
There are a variety of problems that can occur when the directive
'filetype on' is set and vundle/pathogen are then loaded. Explicitly
turning off filetype before loading is the recommended behavior.
2012-09-10 10:18:40 -07:00
Chad Metcalf
700ea88ced Add comment explaining how to disable views. 2012-09-09 18:44:16 -07:00
Chad Metcalf
a4b6652720 Allow users to disable views.
There are several plugins that do not play well with views. Rather then
remove views entirely, allow users to disable them in their
vimrc.bundle.local.
2012-09-09 18:02:25 -07:00
Chad Metcalf
2c11eee4c3 Don't use cmaps for one letter command fixes.
As the vimrc is written the cmaps will change any capital W or Q to
lower case. This has the nasty side effect of breaking any functions
with upper case W or Q (e.g., FixWhitespace).

The correct solution is to use commands. The only side effect here is
that all commands must start with an upper case letter.
2012-09-07 17:53:14 -07:00
Steve Francia
b0bc30d6bb Adding in @myusuf3's numbers plugin http://myusuf3.github.com/numbers.vim/ 2012-09-06 17:35:29 -04:00
Steve Francia
33828df4fc Migrating vim-markdown to tpope's repo which is maintained 2012-09-06 17:23:00 -04:00
Steve Francia
df0041bbb3 adding UndoTree 2012-09-05 16:20:30 -04:00
Joris de Wit
96df5cf817 Added beyondwords/vim-twig bundle 2012-08-29 13:32:34 -07:00
Jove Yu
89731fc5ec add rubycomplete 2012-08-20 15:23:38 +08:00
Jeroen Janssen
de87ad9ac7 Fixed wrong positioning of termcolors argument of solarize, leading to wrong colors in terminal 2012-08-17 10:01:40 +02:00
Steve Francia
a2637d6c28 Merge pull request #106 from amirh/ack-grep
Use ack-grep in the Ack plugin when suitable.
2012-08-13 07:46:33 -07:00
Amir Hardon
3aee2b0662 Use ack-grep in the Ack plugin when suitable. 2012-08-13 15:02:37 +03:00
Amir Hardon
b14599cf13 Use amirh/HTML-AutoCloseTag instead of HTML-AutoCloseTag
This fixes a bug in the use of AutoCloseTag when the completion menu is
visible.
Description of the bug:
https://groups.google.com/forum/#!topic/spf13-vim-discuss/g-tkIbMzvFM%5B1-25%5D
2012-08-13 14:46:40 +03:00
Gerard (Gerry) Caulfield
fe4f97d21a Fix CSApprox when run inside xterm or screen/tmux
Currently on Ubuntu and probably other distros, 256 colors is not enabled
in terminal Vim. Because of this CSApprox issues the following warning
every time the user starts vim from the within xterm or a screen/tmux
session:

> CSApprox skipped; terminal only has 8 colors, not 88/256
> Try checking :help csapprox-terminal for workarounds

This fix adds a check of the terminal being used and if it's xterm or
screen (tmux also identifies itself as such) then we set t_Co to
256 colors. I think thinks is reasonable as xterm has supported 256
colors for about 13 years now.
2012-07-08 04:11:29 +08:00
Steve Francia
fc5b5d1896 Merge pull request #95 from leh/11f4b04663d711b388f1c77e6fad7c9385e33419
Changed rails.vim bundle location from vimscripts to the original authors git repository.
2012-07-06 06:52:19 -07:00
Gerard (Gerry) Caulfield
28a11e4aec Add guifont format for gtk2
This will improve font rendering on gvim. Currently fonts are
output with random kerning sizes due to gtk supporting a different
format for guifont.
2012-07-06 21:17:00 +08:00
Daniel Lehmann
11f4b04663 Changed rails.vim bundle location from vimscripts to the original authors git repository.
The vimscripts repository is lacking a neccessary file and therefore defective.
2012-06-11 10:28:15 +02:00
Ben Mason
4f01f8f7a3 Remove reference to EasyTags (issue 53) and ReloadAllSnipptes (issue 74) 2012-04-30 20:01:56 -06:00
Nguyễn Thành Hải
52f92d564d easier horizontal scrolling 2012-04-22 17:05:43 +07:00
Stéphane PY
11080ca522 Use if executable, if there is no ctags, not install tagbar bundle, idem for ack 2012-04-18 11:06:30 +02:00
Stéphane PY
71cccae2bf Add BuffExplorer to the list of bundle on general section
Fix requirement of ``support_functions.vim`` before we install it via
vundle
Fix requirement of ``solarized.vim`` before we install it via
vundle
2012-04-10 21:33:34 +02:00
lihuazhang
683ecac2e2 source support_function.vim or you will meet the "JavaClassNameFromFilename Not Found" error when you try to complete the java class snippet. 2012-03-14 21:41:13 +08:00
lihuazhang
dca40fcd4b Change js to javascript in autocmd FileType c,cpp,java,php,js,python,ruby autocmd BufWritePre :call setline(1,map(getline(1,"$"),'substitute(v:val,"\s\+$","","")')) to support Javascript file. 2012-03-13 22:54:17 +08:00
Steve Francia
e701451883 Moving preview to misc bundle group 2012-03-07 18:54:26 -05:00
Steve Francia
a0c48c4583 Added support for overloading all bundles, and loading bundle groups 2012-03-07 18:52:15 -05:00
Steve Francia
8ea22fdeb2 Merge branch '3.0' of github.com:spf13/spf13-vim into 3.0 2012-02-27 20:16:08 -05:00
Steve Francia
de6679831c Make vim startup without error message when python isn't present 2012-02-27 09:20:23 -05:00
herman
d3d0a711b5 don't use persistent undo it's not available 2012-02-15 21:19:28 +01:00
Wolfgang Pfnür
1a413d46ce added persistent undo
Conflicts:

	.vimrc
2012-02-14 13:48:09 +01:00
Steve Francia
55633be089 Fixing <cr> in .vimrc 2012-02-09 11:46:52 -05:00
Steve Francia
9a2af6affd More work on readme file (adding images). 2012-02-07 22:11:37 -05:00
Francisco J
c5e097cede Fixed error on mapping for :Tabularize /|
Conflicts:

	.vimrc
2012-01-28 12:11:49 -05:00
parherman
02a8472889 Fixed typo
Conflicts:

	.vimrc
2012-01-28 12:06:13 -05:00
parherman
50a9e10542 more tidying of .vimrc file 2012-01-28 12:04:55 -05:00
Steve Francia
18e6ecf976 removing unused plugins 2012-01-28 01:30:37 -05:00
Steve Francia
c9e09d2d59 add support for local bundles, general .vimrc and readme cleanup 2012-01-28 01:22:33 -05:00
Steve Francia
4f9e620c06 removing unused options and bundles. Adding default gui font 2012-01-27 23:26:59 -05:00
Steve Francia
5a75b836d6 fixing typo 2012-01-26 23:06:59 -05:00
Steve Francia
9de421e53f removing the stupid gdefault setting 2012-01-26 22:57:33 -05:00
Steve Francia
0e0d125a1a A ton of changes, a few new plugins, removing a few old ones... prepping for release 2012-01-26 22:52:28 -05:00
Steve Francia
95b7ab5299 Adding neocomplcache and python-mode plugins & config 2012-01-09 15:04:38 -05:00
Steve Francia
23a16cf361 Fixed typo and cleaned up merge 2011-12-11 01:45:00 -05:00
Steve Francia
b75110bc94 Merged in Taxilians stuff and cleaned it up a bit 2011-12-11 01:34:50 -05:00
Richard Bateman
ba0cc623e6 Cleanup of spacing, removed a few defunct config sections 2011-12-11 01:12:08 -05:00
Steve Francia
cc262c5875 Moving Vundle to be it's own bundle. Now can update itself. 2011-11-20 00:18:03 -05:00
Steve Francia
5a6ff59f74 numerous improvements to .vimrc file 2011-10-04 23:44:09 -04:00
Steve Francia
d376639fa8 Merge branch '3.0' of github.com:spf13/spf13-vim into 3.0 2011-06-20 10:25:17 -04:00
Steve Francia
2a7bd2bb9c grouping bundles, fixing term setting in .vimrc 2011-06-20 10:24:59 -04:00
Scott
ee9acf3b34 missing space on last line 2011-06-16 08:49:21 -07:00
Scott
bfef2ffef2 added check for gui_running and availability of .gvimrc.local 2011-06-16 08:48:24 -07:00
Steve Francia
bf166b1241 fixing sparkup's horrible default keymaps 2011-05-20 08:36:38 -04:00
Steve Francia
37ec1710f3 cleaning up .vimrc file a bit 2011-05-18 18:43:53 -04:00
Steve Francia
183f0f2e44 switching to garbas snipmate, using <leader>ac to toggle autoclose plugin 2011-05-18 18:11:40 -04:00
Steve Francia
70f5830292 re-enable omnicomplete 2011-05-17 19:57:54 -04:00
Steve Francia
ea49c6e0f5 fixing issue #15 2011-05-17 19:46:31 -04:00
Steve Francia
da6fa0caf2 more migration to vundle 2011-05-17 15:40:32 -04:00
Steve Francia
2b3d2e9e88 adding tabularize shortcuts to .vimrc 2011-05-05 10:24:50 -04:00
Steve Francia
13744bd5cb a few small tweeks to .vimrc file 2011-04-25 08:20:57 -04:00
Steve Francia
3a58281607 Switching to the new Solarized colorscheme 2011-04-06 12:26:50 -04:00
Steve Francia
acfd4698a8 space > tab 2011-04-06 12:19:10 -04:00