summaryrefslogtreecommitdiff
path: root/ext/fiddle/closure.c
diff options
context:
space:
mode:
authorAaron Patterson <[email protected]>2024-06-11 16:45:17 -0700
committerHiroshi SHIBATA <[email protected]>2024-06-20 15:16:57 +0900
commit0e1182f93c29b6bfd43568c80c244c961059942d (patch)
tree3cb1022c7b8213ea17d9c2a7710767888a2c2872 /ext/fiddle/closure.c
parentc2fd3dfb983158488b56abec1e9802dfcc4aa095 (diff)
[ruby/fiddle] Remove Vim commands
(https://github.com/ruby/fiddle/pull/140) Some of these commands just don't work (for example `sws` is not a Vim setting). I think we should just remove these. https://github.com/ruby/fiddle/commit/c3dbf7ba9a
Diffstat (limited to 'ext/fiddle/closure.c')
-rw-r--r--ext/fiddle/closure.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fiddle/closure.c b/ext/fiddle/closure.c
index 2b4cdb6608..7aa9407619 100644
--- a/ext/fiddle/closure.c
+++ b/ext/fiddle/closure.c
@@ -455,4 +455,3 @@ Init_fiddle_closure(void)
*/
rb_define_method(cFiddleClosure, "freed?", closure_freed_p, 0);
}
-/* vim: set noet sw=4 sts=4 */