Commit Graph

34 Commits

Author SHA1 Message Date
Nate Kane
1b108fc9c9 Whitespace 2015-10-26 19:10:29 +10:00
Nate Kane
fef32d7481 Wording 2015-10-26 19:10:24 +10:00
Andrew Browne
9e2e492055 Exit gracefully if too old to support this plugin 2015-10-25 21:10:51 +10:00
Nate Kane
3cfeff1930 Merge branch 'option-no-mapping' of git://github.com/suy/vim-indent-guides into suy-option-no-mapping
* 'option-no-mapping' of git://github.com/suy/vim-indent-guides:
  Add option g:indent_guides_default_mapping

Conflicts:
	plugin/indent_guides.vim
2013-06-27 19:43:10 +10:00
Nate Kane
562cc0de84 Whitepace 2013-06-27 19:40:22 +10:00
Nate Kane
0996492531 Merge pull request #45 from sergey-vlasov/master
New `g:indent_guides_soft_pattern` option
2013-06-27 02:13:24 -07:00
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
Sergey Vlasov
74c8bdeecb Added new g:indent_guides_soft_pattern option 2012-10-11 15:51:43 +03: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