This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug documentation/25186] New: Vim ftplugin creates conflicting autocmd group


https://sourceware.org/bugzilla/show_bug.cgi?id=25186

            Bug ID: 25186
           Summary: Vim ftplugin creates conflicting autocmd group
           Product: systemtap
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: documentation
          Assignee: systemtap at sourceware dot org
          Reporter: jonathan.kinred at gmail dot com
  Target Milestone: ---

There's a long standing bug in the provided Vim plugin which breaks the
expected case insensitive behaviour of Vim's autocmd event's.

There is a Stack Exchange description of the problem here:
https://vi.stackexchange.com/questions/5546/why-doesnt-vim-work-with-lowercase-event-names/5731#5731

By using the autocmd group name "filetype", which has the same name as an
autocmd "event", subsequent use of case insensitive events will try to allocate
the command to the group created in the systemtap Vim plugin.

I discovered this when installing the "Development Libraries" group on Fedora
31 which includes the systemtap-devel package. After this, other unrelated Vim
plugins broke.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]