I'm using vim 7.2.184 on Windows XP.
If I load a html file without extension, let's say "test"
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<title>Test</title>
</head>
<body>
blah blah blah
</body>
</html>
matchit doesn't work on it, notwithstanding the fact that I set
set ft=html
If I rename the file to "test.html", it works fine.
How can I enable matchit on "test"?
Many thanks in advance,
Cesar
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---