Commit Graph

273 Commits

Author SHA1 Message Date
Martin Grenfell
06cf7e7c38 Merge pull request #86 from inkarkat/fix-insert-mode-plug-mapping
Fix insert-mode <plug>NERDCommenterInsert mapping.
2012-10-23 15:10:03 -07:00
Martin Grenfell
8f6abbe22a Merge pull request #87 from inkarkat/improve-insert-mode-mapping
Avoid beep and additional space on insert-mode commenting at EOL.
2012-10-23 15:09:27 -07:00
Ingo Karkat
e5f6111856 Avoid beep and additional space on insert-mode commenting at EOL.
When adding a comment at the end of a line (a common use when typing straight ahead) that only has a left part (like with ft=cpp, where the comment string is "// "), there is an audible beep and an additional space character is inserted (yielding "//  ").

Suppress the attempted cursor move to the right (which fails in that case) via :silent!.
Use :startinsert! (with a bang) to continue editing at the end of the line instead of the workaround that inserts an additional space.
2012-10-23 15:35:44 +02:00
Ingo Karkat
f4b1a46a41 Fix insert-mode <plug>NERDCommenterInsert mapping.
This was broken by the refactoring that introduced s:CreateMaps().
2012-10-23 15:19:36 +02:00
Martin Grenfell
17168b0d61 Merge pull request #83 from NSError/scons
Added SCons (Python DSL)
2012-10-03 13:56:20 -07:00
Chris Miller
4c03b5ac3f Added SCons (Python DSL). 2012-10-03 14:39:32 -06:00
Martin Grenfell
baa453aad8 fix a bug from pull request #69 - doh 2012-06-19 11:15:07 +01:00
Martin Grenfell
7d49ac038d Merge pull request #67 from sbl/master
add support for the supercollider language
2012-06-19 01:47:48 -07:00
Martin Grenfell
d64d909c9e Merge pull request #69 from gordio/master
Add Go support
2012-06-19 01:47:28 -07:00
Martin Grenfell
27979e7194 Merge pull request #72 from flxf/master
Add mustache support
2012-06-19 01:46:51 -07:00
Martin Grenfell
fc04e4e8c1 Merge pull request #76 from peterhost/master
add support for aspvbs leftalt comment
2012-06-19 01:43:01 -07:00
Martin Grenfell
ed45f9211b Update readme - fix a typo 2012-06-19 10:42:10 +02:00
Martin Grenfell
21222675c7 Merge pull request #75 from xuhdev/patch-1
Fix an markdown syntax issue in README.md
2012-06-19 01:40:37 -07:00
Martin Grenfell
6f69cbcdd8 Merge pull request #77 from jdonaldson/master
update for haxe/hxml files
2012-06-19 01:38:17 -07:00
Martin Grenfell
12b15e9804 Merge pull request #78 from DSIW/patch-1
Added support for CoffeeScript
2012-06-19 01:37:22 -07:00
DSIW
7b78a83120 Added support for CoffeeScript 2012-06-19 00:56:16 +03:00
Justin Donaldson
1671f8aa71 adding hx/hxml support 2012-06-03 20:00:13 -07:00
Peter Host
6e020aa61c add support for aspvbs leftalt comment
This can be discussed, but I do find it useful to be able and
use HTML commenting as an alternative cause what else lies in an
asp classic page anyway,... but html ;)
2012-06-03 22:26:02 +02:00
Hong Xu
2eecb5b6f2 Fix an markdown syntax issue in README.md. 2012-05-22 13:39:55 +08:00
Felix Fung
2f62560dd6 Add mustache support 2012-05-04 05:23:57 -07:00
gordio
d16e2ab1cf Add comment style for Google Go language 2012-04-15 05:14:09 +03:00
Stephen Lumenta
e2e786c59f Added support for the supercollider language
http://supercollider.sourceforge.net/
2012-03-27 16:00:00 +02:00
Martin Grenfell
cb242a9cb4 Merge pull request #62 from jimmyharris/master
added support for arm assembly syntax
2012-03-27 06:40:28 -07:00
Martin Grenfell
bfa37cdb8b Merge pull request #66 from abelmartin/master
Added READEME.md
2012-03-27 06:39:59 -07:00
Martin Grenfell
68d496339a Merge pull request #64 from cstrahan/patch-1
Add fsharp comment delimiters.
2012-03-27 06:38:40 -07:00
Abel Martin
1b6058a597 another typo 2012-03-26 13:16:34 -03:00
Abel Martin
cef3a9ce39 fixing a typo 2012-03-26 13:15:42 -03:00
Abel Martin
4afef1116c Completed the documentation style and content updates 2012-03-26 13:11:24 -03:00
Abel Martin
57ffc642e1 Further cleaned up styling 2012-03-26 12:42:40 -03:00
Abel Martin
73b3fe939c adding better styling to the readme. 2012-03-26 11:36:43 -04:00
Abel Martin
69c5335553 updated readme. 2012-03-26 12:32:56 -03:00
Abel Martin
f6a3b192b8 added a readme file. 2012-03-26 11:12:53 -04:00
Charles Strahan
fc1988e573 Add fsharp comment delimiters. 2012-03-18 13:04:58 -03:00
Martin Grenfell
93cdbafd7f fix repeat for visual-line comments
this is still broken for visual and visual-block commenting
2012-03-12 10:24:38 +00:00
Martin Grenfell
20e089f6b9 Merge pull request #63 from inkarkat/add-repeat-support
Make mappings repeatable with . through repeat.vim
2012-03-12 03:21:11 -07:00
Ingo Karkat
4dd72ab0af Make mappings repeatable with . through repeat.vim
Use of repeat.vim is purely optional, but very beneficial for typical commenting uses.
2012-03-12 10:42:38 +01:00
James Harris
ddb2952fdc Added support for Arm Assembly 2012-02-19 16:48:47 -06:00
Martin Grenfell
98cec44ef6 Merge pull request #59 from chreekat/master
Support for Cabal, haskell's package system.
2012-01-30 01:43:34 -08:00
Bryan Richter
86f4d493d9 Adds support for Cabal, Haskell's package system.
http://www.haskell.org/cabal/users-guide/#package-descriptions
2012-01-29 15:52:17 -08:00
Martin Grenfell
f4d9f99f67 fix a bug with the key combos on the comment menu
Previously the maps on the menus werent changing when mapleader was
changed - this was because we were looking for a local mapleader var
instead of global
2012-01-13 09:32:02 +00:00
Martin Grenfell
8f2af9a6d7 update the NERDComment() doc 2012-01-02 21:08:24 +00:00
Martin Grenfell
006a151a43 make the NERDComment() type arg case insensitive 2012-01-02 21:08:03 +00:00
Martin Grenfell
0c75ae7e7b make NERDComment a global function again 2012-01-02 10:24:41 +00:00
Martin Grenfell
27580f8777 Merge pull request #55 from ryanwood/master
Add syntax support for slim templates
2012-01-01 15:42:48 -08:00
Ryan Wood
fb4df3e71b Add syntax support for slim templates 2011-12-31 13:24:44 -05:00
Martin Grenfell
0fe4938d22 Merge pull request #37 from panthomakos/master
Add syntax for comments in Ruby
2011-12-14 08:39:29 -08:00
Martin Grenfell
63bf3811ce Merge pull request #46 from peterhost/master
add support for scss leftalt comment
2011-12-14 08:37:10 -08:00
Martin Grenfell
2c3409d97f Merge pull request #48 from chreekat/master
More Haskell support
2011-12-14 08:36:48 -08:00
Martin Grenfell
95d04c69a2 Merge pull request #51 from benjifisher/master
Add maps (keyboard shortcuts) to GUI menu items.
2011-12-14 08:33:13 -08:00
Benji Fisher
785ad99c0b Various fixes, simplifications, improvements to s:NERDComment() and s:CreateMaps(). Updated docs. 2011-12-14 10:39:27 -05:00