[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.

c3dbf7ba9a
This commit is contained in:
Aaron Patterson 2024-06-11 16:45:17 -07:00 committed by Hiroshi SHIBATA
parent c2fd3dfb98
commit 0e1182f93c
6 changed files with 0 additions and 8 deletions

View file

@ -493,4 +493,3 @@ Init_fiddle_function(void)
*/
rb_define_method(cFiddleFunction, "initialize", initialize, -1);
}
/* vim: set noet sws=4 sw=4: */