summaryrefslogtreecommitdiffstats
path: root/ftplugin/typescript.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-11-18 20:33:42 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-11-18 20:33:42 +0100
commitc228e993ad6a8b79db5a5a77aecfdbd8e92ea31f (patch)
treed446251a71a681285c17b5fb000b0d3b1090ef2c /ftplugin/typescript.vim
parentda18fe6851e95e146016f7abd2f799056e074cd9 (diff)
downloadvim-polyglot-c228e993ad6a8b79db5a5a77aecfdbd8e92ea31f.tar.gz
vim-polyglot-c228e993ad6a8b79db5a5a77aecfdbd8e92ea31f.zip
Update
Diffstat (limited to 'ftplugin/typescript.vim')
-rw-r--r--ftplugin/typescript.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/typescript.vim b/ftplugin/typescript.vim
index 963d0fe4..ec06e34d 100644
--- a/ftplugin/typescript.vim
+++ b/ftplugin/typescript.vim
@@ -20,7 +20,7 @@ setlocal commentstring=//\ %s
setlocal formatoptions-=t formatoptions+=croql
if !&l:formatexpr && !&l:formatprg
- setlocal formatprg=Fixedgq(v:lnum,v:count)
+ setlocal formatexpr=Fixedgq(v:lnum,v:count)
endif
" setlocal foldmethod=syntax