Alejandro Exojo
|
c8f2f3c089
|
Add option g:indent_guides_default_mapping
|
2013-06-26 08:28:01 +02:00 |
|
Nate Kane
|
997bede1b5
|
Add option g:indent_guides_exclude_filetypes.
For specifying a list of filetypes to disable the plugin for.
Closes #20 and #26.
|
2013-03-06 22:43:57 +10:00 |
|
Nate Kane
|
0421be28b3
|
Trigger BufEnter and process modelines after loading the colorscheme.
|
2013-03-03 22:59:08 +10:00 |
|
Nate Kane
|
ac069a993e
|
Process autocmds after loading the colorscheme.
|
2013-02-04 13:10:55 +10:00 |
|
Nate Kane
|
66306748d8
|
Only check normal mode for existing <Plug>IndentGuidesToggle mapping.
|
2012-05-22 12:49:43 +10:00 |
|
Nate Kane
|
1cd149ed2e
|
Don't perform default mapping if <Leader>ig is already mapped.
|
2012-05-22 12:40:41 +10:00 |
|
Nate Kane
|
c909e3193a
|
Allow default mapping to be overridden.
|
2012-05-22 09:00:46 +10:00 |
|
Ryan Souza
|
9d189306aa
|
Added a flag for ignoring spaces
Added flag g:indent_guides_enable_on_vim_startup
Controls whether spaces are considered for indent calculating
|
2011-07-31 18:11:04 -07:00 |
|
Nate Kane
|
6e145a10cf
|
Whitespace.
|
2011-03-13 21:34:00 +11:00 |
|
Will Gray
|
0a14a1558e
|
Fix typo causing global settings to be stored as strings.
|
2011-02-21 13:23:21 -06:00 |
|
Will Gray
|
9441c97e57
|
Enable chaining :commands with :bar.
|
2011-02-17 15:29:34 -06:00 |
|
Nate Kane
|
3c86647883
|
Added new global option to configure whether the plugin is enabled on Vim startup
|
2011-01-24 20:45:18 +10:00 |
|
Nate Kane
|
bd16c77359
|
Changed the default value of g:indent_guides_color_change_percent to 10%
|
2011-01-17 20:35:17 +10:00 |
|
Nate Kane
|
67398b8358
|
Added new global option to configure which indent level to start the indent guides from
|
2011-01-09 20:53:48 +10:00 |
|
Nate Kane
|
538554b19f
|
Refactored the way global variables are initialized and added a new plugin option: g:indent_guides_indent_guide_size
|
2011-01-04 23:49:35 +10:00 |
|
Nate Kane
|
14aae71298
|
Improved support for terminal vim
|
2010-12-20 22:26:45 +10:00 |
|
Nate Kane
|
6d903df6e7
|
Added early support for terminal vim
|
2010-12-20 21:51:02 +10:00 |
|
Nate Kane
|
dae2b598bc
|
Removed error when gvim isn't used
|
2010-12-12 14:37:52 +10:00 |
|
Nate Kane
|
26c03c710a
|
Added a check to make sure gvim is being used
|
2010-12-12 13:08:40 +10:00 |
|
Nate Kane
|
a6bf741951
|
Lowered the indent levels option default to 30
|
2010-12-11 23:12:41 +10:00 |
|
Nate Kane
|
8722b7d6e1
|
Added a check to make sure the plugin isn't loaded more than once
|
2010-12-11 22:59:10 +10:00 |
|
Nate Kane
|
f802cd2fb5
|
Lowered the color change percent option default down to 0.05
|
2010-12-10 23:19:39 +10:00 |
|
Nate Kane
|
5e91b15edc
|
Refactored heaps of stuff and added autocmds
|
2010-12-09 22:45:09 +10:00 |
|
Nate Kane
|
af4cf67ea4
|
Upped the default value of g:indent_guides_auto_colors_change_percent to 0.20
|
2010-12-07 23:11:09 +10:00 |
|
Nate Kane
|
3050a20673
|
Rearranged the option defaults
|
2010-12-07 23:02:48 +10:00 |
|
Nate Kane
|
e17ed074a0
|
Changed the way option defaults are defined
|
2010-12-07 22:37:12 +10:00 |
|
Nate Kane
|
6fd0442a5d
|
Renamed files so they have underscores instead of dashes and moved methods to autoload files
|
2010-12-07 20:00:59 +10:00 |
|
Nate Kane
|
11de60a4fb
|
Slight tweak to a function comment
|
2010-12-06 21:40:39 +10:00 |
|
Nate Kane
|
2f539bbe1f
|
Added methods for converting between rgb and hex color formats
|
2010-12-06 21:30:58 +10:00 |
|
Nate Kane
|
16d8f388bd
|
Fixed bug with highlight colors not working
|
2010-12-05 19:30:10 +10:00 |
|
Nate Kane
|
3934aba6c0
|
Added plugin functionality and updated help file
|
2010-12-05 19:16:14 +10:00 |
|
Nate Kane
|
515cc0c5ca
|
Initial commit
|
2010-12-05 13:12:01 +10:00 |
|