Bram Moolenaar wrote: > guotuofeng wrote: > >> After I applied patch 281-284, I can launch command-t successfully. >> But when I input some characters in the command-t pop window, it >> always said" E21, cannot make changes". >> >> When I revert to patch 280, command-t works fine. >> >> Is it a regression bug? > > command-t is not a normal Vim command. What is it mapped to? > > You can try reverting patch 284 and see if that is the culprit. > It changes the string used in maps.
Command-t is this plugin: http://www.vim.org/scripts/script.php?script_id=3025 Its author has nice screencasts showing the plugin in action: https://wincent.com/products/command-t I just installed CommandT and it works fine with Vim-7.3.283. But when I upgrade to Vim-7.3.284, CommandT does not work anymore indeed. Steps to reproduce: - install CommandT plugin (requires Vim built with Ruby) - type Ex command :CommandT<Enter> - A list of file names in current directory is shown. Press a key to narrow down list of file names. Instead of narrowing down list, an error is given: E21: Cannot make changes, 'modifiable' is off Regards -- Dominique -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
