summaryrefslogtreecommitdiff
path: root/ext/fiddle/function.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/function.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/function.c')
-rw-r--r--ext/fiddle/function.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fiddle/function.c b/ext/fiddle/function.c
index 5469e09e37..b6a105abe1 100644
--- a/ext/fiddle/function.c
+++ b/ext/fiddle/function.c
@@ -493,4 +493,3 @@ Init_fiddle_function(void)
*/
rb_define_method(cFiddleFunction, "initialize", initialize, -1);
}
-/* vim: set noet sws=4 sw=4: */