Vim plugin for intensely nerdy commenting powers
Go to file
Bryan Richter a346df98e7 Ensures Haskell's leftAlt isn't part of lexeme.
From the report(s):

    An ordinary comment begins with a sequence of two or more consecutive dashes
    (e.g. --) and extends to the following newline. The sequence of dashes must
    not form part of a legal lexeme. For example, “-->” or “|--” do not begin a
    comment, because both of these are legal lexemes; however “--foo” does start
    a comment.

                            Haskell98:   http://goo.gl/CucLL
                            Haskell2010: http://goo.gl/1OYzN
2011-10-25 09:56:54 -07:00
doc Adds vimdoc linking for '<leader>' as '<Leader>' 2011-03-04 02:51:17 -08:00
plugin Ensures Haskell's leftAlt isn't part of lexeme. 2011-10-25 09:56:54 -07:00
.gitignore gitignore the tags file 2010-06-15 10:39:50 +12:00
Rakefile use rakefile from nerdtree 2010-07-21 10:31:49 +08:00