Re: new tool lib conflict with gvim lib

2017-09-19 Thread Sand Glass
Thanks a lot. I launch the tool use this command '/opt/Xilinx/Vivado/2016.3/bin/vivado'. It is actually a script. And after launch the tool, in tool tcl command window, It has loaded all relative lib. So I do not need a extra wrapper alias. -- -- You received this message from the "vim_use"

Re: User-defined tabulations

2017-09-19 Thread Christian Brabandt
On Di, 19 Sep 2017, Mikhail V wrote: > Is there in gVIM (I am gVIM user) a possibility to define > different tabulations widths in single file? > > Like in a DTP software e.g. Indesign or Word, > I can set custom tabulations for any paragraph and they > are stored within a file. > > Seems

Intel HEX files ?

2017-09-19 Thread tuxic
Hi, while programming the flash memmory of microcontrollers I have to edit Intel HEXfiles (https://en.wikipedia.org/wiki/Intel_HEX). Is any addon/plugin known, which eases this task? Thank you very much in advance for any help! Cheers Meino -- -- You received this message from the "vim_use"

Re: User-defined tabulations

2017-09-19 Thread Grant Taylor
On 09/19/2017 01:37 PM, Mikhail V wrote: I have noticed that there is similar functionality in VIM like markers, that are stored separately in side files. Are you referring to per file a-z marks / per instance A-Z marks? Which can be stored in viminfo files? -- Grant. . . . unix || die

q: in mapping not invoking commandline window, only the command line

2017-09-19 Thread Graham Lawrence
Here is a mapping using q: that works, copies cursor WORD into @" and uses it to build a substitute command in command line window, ends by waiting for user to type a character the cursor should move back to. nmap W yiWq:i%s/\<^R "\>/^R "/g^[ F Note ^U ^R ^[ ^M are all the ctrl-v ctrl-? form

User-defined tabulations

2017-09-19 Thread Mikhail V
Is there in gVIM (I am gVIM user) a possibility to define different tabulations widths in single file? Like in a DTP software e.g. Indesign or Word, I can set custom tabulations for any paragraph and they are stored within a file. Seems that the answer is no :( But maybe some work on this

Re: Set scrollbind and syncbind on command line of vim invocation

2017-09-19 Thread Christian Brabandt
On Di, 19 Sep 2017, Keith Christian wrote: > Ben, > > Thanks for responding. > > That command line loads both files as mine does but displays an error. > Not much documentation about the syncbind option/command in Vim's > docs. > > Here is the error I see when running the command (I added -O

Re: Set scrollbind and syncbind on command line of vim invocation

2017-09-19 Thread Keith Christian
Ben, Thanks for responding. That command line loads both files as mine does but displays an error. Not much documentation about the syncbind option/command in Vim's docs. Here is the error I see when running the command (I added -O to achieve loading both 1.txt and 2.txt.) vi -O +"windo set

Re: new tool lib conflict with gvim lib

2017-09-19 Thread Christian Brabandt
On Di, 19 Sep 2017, Sand Glass wrote: > Can I tempory add the xilinx LD_LIBRARY_PATH when launch xilinx tool, after I > launched the tool, I release the xilinx LD_LIBRARY_PATH ? Yes, that's what Nicolai told you. Either call your tool like this: LD_LIBRARY_PATH=/foobar my_tool or create a

Re: new tool lib conflict with gvim lib

2017-09-19 Thread Sand Glass
Can I tempory add the xilinx LD_LIBRARY_PATH when launch xilinx tool, after I launched the tool, I release the xilinx LD_LIBRARY_PATH ? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit