diff options
author | Aaron Patterson <[email protected]> | 2024-06-11 16:45:17 -0700 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-06-20 15:16:57 +0900 |
commit | 0e1182f93c29b6bfd43568c80c244c961059942d (patch) | |
tree | 3cb1022c7b8213ea17d9c2a7710767888a2c2872 /ext/fiddle/fiddle.h | |
parent | c2fd3dfb983158488b56abec1e9802dfcc4aa095 (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/fiddle.h')
-rw-r--r-- | ext/fiddle/fiddle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fiddle/fiddle.h b/ext/fiddle/fiddle.h index 348baa9ab9..54391b95f5 100644 --- a/ext/fiddle/fiddle.h +++ b/ext/fiddle/fiddle.h @@ -237,4 +237,3 @@ typedef void (*rb_fiddle_freefunc_t)(void*); VALUE rb_fiddle_ptr_new_wrap(void *ptr, long size, rb_fiddle_freefunc_t func, VALUE wrap0, VALUE wrap1); #endif -/* vim: set noet sws=4 sw=4: */ |