On 1 February 2010 19:17, Israel Chauca Fuentes wrote: > > I attached some files that I used to grep for 'macOS'. When I try with > multiple files (*.tcl), a swap file is created for end.tcl, but when I grep > start.tcl only no swap file is created.
I've tried ":grep 'macOS' *.tcl" and ":grep 'macOS' start.tcl" (after issuing the :au command). Both finish more or less instantaneously without any problems. Could it be that you've installed some other grep program that causes this problem? (Mine is the one that came with OS X 10.6.2.) When the window "freezes" can you "unfreeze" it by pressing Ctrl-C? How about if you press Cmd-. (this sends SIGINT to the Vim process)? Have you tried using :vimgrep instead? Björn -- You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php
