summaryrefslogtreecommitdiffstats
path: root/ftplugin/graphql.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-03-04 09:15:44 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2019-03-04 09:15:44 +0100
commited677c34d55a0e025b7008f29419498a3989cde2 (patch)
tree62efef78ed05b2b4e61efb21e40a6b337359eb8e /ftplugin/graphql.vim
parentc161994e9607399a7b365ab274592bfc4f100306 (diff)
downloadvim-polyglot-ed677c34d55a0e025b7008f29419498a3989cde2.tar.gz
vim-polyglot-ed677c34d55a0e025b7008f29419498a3989cde2.zip
Update
Diffstat (limited to 'ftplugin/graphql.vim')
-rw-r--r--ftplugin/graphql.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/graphql.vim b/ftplugin/graphql.vim
index d1ac4329..ce5fd3d1 100644
--- a/ftplugin/graphql.vim
+++ b/ftplugin/graphql.vim
@@ -17,4 +17,6 @@ setlocal softtabstop=2
setlocal shiftwidth=2
setlocal expandtab
+let b:undo_ftplugin = 'setlocal com< cms< fo< isk< sts< sw< et<'
+
endif