Commit Graph

179 Commits

Author SHA1 Message Date
Sergey Vlasov
9a106c73f6 feat: Allow exclude files with no 'filetype' set
Closes #135 & #122
2023-02-22 11:53:28 +03:00
Caleb Maclennan
d96c8182d1 fix: Enable use in nested mappings by replacing :redir (#152)
Co-authored-by: Sergey Vlasov <sergey@vlasov.me>
2023-02-22 11:48:19 +03:00
Guangqing Chen
3a4f7a6b99 feat: Enable adaption of colors from termguicolors (#143) 2023-02-22 11:34:49 +03:00
Caleb Maclennan
c9d2473d5d refactor: Use robust operators ==# or ==? instead of == 2023-02-21 21:47:47 +03:00
somini
5111d5b10c feat: Add option to check buftype option before enabling
Closes #101

Instead of only having a big list of "naughty" filetypes, have an option
to check for the `buftype` and skip if set to anything.
2023-02-21 21:27:28 +03:00
Caleb Maclennan
36b2d8d33c Merge branch 'bugfix/GuideStyleClear' 2023-02-21 21:19:39 +03:00
mhaehnel
549dcf0d1f Process autocmds when sw, et or ts option changes (#133)
The autocmd is only enabled on vim newer than 7.4.786 where the OptionSet
autocmd feature was introduced.
2023-02-21 21:13:58 +03:00
Caleb Maclennan
7ce9d4ee7f ci: Add workflow running vimscript linter 2023-02-21 16:16:16 +03:00
Caleb Maclennan
63554a38bb Use robust operators ==# or ==? instead of == 2023-02-21 16:13:57 +03:00
Caleb Maclennan
8e6d5f7afd refactor: Prefer single quoted strings 2023-02-21 16:11:54 +03:00
Caleb Maclennan
425bdc51fd refactor: Use the abort attribute for functions in autoload 2023-02-21 16:10:14 +03:00
Caleb Maclennan
b507cbd39b docs: Drop 'unmaintained' notice from README, project open to contributions 2023-02-21 16:05:28 +03:00
Caleb Maclennan
30323b167d chore: Change GitHub namespace to new home under PreserVIM 2023-02-21 16:04:16 +03:00
yasuda
d382307613 IndentGuidesDisable: Clear IndentGuides{Even,Odd} matches 2022-06-27 18:20:44 +09:00
Nate Kane
765084d38b Update the readme 2021-10-13 23:27:39 +10:00
Nate Kane
42f6d45e61 Add license 2021-10-13 23:17:25 +10:00
Nate Kane
54d889a637 Merge branch 'marabesi-master'
* marabesi-master:
  Use bash syntax highlighting for terminal commands in the readme
  Add empty lines after fenced code blocks
  Update README.markdown
2018-05-14 21:32:31 +10:00
Nate Kane
c59f68f747 Use bash syntax highlighting for terminal commands in the readme 2018-05-14 21:29:28 +10:00
Nate Kane
d3cf41db52 Add empty lines after fenced code blocks 2018-05-14 21:25:22 +10:00
Matheus Marabesi
05e4cc018a Update README.markdown
added syntax highlight to make easier to read the options
2018-05-13 17:19:27 -03:00
Nate Kane
b40687195c Merge branch 'T99--master'
* T99--master:
  Revised README with Vundle install and better usage guide
2017-07-03 21:49:36 +10:00
Trevor Sears
b9657e0b8e Revised README with Vundle install and better usage guide 2017-07-03 21:46:48 +10:00
Nate Kane
018298ead9 Merge branch 'amerlyq-feature_showtab_switch'
* amerlyq-feature_showtab_switch:
  Update help file
  Formatting
  Added symmetrical option to disable indents for tab
2016-04-17 21:34:10 +10:00
Nate Kane
930eba1560 Update help file 2016-04-17 21:11:15 +10:00
Nate Kane
6637da8436 Formatting 2016-04-17 21:07:43 +10:00
Nate Kane
67f3020a31 Merge branch 'feature_showtab_switch' of https://github.com/amerlyq/vim-indent-guides into amerlyq-feature_showtab_switch
* 'feature_showtab_switch' of https://github.com/amerlyq/vim-indent-guides:
  Added symmetrical option to disable indents for tab
2016-04-17 21:03:37 +10:00
Nate Kane
705c5fdf0d Merge pull request #110 from dsummersl/master
Adds support for neovim.
2016-03-20 20:43:56 +10:00
Dane Summers
5d9c055689 Adds support for neovim.
gui highlighting was broken after neovim revision 79a698 (removed support for
gui_running hack to check for truecolor support).
2016-03-01 11:26:02 -05:00
Dmytro Kolomoiets
470ef5e55f Added symmetrical option to disable indents for tab
nathanaelkane/vim-indent-guides#102
2015-12-01 12:21:09 +02:00
Nate Kane
49bde6fa30 Update help file 2015-10-26 19:21:57 +10:00
Nate Kane
a0b7df69de Merge branch 'DerSaidin-patch-1'
* DerSaidin-patch-1:
  Whitespace
  Wording
  Exit gracefully if too old to support this plugin
2015-10-26 19:12:21 +10:00
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
4895e86025 Merge pull request #85 from timoxley/patch-1
Put a screenshot up-front
2015-05-11 08:09:35 +10:00
Tim Oxley
aedd70ff35 Put a screenshot up-front
Serves as a tl;dr.
2015-05-11 05:23:15 +08:00
Nate Kane
184e55848d Update help file 2015-03-22 22:18:31 +10:00
Jacob Niehus
7ab92f7c3f Set size of indent guide to tabstop value when noexpandtab is used 2015-03-22 22:11:32 +10:00
Nate Kane
a397b3b549 Merge branch 'darkfeline-fix-57'
* darkfeline-fix-57:
  Update help file
  Add file for testing when `shiftwidth=0` is used
  Set size of indent guide to `tabstop` value when `shiftwidth=0` is used
2015-03-22 21:35:19 +10:00
Nate Kane
f4213240a3 Update help file 2015-03-22 21:34:51 +10:00
Nate Kane
4228b349f1 Add file for testing when shiftwidth=0 is used 2015-03-22 21:34:27 +10:00
Allen Li
7aac8169ea Set size of indent guide to tabstop value when shiftwidth=0 is used
Fixes #57
2015-03-22 21:33:55 +10:00
Nate Kane
eec1b629dc Help file wording 2013-06-27 20:07:58 +10:00
Nate Kane
3787ceb198 Use consistent GitHub username format 2013-06-27 20:06:04 +10:00
Nate Kane
e5634c01fc Update the help file for the g:indent_guides_default_mapping option 2013-06-27 19:54:06 +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
48a4a8fda4 Update changelog 2013-06-27 19:40:58 +10:00
Nate Kane
1c60df40e0 Help file formatting 2013-06-27 19:40:53 +10:00
Nate Kane
869bfc948e Help file wording 2013-06-27 19:40:48 +10:00
Nate Kane
562cc0de84 Whitepace 2013-06-27 19:40:22 +10:00