How to layout this bar with vimscript?Ctrl + Right and Right send same Sequence in Putty > Screen > VimTrying to get vimpager (to replace less) working with nerdTREEProblem : how can I copy/paste this in vim?VIM commenting out what I pasteHow to insert both vimscript variable and string into vim search and replaceGlitch with auto chmod line in .vimrc“Press ENTER or type command to continue”: why am I seeing this?Getting Alt to Work in the Terminal with Tmux and VimHow can I stop vim from editing directories?modes not showing in status bar of vim
What does the word "Atten" mean?
Increase performance creating Mandelbrot set in python
A particular customize with green line and letters for subfloat
What is the best translation for "slot" in the context of multiplayer video games?
Two monoidal structures and copowering
Large drywall patch supports
Are student evaluations of teaching assistants read by others in the faculty?
Term for the "extreme-extension" version of a straw man fallacy?
CREATE opcode: what does it really do?
Why, precisely, is argon used in neutrino experiments?
Anatomically Correct Strange Women In Ponds Distributing Swords
How to run a prison with the smallest amount of guards?
What happens if you roll doubles 3 times then land on "Go to jail?"
Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?
How to be diplomatic in refusing to write code that breaches the privacy of our users
Unreliable Magic - Is it worth it?
India just shot down a satellite from the ground. At what altitude range is the resulting debris field?
How did Doctor Strange see the winning outcome in Avengers: Infinity War?
How did Arya survive the stabbing?
What is the intuitive meaning of having a linear relationship between the logs of two variables?
How to pronounce the slash sign
How do scammers retract money, while you can’t?
Is HostGator storing my password in plaintext?
Do all network devices need to make routing decisions, regardless of communication across networks or within a network?
How to layout this bar with vimscript?
Ctrl + Right and Right send same Sequence in Putty > Screen > VimTrying to get vimpager (to replace less) working with nerdTREEProblem : how can I copy/paste this in vim?VIM commenting out what I pasteHow to insert both vimscript variable and string into vim search and replaceGlitch with auto chmod line in .vimrc“Press ENTER or type command to continue”: why am I seeing this?Getting Alt to Work in the Terminal with Tmux and VimHow can I stop vim from editing directories?modes not showing in status bar of vim

I'm trying writing a vim completion script, but I don't know how to layout this bar with vimscript. How to trigger this bar when in i mode(Can I make it with vimscript)? And how to customize the contents of the bar?
vim vimrc
add a comment |

I'm trying writing a vim completion script, but I don't know how to layout this bar with vimscript. How to trigger this bar when in i mode(Can I make it with vimscript)? And how to customize the contents of the bar?
vim vimrc
I think you've asked the same question four times here. It may be that I need to be avimexpert but I'm unclear what you mean by the repeated "how to layout this bar with vimscript". Perhaps you could edit your question to explain your request with more detail.
– roaima
Mar 10 at 14:37
add a comment |

I'm trying writing a vim completion script, but I don't know how to layout this bar with vimscript. How to trigger this bar when in i mode(Can I make it with vimscript)? And how to customize the contents of the bar?
vim vimrc

I'm trying writing a vim completion script, but I don't know how to layout this bar with vimscript. How to trigger this bar when in i mode(Can I make it with vimscript)? And how to customize the contents of the bar?
vim vimrc
vim vimrc
edited Mar 10 at 23:55
NiaBie
asked Mar 10 at 14:31
NiaBieNiaBie
11
11
I think you've asked the same question four times here. It may be that I need to be avimexpert but I'm unclear what you mean by the repeated "how to layout this bar with vimscript". Perhaps you could edit your question to explain your request with more detail.
– roaima
Mar 10 at 14:37
add a comment |
I think you've asked the same question four times here. It may be that I need to be avimexpert but I'm unclear what you mean by the repeated "how to layout this bar with vimscript". Perhaps you could edit your question to explain your request with more detail.
– roaima
Mar 10 at 14:37
I think you've asked the same question four times here. It may be that I need to be a
vim expert but I'm unclear what you mean by the repeated "how to layout this bar with vimscript". Perhaps you could edit your question to explain your request with more detail.– roaima
Mar 10 at 14:37
I think you've asked the same question four times here. It may be that I need to be a
vim expert but I'm unclear what you mean by the repeated "how to layout this bar with vimscript". Perhaps you could edit your question to explain your request with more detail.– roaima
Mar 10 at 14:37
add a comment |
1 Answer
1
active
oldest
votes
Do you mean the function complete(startcol, matches)? You can find how to use it with :h complete in vim.
New contributor
user343644 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505478%2fhow-to-layout-this-bar-with-vimscript%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Do you mean the function complete(startcol, matches)? You can find how to use it with :h complete in vim.
New contributor
user343644 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Do you mean the function complete(startcol, matches)? You can find how to use it with :h complete in vim.
New contributor
user343644 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Do you mean the function complete(startcol, matches)? You can find how to use it with :h complete in vim.
New contributor
user343644 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Do you mean the function complete(startcol, matches)? You can find how to use it with :h complete in vim.
New contributor
user343644 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user343644 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered yesterday
user343644user343644
1
1
New contributor
user343644 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user343644 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
user343644 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505478%2fhow-to-layout-this-bar-with-vimscript%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I think you've asked the same question four times here. It may be that I need to be a
vimexpert but I'm unclear what you mean by the repeated "how to layout this bar with vimscript". Perhaps you could edit your question to explain your request with more detail.– roaima
Mar 10 at 14:37