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

2018-11-06 Fir de Conversatie Christian Brabandt
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 modline > > // vim: > filetype=verilog_systemverilog:syntax=verilog_systemverilog:ts=4:tw=0:sw=2:expandtab:norl:foldmethod=marker: > > > W

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

2018-11-06 Fir de Conversatie Bram Moolenaar
Rajdeep wrote: > 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, t

Re: Patch to add functions for manipulating the tag stack of a window

2018-11-06 Fir de Conversatie Yegappan Lakshmanan
Hi, > On Mon, Nov 5, 2018 at 8:27 AM Yegappan Lakshmanan > wrote: > > > > > > > > > > The attached patch adds two new functions (gettagstack() and > > > > > settagstack()) for getting and modifying the tag stack of a > > > > > window. The documentation update and a test are also part > > > > > o

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