diff options
| author | Mattias Andrée <maandree@operamail.com> | 2012-10-28 20:31:16 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2012-10-28 20:31:16 +0100 | 
| commit | 45a8b66c0591c5b3cbb7ed2fdccb371a7ce3782e (patch) | |
| tree | 73b0cf30d41592d10eec99faf14b9a66aff43dea | |
| parent | m syntax edit (diff) | |
| download | auto-auto-complete-45a8b66c0591c5b3cbb7ed2fdccb371a7ce3782e.tar.gz auto-auto-complete-45a8b66c0591c5b3cbb7ed2fdccb371a7ce3782e.tar.bz2 auto-auto-complete-45a8b66c0591c5b3cbb7ed2fdccb371a7ce3782e.tar.xz | |
whoops
| -rw-r--r-- | example | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -46,7 +46,7 @@  		    	    (no-exec ls "'/usr/share/ponysay/ponies'" .pony)  	)  	(suggestion balloon (exec "'/usr/bin/ponysay'" --balloonlist) -		    	    (no-exec ls "'/usr/share/ponysay/balloons'") (case (ponysay .say) (ponythink .think)) +		    	    (no-exec ls "'/usr/share/ponysay/balloons'" (case (ponysay .say) (ponythink .think)))  	)  	(suggestion wrap    (verbatim none inhertit 100 60)  		    	    (calc (pipe (stty size) | 
