Martin Grenfell
b9e907d8fb
Merge pull request #15 from jgoulah/master
...
fixed commenting for bash scripts
2011-05-05 18:43:42 -07:00
Ches Martin
d541c7d9b1
respect NERDRemoveAltComs when uncommenting multipart blocks
2011-05-01 22:34:39 +07:00
Ches Martin
f98f73221c
Clean up duplicate code
2011-05-01 22:34:16 +07:00
Martin Grenfell
38630ff5eb
add support for coldfusion
2011-04-02 12:57:25 +13:00
Keita Haga
c8d8318257
add support for ooc
2011-03-01 00:17:31 +09:00
Martin Grenfell
94cce2cc54
make NERDRemoveExtraSpaces default to 0
...
this was causing problems with people who were using left aligned
comments without NERDSpaceDelims set as it was incorrectly stripping out
extra spaces
2011-02-22 11:28:35 +13:00
othree
63b252ad40
add support for less and scss
2011-02-15 14:52:37 +08:00
Martin Grenfell
2b60d872ba
Merge remote branch 'zhon/master'
2011-02-08 17:36:58 +13:00
Martin Grenfell
0bcdac6c38
use html delimiters as the alt delimiters for gsp
2011-02-08 10:59:53 +13:00
Tuncer Ayaz
5084aa7653
Add alternative ('%%') Erlang delimiter
2011-02-08 04:40:08 +08:00
Martin Grenfell
197ce731be
improve handling for compound filetypes
...
now we check each part of the compound filetype until we find a part we
know how to handle
e.g. if the filetype is foo.bar.php.java then delimiters will get set
for php
2011-02-06 09:35:14 +13:00
Martin Grenfell
90cf828ac0
add NERDCustomDelimiters option
...
this allows users to override or specify delimiters for their own
filetypes outside of the script
2011-02-06 09:23:26 +13:00
Martin Grenfell
9f955640ee
remove an unused option
2011-02-06 09:23:25 +13:00
Martin Grenfell
47d9833740
remove a stray macro that somehow got in the script ...
2011-02-06 09:23:25 +13:00
Martin Grenfell
1577f77ef4
make the script handle compound filetypes better
2011-02-06 09:23:25 +13:00
Martin Grenfell
17141e2244
rename the augroup to NERDCommenter
2011-02-06 09:23:25 +13:00
John Goulah
29f8ebc7f5
fixed commenting for perl scripts
2010-12-10 21:53:08 +00:00
John Goulah
ca6c791114
Merge branch 'master' of git://github.com/scrooloose/nerdcommenter
2010-12-10 21:50:06 +00:00
Anurag Priyam
760df35273
corrected comment delimiter for liquid filetype
2010-12-10 04:23:53 +08:00
marty
591dd3e1fd
update version to 2.3.0
2010-12-08 09:39:07 +13:00
marty
24c68a6852
complain if the user doesnt have filetype plugins enabled
2010-12-08 09:34:13 +13:00
marty
ecf20b005c
use echom instead of echo so the user can check :messages
2010-12-08 09:34:13 +13:00
zhon
59094ae107
add support for scheme
2010-12-03 20:50:32 -07:00
John Goulah
dc55b10bd7
fixed commenting for bash scripts
2010-11-29 16:53:34 +00:00
bryanv
930be32a23
Fix typeo in error message.
2010-09-24 12:57:21 +08:00
bryanv
d54bcbfc98
Fix bug when inverting sexy comments
2010-09-22 12:46:30 +08:00
Seth Woodworth
33e3ace742
updating 'last changed' field of header
2010-09-22 12:45:21 +08:00
marty
c0d7109c6b
add gsp support
2010-09-11 10:49:19 +12:00
marty
02c726c6d1
make the mappings to being with <leader>
2010-08-02 22:45:02 +12:00
marty
d868eae71b
refactor the GetLeft/GetRight methods
...
make their args an optional hash, and rename them to Left and Right
2010-08-02 22:45:02 +12:00
marty
e0191f2ce9
dont use b: vars to store the comment delim data, use a hash
2010-08-02 22:45:02 +12:00
marty
cea72da179
store all the comment delims in a hash, not a giant if statement
2010-08-02 22:45:02 +12:00
James Harris
9c8343c939
Added comment support for tmux.conf
...
tmux.conf has comments similar to bash, making the default C style
comments inappropriate.
2010-07-21 10:32:04 +08:00
Tim-Smart
bca88e735b
s:CommentLinesSexy - Re-added missing line which prefixes whitespace to top delimiter
2009-09-11 22:11:50 +12:00
Tim-Smart
5d42b2ec5c
s:CommentLinesSexy - Fixed issue #2 . Tabs now respected in sexy comments.
2009-09-11 22:11:39 +12:00
Arthur Debert
ae430a62fc
Added support for python comments.
...
Signed-off-by: Martin Grenfell <martin_grenfell@msn.com>
2009-09-11 16:49:19 +08:00
Martin Grenfell
e32c0b9675
switch to version 2.2.2
2009-03-30 18:47:25 +13:00
Martin Grenfell
8176930f17
remove a useless comment
2009-03-30 18:34:08 +13:00
Martin Grenfell
88d6cc97a9
prefix all b: level vars with NERD
2009-03-30 18:33:15 +13:00
Martin Grenfell
7052ba60f4
remove spaces from delimiters when using &commentstring
2009-03-17 13:31:48 +13:00
Martin Grenfell
b32d2cfad2
remove all filetypes where the same &cms was set in vim 7.0
2009-03-11 15:55:02 +13:00
Martin Grenfell
437af04863
remove all "dummy support" filetypes
2009-03-11 14:55:13 +13:00
Martin Grenfell
eeb369e6be
remove NERDShutup and the associated message
2009-03-11 14:51:29 +13:00
Martin Grenfell
b3d4476096
fix railslog filetype
2009-03-06 16:24:49 +13:00
Martin Grenfell
23aa888990
add support for pdf
2009-03-06 16:14:13 +13:00
Martin Grenfell
0bd4d5bbca
fix sass delims
2009-03-06 16:12:29 +13:00
Martin Grenfell
11114745bd
add support for cucumber
2009-03-06 15:01:02 +13:00
Martin Grenfell
81307ff269
fix the ruby filetype matching again
2009-01-30 15:22:41 +13:00
Martin Grenfell
f63b4f0987
use the ruby settings for all "sub-filetypes" of ruby
2009-01-30 13:20:52 +13:00
Martin Grenfell
4b680f34e9
add support for javascript.jquery
2009-01-15 13:05:49 +13:00