comparison src/VisVim/README_VisVim.txt @ 5130:71e066e10a47 v7.3.1308

updated for version 7.3.1308 Problem: Typos in MS-Windows build settings and README. Solution: Minor changes to MS-Windows files.
author Bram Moolenaar <bram@vim.org>
date Thu, 04 Jul 2013 22:50:40 +0200
parents 04736b4030ec
children 1759d0ec0a6f
comparison
equal deleted inserted replaced
5129:fd80611c5f83 5130:71e066e10a47
280 - Fixed a bug caused by a missing EnableModeless() function call in VimLoad(). 280 - Fixed a bug caused by a missing EnableModeless() function call in VimLoad().
281 This seems to reduce VisVim crashing DevStudio on some systems (it 281 This seems to reduce VisVim crashing DevStudio on some systems (it
282 occasionally still seems to happen, but it's more stable now). 282 occasionally still seems to happen, but it's more stable now).
283 (Vince Negri) 283 (Vince Negri)
284 - Added support for the new CTRL-\ CTRL-N command of Vim 5.4a. 284 - Added support for the new CTRL-\ CTRL-N command of Vim 5.4a.
285 This prevents Vim from beeping when a VisVim command is executed an Vim is 285 This prevents Vim from beeping when a VisVim command is executed and Vim is
286 not in insert mode. 286 not in insert mode.
287 287
288 288
289 ToDo List 289 ToDo List
290 --------- 290 ---------