diff options
| author | Victor S <victorplentz@gmail.com> | 2023-10-08 15:10:39 -0300 |
|---|---|---|
| committer | Victor S <victorplentz@gmail.com> | 2023-10-09 15:10:28 -0300 |
| commit | c3340cdf1b7ab72c72fee2507beb91f0a4413226 (patch) | |
| tree | 130e88e0d7ad26bbe71c094bbde03c5d1d471304 | |
| parent | ec8650d942d86d3b7cf5d9114f66a4aee4cd85a2 (diff) | |
| download | vim-prettier-c3340cdf1b7ab72c72fee2507beb91f0a4413226.tar.xz | |
docs: remove TODO comment of completed task
Removed TODO comment that reminded to compose the flags of the CLI
command from a list using list methods. The task is completed.
| -rw-r--r-- | autoload/prettier/resolver/config.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autoload/prettier/resolver/config.vim b/autoload/prettier/resolver/config.vim index d609517..7a9d813 100644 --- a/autoload/prettier/resolver/config.vim +++ b/autoload/prettier/resolver/config.vim @@ -3,7 +3,6 @@ function! prettier#resolver#config#resolve(config, hasSelection, start, end) abort " Allow params to be passed as json format " convert bellow usage of globals to a get function o the params defaulting to global - " TODO: Use a list, filter() and join() to get a nicer list of args. let l:config_and_sel = { \ 'config': a:config, \ 'hasSelection': a:hasSelection, |
