{"id":16539466,"url":"https://github.com/tyru/share-cmdline-history.vim","last_synced_at":"2026-03-10T14:05:52.100Z","repository":{"id":66794715,"uuid":"50233827","full_name":"tyru/share-cmdline-history.vim","owner":"tyru","description":"Share command-line history between multiple Vims like bash's 'histappend' option (DEVELOPMENT VERSION)","archived":false,"fork":false,"pushed_at":"2016-01-24T13:09:36.000Z","size":6,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T02:43:28.464Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tyru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-23T10:24:22.000Z","updated_at":"2016-01-24T13:00:46.000Z","dependencies_parsed_at":"2023-04-15T17:17:01.055Z","dependency_job_id":null,"html_url":"https://github.com/tyru/share-cmdline-history.vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tyru/share-cmdline-history.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyru%2Fshare-cmdline-history.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyru%2Fshare-cmdline-history.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyru%2Fshare-cmdline-history.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyru%2Fshare-cmdline-history.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyru","download_url":"https://codeload.github.com/tyru/share-cmdline-history.vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyru%2Fshare-cmdline-history.vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30336122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T12:41:07.687Z","status":"ssl_error","status_checked_at":"2026-03-10T12:41:06.728Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T18:49:10.156Z","updated_at":"2026-03-10T14:05:52.078Z","avatar_url":"https://github.com/tyru.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What's this?\n\nThis plugin shares command-line history between multiple Vims like bash's 'histappend' option.\u003cbr/\u003e\nIt executes `:rviminfo` before entering command-line,\nand executes `:wviminfo` after executing an Ex command.\n\n# Goals\n\n1. [x] No configuration in .vimrc. Install \u0026 work at once\n2. [x] Do not override user's mapping in .vimrc\n  * I'm using this setting in my .vimrc (Enter command-line with `'hlsearch'` and `'ignorecase'` enabled)\n\n```viml\nnnoremap \u003csilent\u003e \u003cSID\u003e(pre-:) :\u003cC-u\u003esetlocal hlsearch ignorecase\u003cCR\u003e\nxnoremap \u003csilent\u003e \u003cSID\u003e(pre-:) :\u003cC-u\u003esetlocal hlsearch ignorecase\u003cCR\u003egv\nnnoremap \u003cscript\u003e\u003cexpr\u003e : '\u003cSID\u003e(pre-:)' . (v:count ==# 0 ? '' : v:count) . ':'\nxnoremap \u003cscript\u003e       : \u003cSID\u003e(pre-:)gv:\n```\n\n3. [x] Correct [count] handling\n4. [x] Correct abbreviation expansion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyru%2Fshare-cmdline-history.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyru%2Fshare-cmdline-history.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyru%2Fshare-cmdline-history.vim/lists"}