]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/pack/stargrave/start/defsplit/autoload/defsplit.vim
Defsplit is not solely Python-specific
[dotfiles.git] / vim / .vim / pack / stargrave / start / defsplit / autoload / defsplit.vim
index 94ab75639f4290e05c960355dc186a0b88bee5db..5e647edfd490ec24cd28c7c7517759d6cbb854fb 100644 (file)
@@ -1,10 +1,10 @@
 vim9script
 
-# Python function call splitter
+# Function call splitter
 # Maintainer: Sergey Matveev <stargrave@stargrave.org>
 # License: GNU General Public License version 3 of the License or later
 #
-# This plugin splits Python function call on several lines.
+# This plugin splits function call on several lines.
 #
 #   def foobar(self, foo: str, bar: Some[thing, too]) -> None:
 # to