repo string | commit string | message string | diff string |
|---|---|---|---|
andyli/casahx | b078100254f4fafbd48ca0a3c2857bc30f48b400 | fixed the compilation errors of the load package. not yet fully tested | diff --git a/.gitignore b/.gitignore
index 592495e..e5f5723 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
test/bin/cpp
test/bin/php
test/bin/js/*.js
test/bin/swf/*.swf
+test/bin/neko/*.n
.DS_Store
diff --git a/org/casalib/load/AudioLoad.hx b/org/casalib/load/AudioLoad.hx
index f2f7d10..f61c399 100644
... |
andyli/casahx | 4ccb278373ece0d076b79e5243b7f6a8b40a5bac | fixed Key on non-flash targets | diff --git a/org/casalib/events/IRemovableEventDispatcher.hx b/org/casalib/events/IRemovableEventDispatcher.hx
index 851b5fb..a50e9ab 100644
--- a/org/casalib/events/IRemovableEventDispatcher.hx
+++ b/org/casalib/events/IRemovableEventDispatcher.hx
@@ -1,68 +1,68 @@
/*
CASA Lib for ActionScript 3.0
Copyright (c) 2... |
andyli/casahx | d048b80edda9282f369d562c4853071e59b71bbd | added Key/KeyCombo and some minor fixes. | diff --git a/org/casalib/core/Destroyable.hx b/org/casalib/core/Destroyable.hx
index b9098f0..d0ea38e 100644
--- a/org/casalib/core/Destroyable.hx
+++ b/org/casalib/core/Destroyable.hx
@@ -1,62 +1,62 @@
/*
CASA Lib for ActionScript 3.0
Copyright (c) 2010, Aaron Clinger & Contributors of CASA Lib
All rights reser... |
purcell/renumber_migrations | 28359de0354cb9496bb4bf468bab527b7e7326c8 | Fix idiotic unconditional 'raise'; was an incomplete sanity check | diff --git a/tasks/renumber_migrations_tasks.rake b/tasks/renumber_migrations_tasks.rake
index 866150a..370c2dd 100644
--- a/tasks/renumber_migrations_tasks.rake
+++ b/tasks/renumber_migrations_tasks.rake
@@ -1,64 +1,64 @@
namespace :db do
namespace :migrate do
MIGRATION_DIR = File.join(RAILS_ROOT, "db/migrate... |
purcell/renumber_migrations | 9003607c2bfd14629288b0bc542dac57102c21d1 | Documentation tweaks and an about.yml | diff --git a/README b/README
index 09593d9..498a521 100644
--- a/README
+++ b/README
@@ -1,39 +1,42 @@
RenumberMigrations
==================
Automatically renumber new local migrations when their numbers clash with
team-mates' migrations updated from a subversion repository.
+The plugin provides a rake task tha... |
purcell/renumber_migrations | 80454698ca942c536e2eeb25ca3215748b2d024e | Initial check-in | diff --git a/MIT-LICENSE b/MIT-LICENSE
new file mode 100644
index 0000000..6ece95b
--- /dev/null
+++ b/MIT-LICENSE
@@ -0,0 +1,20 @@
+Copyright (c) 2007 Steve Purcell, http://www.sanityinc.com
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation f... |
textmate/navigation.tmbundle | 5a181786cccf92bc56f0cf1b0b57f0f0999fc4ce | Add readme. | diff --git a/README.mdown b/README.mdown
new file mode 100644
index 0000000..32d8f85
--- /dev/null
+++ b/README.mdown
@@ -0,0 +1,20 @@
+# Installation
+
+You can install this bundle in TextMate by opening the preferences and going to the bundles tab. After installation it will be automatically updated for you.
+
+# Gen... |
textmate/navigation.tmbundle | e5cd849da78b37bfa850c164b3deaea7f3e4d293 | Add the following keys to the bundleâs info.plist: | diff --git a/info.plist b/info.plist
index 50addd5..7520b92 100644
--- a/info.plist
+++ b/info.plist
@@ -1,15 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>contactEma... |
textmate/navigation.tmbundle | 195a10178edb35dcdbb147452240e557831b8414 | Change over Jump to Open/Close to use macros to take advantage of shift-cmd-B | diff --git a/Commands/Jump to Close (same line).plist b/Commands/Jump to Close (same line).plist
deleted file mode 100644
index 676809a..0000000
--- a/Commands/Jump to Close (same line).plist
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.... |
textmate/navigation.tmbundle | 03ce5f5d4b322121289286f0754633ddaccead8b | Switch keybindings for Jump to Open/Close to avoid conflicts with European keyboards | diff --git a/Commands/Jump to Close (same line).plist b/Commands/Jump to Close (same line).plist
index b1accf7..676809a 100644
--- a/Commands/Jump to Close (same line).plist
+++ b/Commands/Jump to Close (same line).plist
@@ -1,63 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Compu... |
textmate/navigation.tmbundle | 22dde2dc9f1f55e8c7be69525d6e738637c4e1fd | Add {} to Jump to Open | diff --git a/Commands/Jump to Open (same line).plist b/Commands/Jump to Open (same line).plist
index ec9f879..4065ede 100644
--- a/Commands/Jump to Open (same line).plist
+++ b/Commands/Jump to Open (same line).plist
@@ -1,61 +1,62 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer/... |
textmate/navigation.tmbundle | b156df36f60fe39f854ae3093963ec3007d16313 | Create Navigation Bundle to hold misc smart-movement commands | diff --git a/Commands/Jump to Close (same line).plist b/Commands/Jump to Close (same line).plist
new file mode 100644
index 0000000..b1accf7
--- /dev/null
+++ b/Commands/Jump to Close (same line).plist
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//E... |
bbolli/rss-fetcher | 3412dd78fa1fd4d15e49911a78d1c1b263a9dc57 | Add support for magnet: links | diff --git a/rss-fetcher b/rss-fetcher
index d9cd7a6..d525413 100755
--- a/rss-fetcher
+++ b/rss-fetcher
@@ -1,83 +1,94 @@
#!/usr/bin/env python
# fetches an RSS feed with enclosures, and submits any torrents found
# to the Transmission bittorrent client.
import os
import re
import urllib
urllib.URLopener.... |
bbolli/rss-fetcher | fbbbfc5de983881eef4331e634eea36085263c1e | Check the link also unless an enclosure was found | diff --git a/rss-fetcher b/rss-fetcher
index 579db02..d9cd7a6 100755
--- a/rss-fetcher
+++ b/rss-fetcher
@@ -1,79 +1,83 @@
#!/usr/bin/env python
# fetches an RSS feed with enclosures, and submits any torrents found
# to the Transmission bittorrent client.
import os
import re
import urllib
urllib.URLopener.... |
bbolli/rss-fetcher | ef71020f82789f85318dfec1675e8bbace9d538a | Fix the enclosure parsing | diff --git a/rss-fetcher b/rss-fetcher
index 52c9892..579db02 100755
--- a/rss-fetcher
+++ b/rss-fetcher
@@ -1,79 +1,79 @@
#!/usr/bin/env python
# fetches an RSS feed with enclosures, and submits any torrents found
# to the Transmission bittorrent client.
import os
import re
import urllib
urllib.URLopener.... |
bbolli/rss-fetcher | 36c5e356444f9bb5d1e72115de2e388c8026b2e1 | Pass just the enclosure link to download() | diff --git a/rss-fetcher b/rss-fetcher
index a7cb017..52c9892 100755
--- a/rss-fetcher
+++ b/rss-fetcher
@@ -1,79 +1,79 @@
#!/usr/bin/env python
# fetches an RSS feed with enclosures, and submits any torrents found
# to the Transmission bittorrent client.
import os
import re
import urllib
urllib.URLopener.... |
bbolli/rss-fetcher | dc65201bc8455f01ed7db41962cd933f50fd2a29 | An entry must match all patterns, not just one | diff --git a/rss-fetcher b/rss-fetcher
index d2594c8..a7cb017 100755
--- a/rss-fetcher
+++ b/rss-fetcher
@@ -1,82 +1,79 @@
#!/usr/bin/env python
# fetches an RSS feed with enclosures, and submits any torrents found
# to the Transmission bittorrent client.
import os
import re
import urllib
urllib.URLopener.... |
bbolli/rss-fetcher | 2c163c695c02206b61614b3ca5f546219a174412 | Conform to PEP8 | diff --git a/basefetcher.py b/basefetcher.py
index ff0b2c8..b293037 100644
--- a/basefetcher.py
+++ b/basefetcher.py
@@ -1,112 +1,117 @@
"""basefetcher.py
This is a base class for RSS consumers.
Its remembers the timestamp of the last processed feed entry,
so only unhandled entries are processed by default.
... |
bbolli/rss-fetcher | 8be213b1500754b8569cfc82161eb52643dc19e3 | Use the RSS entry's title as torrent file name | diff --git a/rss-fetcher b/rss-fetcher
index acab5f4..32d7420 100755
--- a/rss-fetcher
+++ b/rss-fetcher
@@ -1,79 +1,79 @@
#!/usr/bin/env python
# fetches an RSS feed with enclosures, and submits any torrents found
# to the Transmission bittorrent client.
import os, re, urllib
urllib.URLopener.version = "Mozil... |
bbolli/rss-fetcher | d2da162948d03bc8b13ef312b340b1fd716b733b | Monkey-patch an acceptable User-Agent string into urllib | diff --git a/rss-fetcher b/rss-fetcher
index c335051..acab5f4 100755
--- a/rss-fetcher
+++ b/rss-fetcher
@@ -1,78 +1,79 @@
#!/usr/bin/env python
# fetches an RSS feed with enclosures, and submits any torrents found
# to the Transmission bittorrent client.
import os, re, urllib
+urllib.URLopener.version = "Mozil... |
bbolli/rss-fetcher | 6f38c7dfcf4759b62c8763a7782920f1a5c702c3 | Check that the downloaded enclosure is in fact a Torrent file | diff --git a/rss-fetcher b/rss-fetcher
index 43572be..c335051 100755
--- a/rss-fetcher
+++ b/rss-fetcher
@@ -1,74 +1,78 @@
#!/usr/bin/env python
# fetches an RSS feed with enclosures, and submits any torrents found
# to the Transmission bittorrent client.
import os, re, urllib
from basefetcher import BaseRSS... |
bbolli/rss-fetcher | 13f8888a049e4464fb5a4f15bd5b80f86804c7d5 | Move path() into rss-fetcher, where it is used. | diff --git a/basefetcher.py b/basefetcher.py
index a3451dc..ff0b2c8 100644
--- a/basefetcher.py
+++ b/basefetcher.py
@@ -1,115 +1,112 @@
"""basefetcher.py
This is a base class for RSS consumers.
Its remembers the timestamp of the last processed feed entry,
so only unhandled entries are processed by default.
... |
bbolli/rss-fetcher | 37d197310a2d8566272caee8f87a92e2ac2b5ab4 | Ignore the database timestamp when forced | diff --git a/basefetcher.py b/basefetcher.py
index 8ea9094..a3451dc 100644
--- a/basefetcher.py
+++ b/basefetcher.py
@@ -1,114 +1,115 @@
"""basefetcher.py
This is a base class for RSS consumers.
Its remembers the timestamp of the last processed feed entry,
so only unhandled entries are processed by default.
... |
bbolli/rss-fetcher | f6b63605efb3f6623050c4bf76dd8b124af48fef | Output the log on stderr | diff --git a/basefetcher.py b/basefetcher.py
index 440b0b5..8ea9094 100644
--- a/basefetcher.py
+++ b/basefetcher.py
@@ -1,114 +1,114 @@
"""basefetcher.py
This is a base class for RSS consumers.
Its remembers the timestamp of the last processed feed entry,
so only unhandled entries are processed by default.
... |
bbolli/rss-fetcher | 11958379fa385ca3bee0e3757dd1d28011e6582b | Heed the --dry-run help text | diff --git a/rss-fetcher b/rss-fetcher
index d685e6e..ada7252 100755
--- a/rss-fetcher
+++ b/rss-fetcher
@@ -1,69 +1,71 @@
#!/usr/bin/env python
# fetches an RSS feed with enclosures, and submits any torrents found
# to the Transmission bittorrent client.
import re, urllib
from basefetcher import BaseRSSFetc... |
bbolli/rss-fetcher | 83e2e62395738cf0e509504472a7b6ad4ba30bf9 | Fix the timestamp update logic | diff --git a/basefetcher.py b/basefetcher.py
index 3d1f78c..440b0b5 100644
--- a/basefetcher.py
+++ b/basefetcher.py
@@ -1,113 +1,114 @@
"""basefetcher.py
This is a base class for RSS consumers.
Its remembers the timestamp of the last processed feed entry,
so only unhandled entries are processed by default.
... |
bbolli/rss-fetcher | 2119389ff71b5656861870e11f87f70547fe3cca | Save the parsed feed for use by the subclasses | diff --git a/basefetcher.py b/basefetcher.py
index cef8ee0..3d1f78c 100644
--- a/basefetcher.py
+++ b/basefetcher.py
@@ -1,113 +1,113 @@
"""basefetcher.py
This is a base class for RSS consumers.
Its remembers the timestamp of the last processed feed entry,
so only unhandled entries are processed by default.
... |
bbolli/rss-fetcher | a216a94302537a9209d9c2725835034bca0efbf8 | Encode the log message on output | diff --git a/basefetcher.py b/basefetcher.py
index d8a5683..cef8ee0 100644
--- a/basefetcher.py
+++ b/basefetcher.py
@@ -1,113 +1,113 @@
"""basefetcher.py
This is a base class for RSS consumers.
Its remembers the timestamp of the last processed feed entry,
so only unhandled entries are processed by default.
... |
bbolli/rss-fetcher | e8e87ea4fea32f29bec00261c0f74dc74b8d370c | Isolate basefetcher.py so it is reusable in other projects | diff --git a/basefetcher.py b/basefetcher.py
new file mode 100644
index 0000000..d8a5683
--- /dev/null
+++ b/basefetcher.py
@@ -0,0 +1,113 @@
+"""basefetcher.py
+
+This is a base class for RSS consumers.
+
+Its remembers the timestamp of the last processed feed entry,
+so only unhandled entries are processed by default... |
bbolli/rss-fetcher | 858389040d05a4e741ca071cc19160b40bb84dc4 | Downloading the first torrent is enough | diff --git a/rss-fetcher b/rss-fetcher
index 64e38a5..07eb5a9 100755
--- a/rss-fetcher
+++ b/rss-fetcher
@@ -1,122 +1,123 @@
#!/usr/bin/env python
# fetches an RSS feed with enclosures, and submits any torrents found
# to the Transmission bittorrent client.
import sys, os, re, socket, httplib, urllib, time, ppr... |
bbolli/rss-fetcher | c25926bd9cbf99af9a12de0c85ddaeb41456cda5 | Use the standard optparse module | diff --git a/rss-fetcher b/rss-fetcher
index 2435d07..64e38a5 100755
--- a/rss-fetcher
+++ b/rss-fetcher
@@ -1,125 +1,122 @@
#!/usr/bin/env python
# fetches an RSS feed with enclosures, and submits any torrents found
# to the Transmission bittorrent client.
import sys, os, re, socket, httplib, urllib, time, ppr... |
bbolli/rss-fetcher | 989b285e1d8da5f4074bdcf1c4ef4e2d54c93341 | Remove the Transmission-specific HTTP submission | diff --git a/rss-fetcher b/rss-fetcher
index 1bed866..2435d07 100755
--- a/rss-fetcher
+++ b/rss-fetcher
@@ -1,165 +1,125 @@
#!/usr/bin/env python
# fetches an RSS feed with enclosures, and submits any torrents found
# to the Transmission bittorrent client.
import sys, os, re, socket, httplib, urllib, time, ppr... |
chaliy/fsharp_ordering_example | 71d97d58b3d7c511c29feca75300ae5c8e013cd7 | Added new stuff, now about cross boundaries logic | diff --git a/src/Ex3/Program.fs b/src/Ex3/Program.fs
index bcaa699..e1fbad0 100644
--- a/src/Ex3/Program.fs
+++ b/src/Ex3/Program.fs
@@ -1,84 +1,86 @@
-let bus = new Event<obj>()
-let readBus = bus.Publish
-let promote evt =
- ()
+module Model =
-module Identifiers =
+ // Inventory
type Product... |
chaliy/fsharp_ordering_example | 1c510614253ebeed53f1849d71f66bb92a3f0b7b | Added new stuff, now about cross boundaries logic | diff --git a/src/Ex/EventStorage.fs b/src/Ex/EventStorage.fs
index 49398c1..32e7a75 100644
--- a/src/Ex/EventStorage.fs
+++ b/src/Ex/EventStorage.fs
@@ -1,83 +1,32 @@
module Ex.EventStorage
- open Ex
- open Ex.Views
- open Ex.Orders
+ open Ex.Events
+ open Ex.Views
// Handler... |
chaliy/fsharp_ordering_example | 804b3ef01d140815bcba75b6218fae4725fdecf6 | Added another view | diff --git a/src/Ex/EventStorage.fs b/src/Ex/EventStorage.fs
index 1b5bfc0..49398c1 100644
--- a/src/Ex/EventStorage.fs
+++ b/src/Ex/EventStorage.fs
@@ -1,70 +1,83 @@
module Ex.EventStorage
open Ex
open Ex.Views
open Ex.Orders
// Handler per view
type View<'k, 'd, 'r> = ... |
chaliy/fsharp_ordering_example | e8b120d2e6b239a3bbd79db0b0047608a7e4d4ab | Added another map/reduce example OrderPaid|OrderRevoked | diff --git a/src/Ex/EventStorage.fs b/src/Ex/EventStorage.fs
index 225a028..1b5bfc0 100644
--- a/src/Ex/EventStorage.fs
+++ b/src/Ex/EventStorage.fs
@@ -1,53 +1,70 @@
module Ex.EventStorage
-
+
+ open Ex
open Ex.Views
- open Ex.Orders
+ open Ex.Orders
// Handler per view
- typ... |
chaliy/fsharp_ordering_example | 5f1c80e88b253757528759383fbb12fad042d16b | Added improved map/reduce view | diff --git a/src/Ex/EventStorage.fs b/src/Ex/EventStorage.fs
index 6176f6f..225a028 100644
--- a/src/Ex/EventStorage.fs
+++ b/src/Ex/EventStorage.fs
@@ -1,51 +1,53 @@
module Ex.EventStorage
open Ex.Views
open Ex.Orders
// Handler per view
type View<'d, 'r> =
abstract memb... |
chaliy/fsharp_ordering_example | 0ebcd61e757f4316a40dceb82e02dca97e2b112e | Added improved map/reduce view | diff --git a/src/Ex/EventStorage.fs b/src/Ex/EventStorage.fs
index 5c56af2..6176f6f 100644
--- a/src/Ex/EventStorage.fs
+++ b/src/Ex/EventStorage.fs
@@ -1,60 +1,51 @@
module Ex.EventStorage
open Ex.Views
open Ex.Orders
// Handler per view
type View<'d, 'r> =
- abstract memb... |
chaliy/fsharp_ordering_example | 6c0c0575e03dfc5d94054e0390f4d647630ccad2 | Added map/reduce view, do not like it though | diff --git a/src/Ex/EventStorage.fs b/src/Ex/EventStorage.fs
index ba4ece9..5c56af2 100644
--- a/src/Ex/EventStorage.fs
+++ b/src/Ex/EventStorage.fs
@@ -1,27 +1,60 @@
module Ex.EventStorage
open Ex.Views
open Ex.Orders
- // Handlers
- let productAvailability (e : Event) =
- let productPic... |
chaliy/fsharp_ordering_example | 33f3b1a72101f9f0f9a9800aee2e24dd6c6cfb7a | Added notion of Event Storage and Event Processing, initial | diff --git a/src/Ex/EventStorage.fs b/src/Ex/EventStorage.fs
new file mode 100644
index 0000000..ba4ece9
--- /dev/null
+++ b/src/Ex/EventStorage.fs
@@ -0,0 +1,27 @@
+module Ex.EventStorage
+
+ open Ex.Views
+ open Ex.Orders
+
+ // Handlers
+ let productAvailability (e : Event) =
+ let productPicke... |
chaliy/fsharp_ordering_example | b3d261c9f5a7790d780bd6961562f384facf1464 | Add MongoDb support | diff --git a/lib/FsSpec/FsSpec.dll b/lib/FsSpec/FsSpec.dll
new file mode 100644
index 0000000..cb488af
Binary files /dev/null and b/lib/FsSpec/FsSpec.dll differ
diff --git a/lib/FsSpec/FsSpec.pdb b/lib/FsSpec/FsSpec.pdb
new file mode 100644
index 0000000..453c852
Binary files /dev/null and b/lib/FsSpec/FsSpec.pdb diffe... |
chaliy/fsharp_ordering_example | 6ca185aa3fc2e007af2bc1dec3d4ff6967f0aad1 | Some Microsoft.FSharp.Metadata | diff --git a/src/Ex/Ex.fsproj b/src/Ex/Ex.fsproj
index b0b8bc6..ca7a23e 100644
--- a/src/Ex/Ex.fsproj
+++ b/src/Ex/Ex.fsproj
@@ -1,61 +1,63 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
... |
leonhong/Makefile-template | cbb0c911584c58cf053599971c5fe2a23541f7a1 | add Makefile2 | diff --git a/Makefile2 b/Makefile2
new file mode 100644
index 0000000..425ca22
--- /dev/null
+++ b/Makefile2
@@ -0,0 +1,53 @@
+
+CC=g++
+JAR=jar
+JAVAC=javac
+
+ICE_HOME=/opt/Ice-3.3
+SERVER=target/bitserver
+SLICE=slice/BitServer.ice
+GENERATED_H=target/generated/BitServer.h
+GENERATED_CXX=target/generated/BitServer.c... |
leonhong/Makefile-template | 48249d6a4a2dbe9ef5479437341f39ebb0e61161 | mkdir Makefile-template | diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..8d0f49e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,53 @@
+######################################################################
+# makefile Ä£°æ (by lichuang)
+#
+######################################################################
+
+################... |
2072/PHP-Indenting-for-VIm | a3e97e04309f0c0bd2e792efc7da8e0d7310c24c | Documentation: add debugging instructions | diff --git a/README.md b/README.md
index 0188d36..68c69d1 100644
--- a/README.md
+++ b/README.md
@@ -1,36 +1,57 @@
## About
This is the official PHP indentation plug-in for VIm (version 1.39 is bundled with VIm 7.4).
Please, visit [the homepage](https://www.2072productions.com/to/phpindent.txt) of the PHP... |
2072/PHP-Indenting-for-VIm | 71a23e135f41dd260753ce2b36f27f7c83e1dbf1 | Fix long standing unreported issue with StripEndlineComments function that was using a wrongly escaped regex and issuing a an error when debug messages were enabled. Also use \v to make the regex actually human readable. | diff --git a/indent/php.vim b/indent/php.vim
index 1e93a89..26397c3 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -296,1026 +296,1030 @@
" Changes: 1.182 - I Forgot to register 'interface' and 'abstract' as block starters so the '{'
" after them could be wrongly indented...
"
" Changes: 1.181 - I Forgot t... |
2072/PHP-Indenting-for-VIm | 9c14bed8563f7ac5e0b31440df44b21a37b7e9f1 | Fix issue #87 | diff --git a/indent/php.vim b/indent/php.vim
index 92a1cb2..1e93a89 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -913,828 +913,828 @@ function! FindTheIfOfAnElse (lnum, StopAfterFirstPrevElse) " {{{
if getline(beforeelse) =~ '^\s*}'
let beforeelse = FindOpenBracket(beforeelse, 0)
" Put us on the block... |
2072/PHP-Indenting-for-VIm | 4889c6eaee381f417f74021a50dbc2de2a6b09a4 | Fix #86: Add support for match expression | diff --git a/indent/php.vim b/indent/php.vim
index 6d99e70..92a1cb2 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1094 +1,1098 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) gmail (DOT) com>
" URL: https://www.2072productions.com/vim/indent/php.vim
" Home: https://github.... |
2072/PHP-Indenting-for-VIm | 967bdfe49ee528b4043c9310bd45bfaddbb165cf | Deprecate git@github.com URL in favour of https | diff --git a/README.md b/README.md
index 216eb6c..0188d36 100644
--- a/README.md
+++ b/README.md
@@ -1,36 +1,36 @@
## About
This is the official PHP indentation plug-in for VIm (version 1.39 is bundled with VIm 7.4).
Please, visit [the homepage](https://www.2072productions.com/to/phpindent.txt) of the PHP... |
2072/PHP-Indenting-for-VIm | 494787975be38d7fd48a0b3fb6216a350ae23384 | Set b:undo_indent | diff --git a/indent/php.vim b/indent/php.vim
index 3567190..6d99e70 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -28,1025 +28,1025 @@
" script will automatically put HereDoc end identifiers at col 1 if
" they are followed by a ';').
"
" NOTE: If you are editing files in Unix file format and that (by accide... |
2072/PHP-Indenting-for-VIm | 2b897480af318e25749fe80f49caacd6b0a09bdd | Fix #77 where multi line strings and true/false keywords at beginning of a line would cause indentation failures. | diff --git a/indent/php.vim b/indent/php.vim
index 15db0b7..3567190 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1729 +1,1736 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) gmail (DOT) com>
" URL: https://www.2072productions.com/vim/indent/php.vim
" Home: https://github.... |
2072/PHP-Indenting-for-VIm | 2f472132577f05dd20707b089d3c039f5ff285fd | Don't treat php 8.0 `#[` attributes like comments | diff --git a/indent/php.vim b/indent/php.vim
index 7116daf..15db0b7 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -42,1683 +42,1688 @@
"
" Changes: 1.72 - Fix vim/vim#5722 where it was reported that the
" option PHP_BracesAtCodeLevel had not been working for the last 6 years.
"
" Changes: 1.71 ... |
2072/PHP-Indenting-for-VIm | 7b524fac30e03e2d49889759e8f0c54ce6dfeacb | Fix vim/vim#5722 where it was reported that the option PHP_BracesAtCodeLevel had not been working for the last 6 years. | diff --git a/indent/php.vim b/indent/php.vim
index 228590e..7116daf 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,554 +1,557 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) gmail (DOT) com>
" URL: https://www.2072productions.com/vim/indent/php.vim
" Home: https://github.co... |
2072/PHP-Indenting-for-VIm | a13eefc04a1366e9a0115d0537fe5212a57bf3cc | Fix #75 | diff --git a/indent/php.vim b/indent/php.vim
index e23b7fb..228590e 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1554 +1,1558 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) gmail (DOT) com>
" URL: https://www.2072productions.com/vim/indent/php.vim
" Home: https://github.... |
2072/PHP-Indenting-for-VIm | b7d4bdfc927f7ed0528dc8ef34a15d5e98685fa9 | ... fix version name | diff --git a/Comment-stripped-version/php-indent_1-70/indent/php.vim b/Comment-stripped-version/php-indent_1-70/indent/php.vim
index 21788ed..67a1327 100644
--- a/Comment-stripped-version/php-indent_1-70/indent/php.vim
+++ b/Comment-stripped-version/php-indent_1-70/indent/php.vim
@@ -1,958 +1,957 @@
" Vim indent file
... |
2072/PHP-Indenting-for-VIm | 53baca918b8b3c33adf99b7d21f3bcff87f98d33 | - Prepare comment stripped version for inclusion in VIm RT files. - Update version reported by GetPhpIndentVersion() | diff --git a/Comment-stripped-version/php-indent_1-66/VimPHPIndentHelpFile.txt b/Comment-stripped-version/php-indent_1-70/VimPHPIndentHelpFile.txt
similarity index 74%
rename from Comment-stripped-version/php-indent_1-66/VimPHPIndentHelpFile.txt
rename to Comment-stripped-version/php-indent_1-70/VimPHPIndentHelpFile.tx... |
2072/PHP-Indenting-for-VIm | 000c46ef819c2f33a19b080b1d4fa2cf0e13c968 | Add PHP_IndentFunctionDeclarationParameters | diff --git a/doc/PHPIndent.txt b/doc/PHPIndent.txt
index 26c8c27..8241960 100644
--- a/doc/PHPIndent.txt
+++ b/doc/PHPIndent.txt
@@ -1,135 +1,153 @@
PHP *ft-php-indent* *php-indent* *php-indenting*
NOTE: PHP files will be indented correctly only if PHP |syntax| is active.
If you are editing a file in Unix... |
2072/PHP-Indenting-for-VIm | 29c4baba49b9aaced2d6dcfe2974e82421096427 | Rename PHP_IndentFunctionParameters to PHP_IndentFunctionCallParameters | diff --git a/doc/PHPIndent.txt b/doc/PHPIndent.txt
index f8dc138..26c8c27 100644
--- a/doc/PHPIndent.txt
+++ b/doc/PHPIndent.txt
@@ -1,118 +1,135 @@
PHP *ft-php-indent* *php-indent* *php-indenting*
NOTE: PHP files will be indented correctly only if PHP |syntax| is active.
If you are editing a file in Unix... |
2072/PHP-Indenting-for-VIm | 0411bfb882cc1eb2181dd1088508f6d5c7a7150f | Fix bug caused by typo introduced in last commit (d3f59) | diff --git a/indent/php.vim b/indent/php.vim
index 822cda5..8c7ccc5 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -710,988 +710,988 @@ function! Skippmatch2()
" Skip opening /* if they are inside a string or preceded by a single
" line comment starter
if line =~ "\\([\"']\\).*/\\*.*\\1" || line ... |
2072/PHP-Indenting-for-VIm | d3f5963b1fc03d6e64a2c7ed280bf3804c302cba | Fix unreported issue where a comment ending with a ', " or ` would stop indentation after this line. | diff --git a/indent/php.vim b/indent/php.vim
index 2831225..822cda5 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,561 +1,562 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) gmail (DOT) com>
" URL: https://www.2072productions.com/vim/indent/php.vim
" Home: https://github.co... |
2072/PHP-Indenting-for-VIm | c80bfb95d1a4ade770b9e0a208d53caf5cabbd63 | Fix #60 where multiline-string declarations endings with nothing else before would break indentation. | diff --git a/indent/php.vim b/indent/php.vim
index 3ae696b..2831225 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1681 +1,1696 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) gmail (DOT) com>
" URL: https://www.2072productions.com/vim/indent/php.vim
" Home: https://github.... |
2072/PHP-Indenting-for-VIm | 6eeabac27e5d2c0da6bf4b228b2e6a714106856c | Implement feature request #71: added option PHP_IndentFunctionParameters to be set to the number of additional indents you want for your function parameters. | diff --git a/indent/php.vim b/indent/php.vim
index f639de6..3ae696b 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,995 +1,1001 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) gmail (DOT) com>
" URL: https://www.2072productions.com/vim/indent/php.vim
" Home: https://github.c... |
2072/PHP-Indenting-for-VIm | dffa2a5009a9dbae93f1473c394565cc06b54666 | Always indent `^\s*[)\]]` according to their opening counterpart. This is slower but computers have improved in the last 15 years... | diff --git a/indent/php.vim b/indent/php.vim
index 5f6fa19..f639de6 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1663 +1,1676 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) gmail (DOT) com>
" URL: https://www.2072productions.com/vim/indent/php.vim
" Home: https://github.... |
2072/PHP-Indenting-for-VIm | b198a9b13f7cfc5338863ad3620469ffb6d176e1 | Fix #69: indenting was incorrect for closures with single-line `use` statements. | diff --git a/indent/php.vim b/indent/php.vim
index a7fd714..5f6fa19 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1516 +1,1517 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) gmail (DOT) com>
" URL: https://www.2072productions.com/vim/indent/php.vim
" Home: https://github.... |
2072/PHP-Indenting-for-VIm | aa5de6be5a3b9478fd1a159093d51cd8fc1acba3 | make BalanceDirection() function cleverer | diff --git a/indent/php.vim b/indent/php.vim
index 279a088..a7fd714 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -216,1439 +216,1447 @@
" Changes: 1.27 - if a "case" was preceded by another "case" on the
" previous line, the second "case" was indented incorrectly.
"
" Changes: 1.26 - '/*' character seq... |
2072/PHP-Indenting-for-VIm | ecb9924eee35eed94b1b54cb08405f67997dd7b8 | Fix vim/vim#4562 where Vim would freeze on multiline-string declarations ending with a comma. | diff --git a/indent/php.vim b/indent/php.vim
index 1b3d219..279a088 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1583 +1,1587 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) gmail (DOT) com>
" URL: https://www.2072productions.com/vim/indent/php.vim
" Home: https://github.... |
2072/PHP-Indenting-for-VIm | c5494db6256ee0e09c05b33383b9ea7eefe0ce99 | More work on #67 | diff --git a/indent/php.vim b/indent/php.vim
index 3b2c676..1b3d219 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1309 +1,1335 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) gmail (DOT) com>
" URL: https://www.2072productions.com/vim/indent/php.vim
" Home: https://github.... |
2072/PHP-Indenting-for-VIm | 5ca45c0625ede64644cd57b6de02dbf84664f3e5 | Fix issue #68 | diff --git a/indent/php.vim b/indent/php.vim
index c39b79e..919be75 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -11,1025 +11,1025 @@
"
" A fully commented version of this file is available on github
"
"
" If you find a bug, please open a ticket on github.com
" ( https://github.com/2072/PHP-Indenting-for... |
2072/PHP-Indenting-for-VIm | 61ad820386ae905437a5187b7a098210f16f6832 | Fix #67: chained calls indentation was aligning on the first '->' occurrence instead of the last one. | diff --git a/indent/php.vim b/indent/php.vim
index 2417173..db0db53 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1287 +1,1291 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.c... |
2072/PHP-Indenting-for-VIm | 7414384c144cd55a183d215ba26561db8923ed54 | Remove old compatibility layer and always use shiftwidth() | diff --git a/Comment-stripped-version/php-indent_1-66/indent/php.vim b/Comment-stripped-version/php-indent_1-66/indent/php.vim
index 6887cd3..3c0f260 100644
--- a/Comment-stripped-version/php-indent_1-66/indent/php.vim
+++ b/Comment-stripped-version/php-indent_1-66/indent/php.vim
@@ -1,919 +1,909 @@
" Vim indent file
... |
2072/PHP-Indenting-for-VIm | f89994972da26fc2eff8942416e39e06b5367bcb | ... fix typo in help file | diff --git a/Comment-stripped-version/php-indent_1-66/VimPHPIndentHelpFile.txt b/Comment-stripped-version/php-indent_1-66/VimPHPIndentHelpFile.txt
index f8dc138..6117acd 100644
--- a/Comment-stripped-version/php-indent_1-66/VimPHPIndentHelpFile.txt
+++ b/Comment-stripped-version/php-indent_1-66/VimPHPIndentHelpFile.txt... |
2072/PHP-Indenting-for-VIm | 658db6da4e3bccba9a26e7b91e41fee23f5137b3 | Correction: github.com instead of github.org | diff --git a/indent/php.vim b/indent/php.vim
index dcc2b0b..d55d770 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,527 +1,527 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.com... |
2072/PHP-Indenting-for-VIm | c9fa9aaf3c843ab5c2d18979e8069139bde7c122 | Fix to multi-line function declaration argument indentation (fix #63) | diff --git a/indent/php.vim b/indent/php.vim
index ea32b52..dcc2b0b 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,557 +1,559 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.com... |
2072/PHP-Indenting-for-VIm | 4b88f62ae369511a34cc5d02d28b5804594666b1 | Add support for return type declaration on multi-line function declarations (fix #64) | diff --git a/indent/php.vim b/indent/php.vim
index 8dbcaad..ea32b52 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,555 +1,558 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.com... |
2072/PHP-Indenting-for-VIm | 58a5d68d0fdc43c825ae074f64115f4cf0dc9f30 | Functions declared as returning references were not indented properly (fix #62). | diff --git a/indent/php.vim b/indent/php.vim
index a025815..8dbcaad 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1479 +1,1482 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.c... |
2072/PHP-Indenting-for-VIm | 770a5e09dd1388b71ce6f50681aa53649703f24a | Remove Gratipay link | diff --git a/README.md b/README.md
index 3694da4..ebea488 100644
--- a/README.md
+++ b/README.md
@@ -1,38 +1,36 @@
-[](https://www.gratipay.com/2072/)
-
## About
This is the official PHP indentation plug-in for VIm (version 1.39... |
2072/PHP-Indenting-for-VIm | 62024657df0bce5b72948a043d63c33bcaa592a8 | Add PHP_noArrowMatching option (fix #59) | diff --git a/doc/PHPIndent.txt b/doc/PHPIndent.txt
index 6446f78..f8dc138 100644
--- a/doc/PHPIndent.txt
+++ b/doc/PHPIndent.txt
@@ -1,101 +1,118 @@
PHP *ft-php-indent* *php-indent* *php-indenting*
NOTE: PHP files will be indented correctly only if PHP |syntax| is active.
If you are editing a file in Unix... |
2072/PHP-Indenting-for-VIm | 9891d350d1a833d503172878fc9d38562a9732b4 | Fix bug introduced in 1.63 (the content of anonymous function declarations preceded by a '->' was no longer indented correctly) (issue #59) | diff --git a/indent/php.vim b/indent/php.vim
index 562f026..76666bc 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,556 +1,559 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.com... |
2072/PHP-Indenting-for-VIm | e355fb655068498f5dc321be47148bc0abb5baed | Always ignore case when using syntax highlighting names (fix #52) | diff --git a/indent/php.vim b/indent/php.vim
index 372bd4d..562f026 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1600 +1,1603 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.c... |
2072/PHP-Indenting-for-VIm | 1e99a9386e058046604a18968f5306b3eed29da3 | Fix array indentation when PHP_vintage_case_default_indent is set (issue #58) | diff --git a/indent/php.vim b/indent/php.vim
index f503e0d..372bd4d 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1013 +1,1014 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.c... |
2072/PHP-Indenting-for-VIm | 63400ffd76c1dcc8e1927bbe2688b23cb09a5193 | Fix #54 and #59 (chained multi-line '->' indentation) | diff --git a/indent/php.vim b/indent/php.vim
index 909d254..f503e0d 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1526 +1,1598 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.c... |
2072/PHP-Indenting-for-VIm | f7651521cd037bf6c00659a7851287f6302cea2c | Add comment stripped version for sending to Bram | diff --git a/Comment-stripped-versions/php-indent_1-62/VimPHPIndentHelpFile.txt b/Comment-stripped-versions/php-indent_1-62/VimPHPIndentHelpFile.txt
new file mode 100644
index 0000000..6446f78
--- /dev/null
+++ b/Comment-stripped-versions/php-indent_1-62/VimPHPIndentHelpFile.txt
@@ -0,0 +1,101 @@
+PHP *ft-php-indent... |
2072/PHP-Indenting-for-VIm | 7789187d9c20f1b2b599ad7eac2da3eedc56948d | - Add support for anonymous class declaration (Fix #55) - Update change log | diff --git a/indent/php.vim b/indent/php.vim
index d52a466..909d254 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1524 +1,1526 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.c... |
2072/PHP-Indenting-for-VIm | a1deb2f6a3d9fdeeb0dd37716a52cff0a76882e8 | Fix issue #48 (use grouped declarations indentation) | diff --git a/indent/php.vim b/indent/php.vim
index 305eeda..d52a466 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -972,551 +972,553 @@ function! GetPhpIndent()
let b:InPHPcode_checked = 0
endif
if synname =~? '^javaScript'
let b:InPHPcode_and_script = 1
endif
else
"We are insid... |
2072/PHP-Indenting-for-VIm | b114c1efbea687f7d2d215e155f9726af6478ffa | Partially address issue #54 (array index issue with function call) | diff --git a/indent/php.vim b/indent/php.vim
index 5fdcad1..305eeda 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -190,1318 +190,1333 @@
" starting by a '#' were not dismissed by the indenting algorithm
" and could cause indentation problem in some cases.
"
"
" Changes: 1.25 - Fix some indentation e... |
2072/PHP-Indenting-for-VIm | f5b7bcc355cd90c4bdbdfbf0f8aaa8c99970e4ab | Fix #49 | diff --git a/indent/php.vim b/indent/php.vim
index da47376..5fdcad1 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,555 +1,558 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.com... |
2072/PHP-Indenting-for-VIm | facba651d69acf4560050dce9faf09d80e8153be | Fix #47: Prevent multi-line strings declaration from breaking indentation. | diff --git a/indent/php.vim b/indent/php.vim
index 8ed58de..da47376 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1469 +1,1501 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.c... |
2072/PHP-Indenting-for-VIm | bb850cf07fe25693c535cb39b276319818ab0208 | Add comment stripped version for sending to Bram | diff --git a/Comment-stripped-versions/php-indent_1-60/VimPHPIndentHelpFile.txt b/Comment-stripped-versions/php-indent_1-60/VimPHPIndentHelpFile.txt
new file mode 100644
index 0000000..6446f78
--- /dev/null
+++ b/Comment-stripped-versions/php-indent_1-60/VimPHPIndentHelpFile.txt
@@ -0,0 +1,101 @@
+PHP *ft-php-indent... |
2072/PHP-Indenting-for-VIm | 53241c5fb224d1763a9949210fc92411784f5b65 | Fix #44 where Multi-line indenting could get wrong whenever started on a commented line. | diff --git a/indent/php.vim b/indent/php.vim
index 255c03b..8ed58de 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1451 +1,1453 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.c... |
2072/PHP-Indenting-for-VIm | 923b38e45377821f64bae5f9e5da48f48345c4e9 | Fix #40 and add support for optional double quotes around (Here|Now)Document identifiers | diff --git a/indent/php.vim b/indent/php.vim
index 1ea2478..255c03b 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1465 +1,1467 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.c... |
2072/PHP-Indenting-for-VIm | eb6d176e65467a46b97c3b00f25bd27729c723ca | Check shiftwidth() instead of 'shiftwidth' | diff --git a/indent/php.vim b/indent/php.vim
index 4284954..f7e01ea 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1450 +1,1462 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.c... |
2072/PHP-Indenting-for-VIm | 12eceaa05354f23a46ccf7ac42331e3d552c4192 | Add comment stripped version for sending to Bram | diff --git a/Comment-stripped-versions/php-indent_1-57/VimPHPIndentHelpFile.txt b/Comment-stripped-versions/php-indent_1-57/VimPHPIndentHelpFile.txt
new file mode 100644
index 0000000..6446f78
--- /dev/null
+++ b/Comment-stripped-versions/php-indent_1-57/VimPHPIndentHelpFile.txt
@@ -0,0 +1,101 @@
+PHP *ft-php-indent... |
2072/PHP-Indenting-for-VIm | f9eefbcc0bcc4676bfed60f7089e17a4e2d685a2 | Fix an unreported non-blocking syntax error (VimLint) | diff --git a/indent/php.vim b/indent/php.vim
index b197978..4284954 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1416 +1,1419 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.c... |
2072/PHP-Indenting-for-VIm | b0c8f45cd8b9d0be2b1ac890f1db161fe54fa4fc | Add a Gratipay.com badge to README.md | diff --git a/README.md b/README.md
index 2932c97..8afaa7a 100644
--- a/README.md
+++ b/README.md
@@ -1,36 +1,38 @@
+[](https://www.gratipay.com/2072/)
+
## About
This is the official PHP indentation plug-in for VIm (version 1.39... |
2072/PHP-Indenting-for-VIm | 133e9edda7f396d3bd7ce2e848c3352af1c054f2 | Don't mistaken single-lined /**/ comments followed by some code with the start of a multiline comments that should not be indented. (second part of issue #37) | diff --git a/indent/php.vim b/indent/php.vim
index 8c1305c..55d1b1b 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -427,1011 +427,1016 @@ let b:PHP_indentbeforelast = 0
let b:PHP_indentinghuge = 0
let b:PHP_CurrentIndentLevel = b:PHP_default_indenting
let b:PHP_LastIndentedWasComment = 0
let b:PHP_InsideMultil... |
2072/PHP-Indenting-for-VIm | a46dad4f15e8a1d4c0bb602ccf168cf167fb61d7 | Prevent closures in array to cause mayhem (first part of issue #37) by checking the line above their definition instead of using something irrelevant inside. | diff --git a/indent/php.vim b/indent/php.vim
index 72375c5..8c1305c 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -1,1431 +1,1437 @@
" Vim indent file
" Language: PHP
" Author: John Wellesz <John.wellesz (AT) teaser (DOT) fr>
" URL: http://www.2072productions.com/vim/indent/php.vim
" Home: https://github.c... |
2072/PHP-Indenting-for-VIm | 07cb84e28695aa0ab60aff9bd6fdbdda4c2a7ae4 | Do not indent the last line of a multiline string declaration | diff --git a/indent/php.vim b/indent/php.vim
index 3c7191f..72375c5 100644
--- a/indent/php.vim
+++ b/indent/php.vim
@@ -68,1347 +68,1364 @@
" - Fix a issue with lines following a {} block defined
" on a single line if this {} block was just beneath a '{'
"
" Changes: 1.47 - Code in traits was not indented
... |
2072/PHP-Indenting-for-VIm | 9731d655b538c7c1bd8a393d1f806495fc78bc25 | Remove optimization related to labels detection that could trigger indent issues when URLs are found in comments at end of lines | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6e92f57
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+tags
diff --git a/Comment-stripped-versions/README.md b/Comment-stripped-versions/README.md
new file mode 100644
index 0000000..80e7a61
--- /dev/null
+++ b/Comment-stripped-versions/README.md
@... |
ThomasRauch/sample_app | 2a24e4916bbdd62ba467332d1eab7498b61c0a12 | Got in serious trouble | diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb
index 47f8f3f..6510a04 100644
--- a/app/controllers/sessions_controller.rb
+++ b/app/controllers/sessions_controller.rb
@@ -1,24 +1,24 @@
class SessionsController < ApplicationController
def new
@title = "Sign in"
e... |
ThomasRauch/sample_app | bee1ddb735bb5a633187404c1786d46cd980893a | Enough | diff --git a/spec/requests/layout_links_spec.rb b/spec/requests/layout_links_spec.rb
index 994bd02..97df7ae 100644
--- a/spec/requests/layout_links_spec.rb
+++ b/spec/requests/layout_links_spec.rb
@@ -1,77 +1,74 @@
require 'spec_helper'
describe "LayoutLinks" do
it "should have a Home page at '/'" do
get ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.