Concern 30__tar.gz → 32__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {concern-30 → concern-32/Concern.egg-info}/PKG-INFO +2 -2
- {concern-30/Concern.egg-info → concern-32}/PKG-INFO +2 -2
- {concern-30 → concern-32}/README.md +1 -1
- {concern-30 → concern-32}/concern/Concern.py +1 -1
- {concern-30 → concern-32}/setup.py +1 -1
- {concern-30 → concern-32}/COPYING +0 -0
- {concern-30 → concern-32}/Concern.egg-info/SOURCES.txt +0 -0
- {concern-30 → concern-32}/Concern.egg-info/dependency_links.txt +0 -0
- {concern-30 → concern-32}/Concern.egg-info/entry_points.txt +0 -0
- {concern-30 → concern-32}/Concern.egg-info/requires.txt +0 -0
- {concern-30 → concern-32}/Concern.egg-info/top_level.txt +0 -0
- {concern-30 → concern-32}/concern/Concern.arid +0 -0
- {concern-30 → concern-32}/concern/__init__.py +0 -0
- {concern-30 → concern-32}/concern/getblock.py +0 -0
- {concern-30 → concern-32}/concern/templates/__init__.py +0 -0
- {concern-30 → concern-32}/concern/templates/loop.py.aridt +0 -0
- {concern-30 → concern-32}/concern/templates/quit.py.aridt +0 -0
- {concern-30 → concern-32}/concern/templates/screenrc.aridt +0 -0
- {concern-30 → concern-32}/concern/templates/sendblock.py.aridt +0 -0
- {concern-30 → concern-32}/concern/templates/session.vim.aridt +0 -0
- {concern-30 → concern-32}/concern/util.py +0 -0
- {concern-30 → concern-32}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Concern
|
|
3
|
-
Version:
|
|
3
|
+
Version: 32
|
|
4
4
|
Summary: Control pym2149 (via Lurlene) or FoxDot using Vim
|
|
5
5
|
Home-page: https://github.com/combatopera/Concern
|
|
6
6
|
Author: Andrzej Cichocki
|
|
@@ -12,7 +12,7 @@ Requires-Dist: lagoon>=50
|
|
|
12
12
|
Requires-Dist: timelyOSC>=4
|
|
13
13
|
|
|
14
14
|
# Concern
|
|
15
|
-
Control pym2149 (via Lurlene) or FoxDot using Vim
|
|
15
|
+
Control pym2149 (via Lurlene) or FoxDot using Vim.
|
|
16
16
|
|
|
17
17
|
## Install
|
|
18
18
|
These are generic installation instructions.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Concern
|
|
3
|
-
Version:
|
|
3
|
+
Version: 32
|
|
4
4
|
Summary: Control pym2149 (via Lurlene) or FoxDot using Vim
|
|
5
5
|
Home-page: https://github.com/combatopera/Concern
|
|
6
6
|
Author: Andrzej Cichocki
|
|
@@ -12,7 +12,7 @@ Requires-Dist: lagoon>=50
|
|
|
12
12
|
Requires-Dist: timelyOSC>=4
|
|
13
13
|
|
|
14
14
|
# Concern
|
|
15
|
-
Control pym2149 (via Lurlene) or FoxDot using Vim
|
|
15
|
+
Control pym2149 (via Lurlene) or FoxDot using Vim.
|
|
16
16
|
|
|
17
17
|
## Install
|
|
18
18
|
These are generic installation instructions.
|
|
@@ -39,7 +39,7 @@ def main():
|
|
|
39
39
|
parser.add_argument('vimarg', nargs = '*')
|
|
40
40
|
parser.parse_args(wrappercli(), config.cli)
|
|
41
41
|
for arg in config.vimarg:
|
|
42
|
-
(-config).
|
|
42
|
+
(-config).w.window.vim.args += arg
|
|
43
43
|
if config.chdir is not None:
|
|
44
44
|
os.chdir(config.chdir)
|
|
45
45
|
configdir.mkdir(parents = True, exist_ok = True)
|
|
@@ -49,7 +49,7 @@ class SourceInfo:
|
|
|
49
49
|
sourceinfo = SourceInfo('.')
|
|
50
50
|
setup(
|
|
51
51
|
name = 'Concern',
|
|
52
|
-
version = '
|
|
52
|
+
version = '32',
|
|
53
53
|
description = 'Control pym2149 (via Lurlene) or FoxDot using Vim',
|
|
54
54
|
url = 'https://github.com/combatopera/Concern',
|
|
55
55
|
author = 'Andrzej Cichocki',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|