Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CmdlineChanged #2603

Closed
wants to merge 1 commit into from
Closed

Add CmdlineChanged #2603

wants to merge 1 commit into from

Conversation

markonm
Copy link

@markonm markonm commented Jan 31, 2018

PR for #2524

@brammool brammool closed this in 153b704 Jan 31, 2018
bfredl added a commit to bfredl/neovim that referenced this pull request Jan 31, 2018
Problem:    Cannot act on edits in the command line.
Solution:   Add the CmdlineChanged autocommand event. (xtal8, closes vim/vim#2603,
            closes vim/vim#2524)

vim/vim@153b704
@codecov-io
Copy link

Codecov Report

Merging #2603 into master will increase coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2603      +/-   ##
==========================================
+ Coverage   74.54%   74.61%   +0.06%     
==========================================
  Files          88       92       +4     
  Lines      132766   133031     +265     
==========================================
+ Hits        98974    99255     +281     
+ Misses      33792    33776      -16
Impacted Files Coverage Δ
src/fileio.c 75.45% <ø> (ø) ⬆️
src/ex_getln.c 73.19% <100%> (ø) ⬆️
src/if_xcmdsrv.c 83.99% <0%> (-0.18%) ⬇️
src/ex_cmds2.c 80.19% <0%> (-0.1%) ⬇️
src/os_unix.c 54.33% <0%> (ø) ⬆️
src/json_test.c 100% <0%> (ø)
src/kword_test.c 66.66% <0%> (ø)
src/message_test.c 100% <0%> (ø)
src/memfile_test.c 100% <0%> (ø)
src/screen.c 73.83% <0%> (+0.02%) ⬆️
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec0557f...8243d77. Read the comment docs.

@markonm markonm deleted the cmdlinechanged branch January 31, 2018 19:46
adizero pushed a commit to adizero/vim that referenced this pull request May 19, 2018
Problem:    Cannot act on edits in the command line.
Solution:   Add the CmdlineChanged autocommand event. (xtal8, closes vim#2603,
            closes vim#2524)
bfredl added a commit to bfredl/neovim that referenced this pull request Dec 12, 2018
Problem:    Cannot act on edits in the command line.
Solution:   Add the CmdlineChanged autocommand event. (xtal8, closes vim/vim#2603,
            closes vim/vim#2524)

vim/vim@153b704
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants