Re: [vim/vim] Potential vim bug related to :bd of linked file and opening again

2021-05-28 Fir de Conversatie justrajdeep
Thanks Tony. On Friday, May 28, 2021 at 6:30:27 AM UTC-4 Tony Mechelynck wrote: > On Fri, May 28, 2021 at 12:55 AM justrajdeep wrote: > > > > Hi > > > > I have a file and a soft link to it > > > > > > ls -ltr $OUT/src/verif/gl2cc/gl2cc_top/tb/gl2cc_

[vim/vim] Potential vim bug related to :bd of linked file and opening again

2021-05-27 Fir de Conversatie justrajdeep
Hi I have a file and a soft link to it *ls -ltr $OUT/src/verif/gl2cc/gl2cc_top/tb/gl2cc_top_tb_pkg.sv* *lrwxrwxrwx 1 ramondal gfx11 85 May 27 10:21 $OUT/src/verif/gl2cc/gl2cc_top/tb/gl2cc_top_tb_pkg.sv -> $ROOT/src/verif/glx/gl2cc/gl2cc_top/tb/gl2cc_top_tb_pkg.sv* i open the symlink file usi

Re: share/vim/vim81/filetype.vim is overriding modline.

2018-11-07 Fir de Conversatie justrajdeep
On Wednesday, November 7, 2018 at 2:02:38 AM UTC-5, Christian Brabandt wrote: > On Di, 06 Nov 2018, justrajdeep wrote: > > > Hi > > > > I have a file which is a system_verilog file but it is an erb file. > > > > Hence i have the following modlin

share/vim/vim81/filetype.vim is overriding modline.

2018-11-06 Fir de Conversatie justrajdeep
Hi I have a file which is a system_verilog file but it is an erb file. Hence i have the following modline // vim: filetype=verilog_systemverilog:syntax=verilog_systemverilog:ts=4:tw=0:sw=2:expandtab:norl:foldmethod=marker: When I open the file first time, the syntax is correctly highligh

Re: set confirm hangs gvim when trying to close it with embedded terminal open

2017-08-23 Fir de Conversatie justrajdeep
On Wednesday, August 23, 2017 at 12:01:46 AM UTC-4, Kazunobu Kuriyama wrote: > 2017-08-23 7:41 GMT+09:00 justrajdeep : > > > Hi > > > > Hi vim_dev > > > > I am using gvim version 8.0.987 in x86_64 based RHEL 6 system. > > > > Gvim is comp

Re: not able to switch tab with mouse when cursor is in the terminal

2017-08-23 Fir de Conversatie justrajdeep
On Wednesday, August 23, 2017 at 12:01:41 AM UTC-4, Kazunobu Kuriyama wrote: > 2017-08-23 7:34 GMT+09:00 justrajdeep : > > > Hi vim_dev > > > > I am using gvim version 8.0.987 in x86_64 based RHEL 6 system. > > > > Gvim is compiled with +terminal supp

set confirm hangs gvim when trying to close it with embedded terminal open

2017-08-22 Fir de Conversatie justrajdeep
Hi Hi vim_dev I am using gvim version 8.0.987 in x86_64 based RHEL 6 system. Gvim is compiled with +terminal support. If I put set confirm in my .vimrc and try to quit gvim in which an embedded terminal is open, it opens the popup and asks if i want to save changes to !csh? No matter which

not able to switch tab with mouse when cursor is in the terminal

2017-08-22 Fir de Conversatie justrajdeep
Hi vim_dev I am using gvim version 8.0.987 in x86_64 based RHEL 6 system. Gvim is compiled with +terminal support. When i open terminal and cursor is blinking in terminal, it does not allow to switch to another tab, which is present, using mouse. The tab gets selected but the frame does not ch

Re: Patch 8.0.518 issue: encodings=utf-8 breaking foldmethod=manual display

2017-03-29 Fir de Conversatie justrajdeep
On Wednesday, March 29, 2017 at 3:16:19 PM UTC-4, Christian Brabandt wrote: > Hi justrajdeep! > > On Mi, 29 Mär 2017, justrajdeep wrote: > > > I dont see the issue with patch 8.0.517. > > > > se fillchars? output > > > > fillchars=vert:|,fold:- >

Re: Patch 8.0.518 issue: encodings=utf-8 breaking foldmethod=manual display

2017-03-29 Fir de Conversatie justrajdeep
On Wednesday, March 29, 2017 at 2:25:08 PM UTC-4, Christian Brabandt wrote: > Hi vim_dev! > > On Mi, 29 Mär 2017, Christian Brabandt wrote: > > > Hi justrajdeep! > > > > On Mi, 29 Mär 2017, justrajdeep wrote: > > > > > Hi Vim Developers > > &

Patch 8.0.518 issue: encodings=utf-8 breaking foldmethod=manual display

2017-03-29 Fir de Conversatie justrajdeep
Hi Vim Developers I recently updated my vim to version 8.0.518 I have foldmethod=marker set by default. I use default vimrc share/vim/vim80/vimrc_example.vim If I dont have set encoding=utf-8 http://i.imgur.com/B8tsoFg.png is how a folded file looks. if i have set encoding=utf-8 http://i.img

Colorscheme as a buffer property

2017-01-08 Fir de Conversatie justrajdeep
Hi Developers, Can colorscheme be made a buffer property? Use case: We could have headers in different colorscheme and source code in different one. Instant visual clue of the filetypes. Thanks Rajdeep -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your

GUI_INC_LOC/GUI_LIB_LOC is not taking effect

2015-11-09 Fir de Conversatie justrajdeep
Hi I have updated src/Makefile to provide custom GUI_INC_LOC and GUI_LIB_LOC locations. i have done a make distclean && make config Attached "log" is the output from the same. as visible it has picked up the path provided GUI_INC_LOC="-I/usr/necccs/include" GUI_LIB_LOC="-L/usr/necccs/lib/X11

Re: [patch] implement undo in :s_flags

2015-01-08 Fir de Conversatie justrajdeep
On Tuesday, October 9, 2012 4:37:58 PM UTC+5:30, Bram Moolenaar wrote: > Christian Brabandt wrote: > > > On Sun, September 30, 2012 14:42, Bram Moolenaar wrote: > > >> attached patch implements undo when doing :s/.../.../gc > > > > > > Yeah, this is useful. But also tricky, if the undo is done wr