mirror of
https://github.com/tpope/vim-haml.git
synced 2025-12-07 09:44:26 +08:00
Remove commented code
This commit is contained in:
@@ -44,8 +44,6 @@ function! GetHamlIndent()
|
|||||||
if indent == indent(lnum)
|
if indent == indent(lnum)
|
||||||
let indent = cindent <= indent ? -1 : increase
|
let indent = cindent <= indent ? -1 : increase
|
||||||
endif
|
endif
|
||||||
"let indent = indent == indent(lnum) ? -1 : indent
|
|
||||||
"let indent = indent > indent(lnum) + &sw ? indent(lnum) + &sw : indent
|
|
||||||
|
|
||||||
let group = synIDattr(synID(lnum,lastcol,1),'name')
|
let group = synIDattr(synID(lnum,lastcol,1),'name')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user