diff options
| author | Camil Staps | 2016-04-20 21:04:53 +0200 | 
|---|---|---|
| committer | Camil Staps | 2016-11-30 19:11:42 +0100 | 
| commit | 3771d264f49153f08f328a070aa3144a25233703 (patch) | |
| tree | c9bae80d0fb01275a6a47b5c43c584e9e842e14b | |
| parent | Added smarttab & visincr vim scripts (diff) | |
tw for tex
| -rw-r--r-- | vim/vim.symlink/after/ftplugin/tex.vim | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/vim/vim.symlink/after/ftplugin/tex.vim b/vim/vim.symlink/after/ftplugin/tex.vim index dfe1f3e..cd4a2bf 100644 --- a/vim/vim.symlink/after/ftplugin/tex.vim +++ b/vim/vim.symlink/after/ftplugin/tex.vim @@ -1,4 +1,5 @@  setlocal spell spelllang=en_gb  autocmd CursorHold,CursorHoldI * update  set tabstop=2 shiftwidth=2 +set tw=79 | 
