diff options
author | Josh Stone <jistone@redhat.com> | 2009-01-28 17:01:20 -0800 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-01-28 17:16:50 -0800 |
commit | 73267b89ea6ede28b1a0a10667774bca6eb2b37e (patch) | |
tree | 8004f6fc06820356033767d574dd228cc3ca78e7 /buildrun.cxx | |
parent | 4c2732a1dad1de295c9219ee3afac007b2d7ba05 (diff) | |
download | systemtap-steved-73267b89ea6ede28b1a0a10667774bca6eb2b37e.tar.gz systemtap-steved-73267b89ea6ede28b1a0a10667774bca6eb2b37e.tar.xz systemtap-steved-73267b89ea6ede28b1a0a10667774bca6eb2b37e.zip |
Add Vim modelines for GNU style in stap
Diffstat (limited to 'buildrun.cxx')
-rw-r--r-- | buildrun.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildrun.cxx b/buildrun.cxx index c626cf2a..6ce56a09 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -306,3 +306,5 @@ run_pass (systemtap_session& s) rc = system (staprun_cmd.c_str ()); return rc; } + +/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */ |