diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-06 04:24:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-06 04:24:17 +0200 |
commit | 84a05acc8c341c2be383198496764992ae971a46 (patch) | |
tree | 061887e2e1327a2d0c688cba306b8ec66b3f8477 /src/VisVim | |
parent | 84e0f6ca9adcbdca254060713878ebc29faaaa65 (diff) | |
download | vim-git-84a05acc8c341c2be383198496764992ae971a46.tar.gz |
updated for version 7.3.925v7.3.925
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
Diffstat (limited to 'src/VisVim')
-rw-r--r-- | src/VisVim/OleAut.cpp | 2 | ||||
-rw-r--r-- | src/VisVim/README_VisVim.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/VisVim/OleAut.cpp b/src/VisVim/OleAut.cpp index f96b03d6e..6902df9a6 100644 --- a/src/VisVim/OleAut.cpp +++ b/src/VisVim/OleAut.cpp @@ -654,7 +654,7 @@ void COleAutomationControl::ErrDiag () } char Buf[256]; - sprintf (Buf, "An OLE error occured:\r\nCode = %s\r\nResult = %lx.", + sprintf (Buf, "An OLE error occurred:\r\nCode = %s\r\nResult = %lx.", (char*) ErrName, m_hResult); MessageBox (NULL, Buf, "OLE Error", MB_OK); } diff --git a/src/VisVim/README_VisVim.txt b/src/VisVim/README_VisVim.txt index abb690459..fbe4b8b61 100644 --- a/src/VisVim/README_VisVim.txt +++ b/src/VisVim/README_VisVim.txt @@ -220,7 +220,7 @@ Troubleshooting 2. Close Visual Studio. 3. Delete VisVim.dll or move it somewhere it can't be found. 4. Run Visual Studio. - 5. Tools -> Cursomize ->Add-ins and Macro-Files. + 5. Tools -> Customize ->Add-ins and Macro-Files. 6. A message appears: ".../VisVim.dll" "This add-in no longer exists. It will no longer be displayed." @@ -298,7 +298,7 @@ P9 Switching to DevStudio using ALT-TAB may get annoying. Would be nice to P8 Execute :tag command in Vim for word under cursor in DevStudio P7 Controlling the Visual Studio Debugger from inside Vim - See message above. Also a 'Debug' highligh group and a + See message above. Also a 'Debug' highlight group and a command to highlight a certain line would be necessary. P6 Provide an option to open the current file in VisVim in |