diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-12-17 21:30:33 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-12-17 21:56:41 -0500 |
commit | 65f11d0a00e0cfdf97d67f538ffb90461f9599b4 (patch) | |
tree | c57a60950afd8e9730afa6d2cda05ca8252f31bd /runtime/doc/usr_03.txt | |
parent | 1e7a553ed7fca4f0e1b2a1d01494471204affa5d (diff) | |
download | rneovim-65f11d0a00e0cfdf97d67f538ffb90461f9599b4.tar.gz rneovim-65f11d0a00e0cfdf97d67f538ffb90461f9599b4.tar.bz2 rneovim-65f11d0a00e0cfdf97d67f538ffb90461f9599b4.zip |
vim-patch:8a94d87
Update runtime files.
https://github.com/vim/vim/commit/8a94d873aa8c753a8522ea86a049bdf2abd0c507
Diffstat (limited to 'runtime/doc/usr_03.txt')
-rw-r--r-- | runtime/doc/usr_03.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_03.txt b/runtime/doc/usr_03.txt index a8139d60ca..5b6eaa295b 100644 --- a/runtime/doc/usr_03.txt +++ b/runtime/doc/usr_03.txt @@ -528,7 +528,7 @@ MATCHING ANY SINGLE CHARACTER The . (dot) character matches any existing character. For example, the pattern "c.m" matches a string whose first character is a c, whose second -character is anything, and whose the third character is m. Example: +character is anything, and whose third character is m. Example: We use a computer that became the cummin winter. ~ xxx xxx xxx |