File: define_foo.rb

package info (click to toggle)
ruby-neovim 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 480 kB
  • sloc: ruby: 3,392; makefile: 3
file content (3 lines) | stat: -rw-r--r-- 46 bytes parent folder | download
1
2
3
def foo
  Vim.command("let g:called = 1")
end