Commit Graph

102 Commits

Author SHA1 Message Date
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
Nate Kane
a0e3e35bd3 Tweaked the readme 2011-01-09 22:33:08 +10:00
Nate Kane
77bf750ed0 Replaced the screenshots in the readme 2011-01-09 22:25:56 +10:00
Nate Kane
c28e193772 Updated the readme and help file with details about the new start level option 2011-01-09 20:55:27 +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
06d2b34874 Refactored some core logic and added some simple debugging 2011-01-05 14:07:53 +10:00
Nate Kane
d53103f9a8 Updated the readme and help file with details about the new customizable size option for indent guides 2011-01-05 13:22:40 +10:00
Nate Kane
f2608db67e Refactored some core functionality and implemented an initial version of the custom guide size feature [issue2] 2011-01-04 23:53:17 +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
d639a48f04 Fixed a typo in the readme and help file 2010-12-30 20:35:22 +10:00
Nate Kane
b1f149ff71 Tweaked the readme and help file 2010-12-30 09:23:44 +10:00
Nate Kane
9dbc046d83 Fixed typo in the readme file 2010-12-29 22:15:42 +10:00
Nate Kane
23211a3b4f Oops, went over the textwidth in the help file 2010-12-29 21:53:05 +10:00
Nate Kane
8365779904 Added Windows support info to the readme and help file 2010-12-29 21:50:42 +10:00
Nate Kane
38a4501224 Couple more tweaks to the readme 2010-12-29 21:34:18 +10:00
Nate Kane
a7d8f3dce7 Updated the readme and help file (again) 2010-12-29 21:29:13 +10:00
Nate Kane
9712a19ba9 Updated the readme 2010-12-29 21:23:35 +10:00
Nate Kane
b9266fb158 Updated the readme and help file 2010-12-29 21:15:52 +10:00
Nate Kane
32b9f52837 Added more explicit variable scopes 2010-12-29 20:31:49 +10:00
Nate Kane
046104c2f0 Tweaked the indent_guides#cterm_highlight_colors() function a bit 2010-12-29 20:17:34 +10:00