]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Defsplit is not solely Python-specific
authorSergey Matveev <stargrave@stargrave.org>
Tue, 4 Apr 2023 11:58:48 +0000 (14:58 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 4 Apr 2023 11:58:48 +0000 (14:58 +0300)
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