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
|
5bc809d055
|
Merge pull request #40 from sergey-vlasov/master
Foreground color fix for special characters
|
2012-07-15 01:37:15 -07:00 |
|
Sergey Vlasov
|
d9fe8b1fcf
|
Setting foreground colors with respect to background
|
2012-07-10 15:14:26 +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 |
|
Nate Kane
|
cf6f4d4661
|
Bump version to 1.6.
|
2012-01-01 21:44:16 +10:00 |
|
Nate Kane
|
2cbe919452
|
Update copyright year in help file.
|
2012-01-01 21:44:14 +10:00 |
|
Nate Kane
|
e8f50f3c8b
|
Remove IRC as contact method in help file.
|
2012-01-01 21:44:10 +10:00 |
|
Nate
|
f1c115ce5d
|
Merge pull request #25 from mutewinter/master
Fix E803 ID not found spam.
|
2011-11-28 14:43:13 -08:00 |
|
Nate
|
287132df04
|
Merge pull request #27 from acx0/master
Fix str2float issue with Vim 7.1.
|
2011-11-28 14:27:16 -08:00 |
|
Sam Lidder
|
bdf4ec3ff8
|
Added test to only use str2float if compiled with +float
|
2011-10-19 22:36:39 -04:00 |
|
Jeremy Mack
|
57b6da6d12
|
Fixes E803 ID not found spam
|
2011-09-28 21:19:41 -03:00 |
|
Nate
|
6854275667
|
Merge pull request #19 from scoz/ignore-space-option
Added a flag for ignoring spaces.
|
2011-08-30 05:21:42 -07:00 |
|
Nate
|
eb5644430a
|
Merge pull request #22 from lenniboy/master
Add 'doc/tags' to gitgnore.
|
2011-08-30 05:09:31 -07:00 |
|
Leonard Ehrenfried
|
951619130f
|
add doc/tags to gitgnore - helps to keep the vim/bundles dir clean if using pathogen with git submodules
|
2011-08-23 22:14:10 +02: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
|
62a2fd103f
|
Updated the readme and help file.
|
2011-03-13 22:15:34 +11:00 |
|
Nate Kane
|
7826042406
|
Added new test file.
|
2011-03-13 21:38:26 +11:00 |
|
Nate Kane
|
6e145a10cf
|
Whitespace.
|
2011-03-13 21:34:00 +11:00 |
|
Nate Kane
|
60f435ee57
|
Removed the indent_guides#get_indent_size function.
|
2011-03-13 21:32:28 +11:00 |
|
Nate Kane
|
5f48d29177
|
Refactored the regex for the highlight patterns.
|
2011-03-13 21:29:27 +11:00 |
|
Nate Kane
|
a3ba000ddb
|
Updated help file.
|
2011-03-06 23:49:11 +10:00 |
|
Nate Kane
|
d9c596352a
|
Fixed bug with calculating guide size.
|
2011-03-06 23:48:08 +10:00 |
|
Nate Kane
|
7af506c797
|
Tweaked highlight patterns.
|
2011-03-06 23:31:54 +10:00 |
|
Nate Kane
|
73703c93ad
|
Updated test files.
|
2011-03-06 23:30:35 +10:00 |
|
Nate Kane
|
78d34d1018
|
Merge branch 'mixed-tabs-and-spaces' of https://github.com/graywh/vim-indent-guides into graywh-mixed-tabs-and-spaces
* 'mixed-tabs-and-spaces' of https://github.com/graywh/vim-indent-guides:
Partial support for mixed tabs and spaces.
|
2011-03-06 22:35:16 +10:00 |
|
Will Gray
|
f7d5111c34
|
Partial support for mixed tabs and spaces.
Also account for 1 tab == 1 indent.
|
2011-02-21 14:08:05 -06:00 |
|
Will Gray
|
0a14a1558e
|
Fix typo causing global settings to be stored as strings.
|
2011-02-21 13:23:21 -06:00 |
|
Nate Kane
|
ed8eff420b
|
Updated the help file
|
2011-02-21 23:48:14 +10:00 |
|
Nate Kane
|
5146db837f
|
Merge branch 'master' of https://github.com/voidus/vim-indent-guides into voidus-master
* 'master' of https://github.com/voidus/vim-indent-guides:
Use str2float instead of plain floats. Fixes #10
|
2011-02-21 23:38:47 +10:00 |
|
Nate Kane
|
feba7e9fa7
|
Updated the help file
|
2011-02-21 23:36:22 +10:00 |
|
Nate Kane
|
2415d8b709
|
Merge branch 'graywh-issue5'
* graywh-issue5:
Removed unnecessary exe calls for default highlights
Don't clobber pre-set custom colors.
|
2011-02-21 23:31:51 +10:00 |
|
Nate Kane
|
fa67d46aca
|
Removed unnecessary exe calls for default highlights
|
2011-02-21 23:29:30 +10:00 |
|
Simon Kohlmeyer
|
f972f0264f
|
Use str2float instead of plain floats. Fixes #10
This is used to work around a vim bug throwing E806: using Float as String in
some Situations.
|
2011-02-21 10:34:27 +01:00 |
|
Nate Kane
|
3cd1b09fb3
|
Updated the help file.
|
2011-02-20 22:55:19 +10:00 |
|
Will Gray
|
9441c97e57
|
Enable chaining :commands with :bar.
|
2011-02-17 15:29:34 -06:00 |
|
Will Gray
|
10b809d187
|
Don't clobber pre-set custom colors.
|
2011-02-17 15:13:14 -06:00 |
|
Nate Kane
|
4a3c2d3d46
|
Updated the Last Change date
|
2011-02-06 22:54:48 +10:00 |
|
Nate Kane
|
353bef3dba
|
Improved Windows support
|
2011-01-24 22:25:17 +10: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
|
0c214805f2
|
Updated the help file to reflect the latest changes
|
2011-01-17 20:38:35 +10:00 |
|
Nate Kane
|
2ea3460539
|
Altered some comment wording
|
2011-01-17 20:35:37 +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
|
349edc9da2
|
Added support for gVim themes that don't specify a hi Normal guibg color
|
2011-01-17 13:13:50 +10:00 |
|
Nate Kane
|
6bbbc619d6
|
Updated the last change date in the help file
|
2011-01-10 21:43:05 +10:00 |
|
Nate Kane
|
5344539e70
|
Tweaked the readme yet again
|
2011-01-10 21:38:06 +10:00 |
|
Nate Kane
|
80d96b425a
|
Tweaked the readme again
|
2011-01-09 22:41:53 +10:00 |
|