If I type in:
Redskins = {team,<CR>{name, "redskins"}}.
After the carriage return, Vi should indent as:
Redskins = {team,
{name, "redskins"}}.
But instead, the second line isn't indented. And I know that Vi
understands Erlang indentation because, after typing this, if I indent
the line (==), it indents properly. What's the deal? Indentation
always is invoked with a carriage return with other filetypes.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---