summaryrefslogtreecommitdiff
path: root/runtime/ftplugin/tex.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-09-09 21:55:11 +0200
committerBram Moolenaar <Bram@vim.org>2021-09-09 21:55:11 +0200
commit6c391a74fe90190796ca0b0c010112948a6e75d7 (patch)
tree6f313c0f99a43bba9d48cee72d6ba1ed7fc95e26 /runtime/ftplugin/tex.vim
parentd176ca3dde47c11aae0376c31b7e1ba0939c8c6c (diff)
downloadvim-git-6c391a74fe90190796ca0b0c010112948a6e75d7.tar.gz
Update runtime files
Diffstat (limited to 'runtime/ftplugin/tex.vim')
-rw-r--r--runtime/ftplugin/tex.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ftplugin/tex.vim b/runtime/ftplugin/tex.vim
index 11470012f..0d68b51d4 100644
--- a/runtime/ftplugin/tex.vim
+++ b/runtime/ftplugin/tex.vim
@@ -28,7 +28,7 @@ let &l:define .= '\|\\\(re\)\=new\(boolean\|command\|counter\|environment\|font'
" Tell Vim how to recognize LaTeX \include{foo} and plain \input bar :
let &l:include .= '\|\\include{'
-" On some file systems, "{" and "}" are inluded in 'isfname'. In case the
+" On some file systems, "{" and "}" are included in 'isfname'. In case the
" TeX file has \include{fname} (LaTeX only), strip everything except "fname".
let &l:includeexpr = "substitute(v:fname, '^.\\{-}{\\|}.*', '', 'g')"