Caleb Maclennan
63bd306a7e
Sort file type list alphabetically
2016-05-27 09:04:44 +03:00
Lucas Bourneuf
df647acefc
fix asp support (doublon)
2016-05-27 08:59:05 +03:00
ARM9
e48cc752f3
Fix rust Alt comments ( #248 )
2016-05-26 17:25:29 +03:00
Alexander Alzate
4760e57514
Start Insertion in Append Mode When no Right Delim ( #234 )
2016-05-26 08:24:47 +03:00
dkim
c3afedbe22
Use getbufvar in an old-fashioned way for backward compatibility ( #247 )
...
getbufvar accepts only two arguments in Vim 7.3 (at least the one
included in OS X 10.11.5), and returns an empty string when the buffer
or variable does not exist: getbufvar({buffer}, {variable}).
Vim 7.4 has extended the built-in function so that it additionally
accepts an optional argument which determines the default return value:
getbufvar({buffer}, {variable}, [, {default}]). When the third argument
is not given and the buffer or variable does not exists, getbufvar
returns an empty string as before.
getbufvar({buffer}, {variable}) works in both Vim 7.3 and 7.4, and is
practically equivalent to getbufvar({buffer}, {variable}, 0) because an
empty string is coerced to 0 if necessary.
2016-05-25 23:17:10 +03:00
Caleb Maclennan
e91be123f0
Simplify and document the config key for toggling language defaults
...
Closes #33
2016-05-24 20:55:37 +03:00
Caleb Maclennan
8291af4c7c
Merge pull request #155 from saep/master
...
Implement functionality to chose the alternative comment style
2016-05-24 20:50:59 +03:00
Caleb Maclennan
6af02e1442
Fix powershell blooper
2016-05-24 20:22:04 +03:00
Caleb Maclennan
9425289459
Add common settings and overhaul README formatting, esp. bindings section
2016-05-24 20:14:10 +03:00
Caleb Maclennan
9e8410e1b9
Overhaul installation instructions
...
See discussion in #241
2016-05-24 19:50:50 +03:00
Caleb Maclennan
d59f0b614f
Merge pull request #241 from zwhitchcox/master
...
alternative pathogen download instructions
2016-05-24 19:09:56 +03:00
zane.hitchcox@one.verizon.com
1158546091
include entire repository in manual install
2016-05-24 11:09:20 -05:00
Zane Hitchcox
0cbbcb5674
alternative pathogen download instructions
2016-05-24 10:41:58 -05:00
Caleb Maclennan
ff0b875c8d
Add alt delimiter to R filetype for Roxygen strings
2016-05-24 18:02:14 +03:00
Caleb Maclennan
e0c4a25696
Merge pull request #246 from stevenweaver/master
...
adding hyphy filetype
2016-05-24 17:42:48 +03:00
Caleb Maclennan
00e9729661
Add multiline delimiter support to ASY file type
2016-05-24 17:36:01 +03:00
Caleb Maclennan
1d07874610
Add ASP filetype support
2016-05-24 17:35:14 +03:00
Caleb Maclennan
560d7f0f77
Merge pull request #245 from hightemp/master
...
Add ruby multiline comment tags
2016-05-24 17:09:28 +03:00
Caleb Maclennan
0a186faad1
Merge pull request #244 from svermeulen/working
...
Add file format and function for identifying commented lines from outside plugin
2016-05-24 17:04:55 +03:00
Caleb Maclennan
32cd2b9362
Merge pull request #243 from sailorfeng/master
...
Add lpc filetype support
2016-05-24 16:57:44 +03:00
Caleb Maclennan
821fa9ad9e
Merge pull request #242 from lanjiann/master
...
Pull in documentation updates from old fork (found in network graph)
2016-05-24 16:56:03 +03:00
Caleb Maclennan
264be25aa1
Use full English names when explaining functions
2016-05-24 16:24:20 +03:00
Caleb Maclennan
ec802fe1d3
Merge pull request #151 from klaasb/realnesting
...
Support automatic real nesting of comments without placeholders, if supported by the language.
2016-05-24 16:17:09 +03:00
Klaas Boesche
c2fc065b33
Automatic real nesting for languages with support
...
Removes the placeholder workaround (forceNested) for languages which
allow truly nested comments and automatically applies them.
Enabled for haskell, racket, scheme, scala, lisp, ocaml, sml.
Fixes issue #131
2016-05-24 13:52:21 +02:00
Caleb Maclennan
2b3714bff6
Bump release number for the benefit of plugin managers that update to tags
2016-05-24 14:04:07 +03:00
Caleb Maclennan
45d94964ba
Merge pull request #230 from sbdchd/ruby
...
updated ruby comment to fit with ruby style guide
2016-05-24 11:59:30 +03:00
Caleb Maclennan
dad084190d
Update maintainer contact information
2016-05-24 11:50:30 +03:00
Caleb Maclennan
917bc892dc
Add delimiter for Paludis filetype
...
Closes #229
2016-05-24 11:10:31 +03:00
Caleb Maclennan
dcd63ec026
Add delimiters for Laravel filetype
...
Closes #219
2016-05-24 10:59:25 +03:00
Caleb Maclennan
ef692d5a91
Update Rust filetype with alternate comment delimiters
...
Closes #206
2016-05-24 10:48:03 +03:00
Caleb Maclennan
887232b8fe
Add cython and pyrex python dialects
...
Closes #199
2016-05-24 10:40:17 +03:00
Caleb Maclennan
9b86e000f2
Add work around to support lazy-loading
...
Closes #176 , thanks to @chilicuil.
2016-05-24 10:26:09 +03:00
Caleb Maclennan
a5b5caff08
Add spin filetype support
...
Closes #154 , thanks to @hmaarrfk.
2016-05-24 09:59:24 +03:00
Caleb Maclennan
08689c3f5c
Add multiline delimiter for Matlab
...
Closes #138 , thanks to @hmaarrfk.
2016-05-24 09:51:07 +03:00
Caleb Maclennan
1d4e02c670
Add block comment delimiter as alternate for CoffeeScript
...
Closes #118
2016-05-24 09:27:33 +03:00
Caleb Maclennan
38d77f64cf
Add plain LaTeX file type support
...
Closes #105
2016-05-24 09:07:12 +03:00
Caleb Maclennan
4ebe5a9c5c
Merge pull request #239 from davidjb/master
...
Reapply PR #183 for Python comments, PR #100 undid this
2016-05-24 08:57:49 +03:00
Caleb Maclennan
90315ecf20
Add ss (lisp scheme) filetype support
...
Closes #61
2016-05-24 08:49:48 +03:00
Caleb Maclennan
902837e2b1
Add support for snippets files
...
Closes #56
2016-05-24 08:46:24 +03:00
Caleb Maclennan
247421c0ba
Add alternate block-wise comment syntax
...
Per @gf3's comment on issue #40 , this seems to be more complete support
over the bare PR I merged from #100 .
2016-05-24 08:16:57 +03:00
Caleb Maclennan
81d0709db4
Merge pull request #238 from mathstuf/fix-spelling-problems
...
spelling: fix spelling issues
2016-05-24 07:30:08 +03:00
Caleb Maclennan
e482d8a9c4
Merge pull request #117 from ypid/master
...
Support for esmtprc and upstart.
2016-05-24 07:25:54 +03:00
Caleb Maclennan
a6f2bc084a
Merge pull request #164 from jonatanolofsson/master
...
Add support for tupfiles
2016-05-24 07:23:25 +03:00
Caleb Maclennan
6d97fbbd16
Merge pull request #158 from spk/add_privoxy_support
...
Added privoxy support
2016-05-24 07:22:21 +03:00
Szymon Śliwa
bfd80feb6f
added Coq support
...
Closes #156
[caleb@alerque.com: Drop redundant alternate comment delimiters]
Signed-off-by: Caleb Maclennan <caleb@alerque.com>
2016-05-24 07:21:46 +03:00
David Beitey
c3a82f40c2
Reapply PR #183 , PR #100 undid this
2016-05-24 10:17:33 +10:00
Ben Boeckel
180d46c300
spelling: fix spelling issues
2016-05-23 16:53:22 -04:00
Caleb Maclennan
b2dca140df
Merge pull request #232 from suoto/master
...
Adding config state handling before/after line comments
2016-05-23 22:52:30 +03:00
Caleb Maclennan
e6e67e9470
Merge pull request #231 from sbdchd/scss
...
updated scss comment style to correspond to the style guide
2016-05-23 22:52:03 +03:00
Caleb Maclennan
bc40eac0c6
Merge pull request #228 from alerque/sile
...
Add comment syntax for SILE
2016-05-23 22:51:14 +03:00