From 0e1182f93c29b6bfd43568c80c244c961059942d Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 11 Jun 2024 16:45:17 -0700 Subject: [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 --- ext/fiddle/function.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/fiddle/function.c') 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: */ -- cgit v1.2.3