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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Concern
3
- Version: 30
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: 30
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,5 +1,5 @@
1
1
  # Concern
2
- Control pym2149 (via Lurlene) or FoxDot using Vim
2
+ Control pym2149 (via Lurlene) or FoxDot using Vim.
3
3
 
4
4
  ## Install
5
5
  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).printf("window vim args += %s", arg)
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 = '30',
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