Merge pull request #110 from onodera-punpun/indentchar

Add indentation character option(s).
This commit is contained in:
Zachary Yedidia
2016-05-17 12:37:47 -04:00
6 changed files with 14 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ color-link special "magenta"
color-link ignore "default"
color-link error ",brightred"
color-link todo ",brightyellow"
color-link indent-char "black"
color-link line-number "yellow"
color-link gutter-error ",red"
color-link gutter-warning "red"

View File

@@ -10,6 +10,7 @@ color-link underlined "#D33682,#002833"
color-link error "bold #CB4B16,#002833"
color-link todo "bold #D33682,#002833"
color-link statusline "#003541,#839496"
color-link indent-char "#586E75,#002833"
color-link line-number "#586E75,#003541"
color-link gutter-error "#003541,#CB4B16"
color-link gutter-warning "#CB4B16,#002833"

View File

@@ -9,6 +9,7 @@ color-link underlined "magenta"
color-link error "bold brightred"
color-link todo "bold magenta"
color-link statusline "black,brightblue"
color-link indent-char "black"
color-link line-number "brightgreen,black"
color-link gutter-error "black,brightred"
color-link gutter-warning "brightred,default"

View File

@@ -178,6 +178,10 @@ Here are the options that you can set:
default value: `4`
* `indentchar`: sets the indentation character
default value: ` `
* `syntax`: turns syntax on or off
default value: `on`