I have a tag file of 17 Mo, when I run a vimgrep on this file and after a cancel during the search (with CTRL-C), it seems that the swap file created by vimgrep is not deleted. If I repeat the operation, another swap file is created with the extension .swo and if I repeat the operation again a new swap file is created with the extension .swm and so on.
However there is no problem if the tag file is open in vim, new swap files are not created. Is it a normal behaviour? I am on Windows XP with Vim 7.0g Thanks