diff options
Diffstat (limited to 'ftplugin/ps1.vim')
-rw-r--r-- | ftplugin/ps1.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/ps1.vim b/ftplugin/ps1.vim index e7c1a853..82e18469 100644 --- a/ftplugin/ps1.vim +++ b/ftplugin/ps1.vim @@ -17,7 +17,7 @@ let b:did_ftplugin = 1 setlocal tw=0 setlocal commentstring=#%s -setlocal formatoptions=tcqro +setlocal formatoptions+=tcqroj " Enable autocompletion of hyphenated PowerShell commands, " e.g. Get-Content or Get-ADUser setlocal iskeyword+=- |