From ed677c34d55a0e025b7008f29419498a3989cde2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 4 Mar 2019 09:15:44 +0100 Subject: Update --- indent/graphql.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indent/graphql.vim') diff --git a/indent/graphql.vim b/indent/graphql.vim index ed9cfaa2..9d175777 100644 --- a/indent/graphql.vim +++ b/indent/graphql.vim @@ -15,7 +15,7 @@ setlocal nolisp setlocal nosmartindent setlocal indentexpr=GetGraphQLIndent() -setlocal indentkeys=0{,0},0),0[,0],0#,!^F,o,O,e +setlocal indentkeys=0{,0},0),0[,0],0#,!^F,o,O " If our indentation function already exists, we have nothing more to do. if exists('*GetGraphQLIndent') -- cgit v1.2.3