1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-28 08:34:02 +02:00
IntelliJ-IdeaVim/vim-engine/src/test/resources/engine_vimscript_functions.yaml
2023-06-06 10:42:42 +03:00

16 lines
1.2 KiB
YAML

# This file was automatically generated by [com.intellij.vim.processor.VimscriptFunctionProcessor].
# If you are going to change it, you are probably doing something wrong, as your changes will be overridden by the next `gradle kspKotlin` run.
abs: com.maddyhome.idea.vim.vimscript.model.functions.handlers.AbsFunctionHandler
empty: com.maddyhome.idea.vim.vimscript.model.functions.handlers.EmptyFunctionHandler
exists: com.maddyhome.idea.vim.vimscript.model.functions.handlers.ExistsFunctionHandler
function: com.maddyhome.idea.vim.vimscript.model.functions.handlers.FunctionFunctionHandler
funcref: com.maddyhome.idea.vim.vimscript.model.functions.handlers.FuncrefFunctionHandler
get: com.maddyhome.idea.vim.vimscript.model.functions.handlers.GetFunctionHandler
join: com.maddyhome.idea.vim.vimscript.model.functions.handlers.JoinFunctionHandler
len: com.maddyhome.idea.vim.vimscript.model.functions.handlers.LenFunctionHandler
sin: com.maddyhome.idea.vim.vimscript.model.functions.handlers.SinFunctionHandler
split: com.maddyhome.idea.vim.vimscript.model.functions.handlers.SplitFunctionHandler
tolower: com.maddyhome.idea.vim.vimscript.model.functions.handlers.TolowerFunctionHandler
toupper: com.maddyhome.idea.vim.vimscript.model.functions.handlers.ToupperFunctionHandler