diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-28 22:13:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-28 22:13:48 +0000 |
commit | 178109b1e83270c6e5f89212743463d51c8ea4af (patch) | |
tree | b25dde2646c9fd9b744c693434e018e2c3ec200e /Master/texmf-dist/doc/context/third | |
parent | 4503c04acece55d0bcefe7ab2c54c2a6e9ccd795 (diff) |
context-vim (28nov17)
git-svn-id: svn://tug.org/texlive/trunk@45932 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context/third')
-rw-r--r-- | Master/texmf-dist/doc/context/third/vim/vim.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/context/third/vim/vim.txt b/Master/texmf-dist/doc/context/third/vim/vim.txt index 660c208f176..8e45d0f8cb6 100644 --- a/Master/texmf-dist/doc/context/third/vim/vim.txt +++ b/Master/texmf-dist/doc/context/third/vim/vim.txt @@ -478,7 +478,7 @@ For example \definevimtyping[C][syntax=c, escape=on] \startC - /* The following function computers the roots of \m{ax^2+bx+c=0} + /* The following function computes the roots of \m{ax^2+bx+c=0} * using the determinant \m{\Delta=\frac{-b\pm\sqrt{b^2-2ac}}{2a}} */ double root (double a, double b, double c) {....} |