[Bug 1767314] Re: Ubuntu Bionic vi/vim not working correctly

2020-11-01 Thread Thiago Martins
Any news about this?!

The vim is still very bad on Ubuntu 20.04.

Any recommendation for a better /etc/vim/* ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767314

Title:
  Ubuntu Bionic vi/vim not working correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1767314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767314] Re: Ubuntu Bionic vi/vim not working correctly

2018-12-18 Thread flashydave
Setting regexpengine=1 drops this back down to 1.4 seconds. So either
this is the root cause of this particular slowdown (i.e. when syntax
highlighting gitolite format files) or at least compensates for whatever
is the root cause.  According to
https://stackoverflow.com/posts/38521226 the default regexp engine
changed with Vim 7.4. This was the version shipped with Trusty onwards
so in theory was already in use on 14.04 and 16.04 ubuntu so something
doesnt quite tie up

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767314

Title:
  Ubuntu Bionic vi/vim not working correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1767314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767314] Re: Ubuntu Bionic vi/vim not working correctly

2018-12-18 Thread flashydave
Just by way of more info I was editing a gitolite conf file of 4096 lines with 
the following stats to render the syntax with the cursor at the end of the file
The total time taken was 5 seconds. By default redrawtime is set to 2 seconds 
so the 5 srconds taken represents a considetable drop off in performance.  It 
is true that 18.04 feels sluggish. Maybe Spectre malware fix slowdowns?


TOTAL  COUNT  MATCH   SLOWEST AVERAGE   NAME   PATTERN
  1.580522   4214   96  0.0028750.000375  gitoliteRefex  
\(^\s*\(-\|R\|RW+\?C\?D\?\)\s\+\)\@<=\S.\{-}\(\s*=
  1.542289   4068   27120.0060480.000379  gitoliteConfigKey  
\(\(config\|option\)\s\+\)\@<=[^ =]*
  0.986339   1426   0   0.0327780.000692  gitoliteCreateRule 
\(^\s*C\s.*=\s*\)\@<=\S[^#]*[^# ]
  0.777079   4068   40680.0008700.000191  gitoliteConfigVal  
\(=\s*\)\@<=\S.*
  0.652198   1502   95  0.040.000434  gitoliteDenyRule   
\(^\s*-\s.*=\s*\)\@<=\S[^#]*[^# ]
  0.059132   2852   14260.0001000.21  gitoliteRule   
\(^\s*\)\@<=\(-\|C\|R\|RW+\?C\?D\?\)\s\@=
  0.033258   4118   13560.490.08  gitoliteConfigLine 
^\s*\(config\|option\|include\|subconf\)\s[^#]*
  0.024610   4142   14260.350.06  gitoliteRuleLine   
^\s*\(-\|C\|R\|RW+\?C\?D\?\)\s[^#]*
  0.016784   6026   32580.130.03  gitoliteGroup  @\S\+
  0.014909   4142   13950.130.04  gitoliteRepoError  
^\s*\S\+\s*=
  0.014868   4118   657 0.450.04  gitoliteRepoLine   
^\s*repo\s\+[^=]*$
  0.013410   4118   0   0.440.03  gitoliteRepoError  ^\s*repo.*=
  0.010654   4400   574 0.450.02  gitoliteComment#.*
  0.004946   4118   1   0.140.01  gitoliteGroupLine  
^\s*@\S\+\s*=\s*\S.*$
  0.003386   4118   0   0.090.01  gitoliteTemplateLine ^=begin 
template-data$
  0.001547   4118   0   0.020.00  gitoliteSpecialRefex /USER/
  0.001208   4118   0   0.010.00  gitoliteSpecialRefex NAME/

  5.737139   65666

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767314

Title:
  Ubuntu Bionic vi/vim not working correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1767314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767314] Re: Ubuntu Bionic vi/vim not working correctly

2018-12-18 Thread flashydave
Further investigation with a recompiled version more recent than that
shipped with 18.04 yields that syntax highlighting failure is caused by
redrawtime being exceeded  - often triggered after using G to move to
the end of the file. It is not possible to set "syntax on" manually at
that point as it immediatetly gets disabled again unless you move to the
start of the file with g.

This explains the "persistence" due to the "jump to the previously
edited line in the file" setting being set - but forgetting it upon
deletion of .viminfo as this is where this Info is stored.  Without it
vi opens with the cursor at line 1.

In my case this problem has occurred following an upgrade and has never
happened before on the same hardware running the same applications for
many years with lots of files being edited multiple times every day -
day in day out.  Ie something in the timing dynamics when running vi has
changed wirh 18.04

See https://github.com/vim/vim/issues/2790 for further discussion and
possible workarounds.

** Bug watch added: github.com/vim/vim/issues #2790
   https://github.com/vim/vim/issues/2790

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767314

Title:
  Ubuntu Bionic vi/vim not working correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1767314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767314] Re: Ubuntu Bionic vi/vim not working correctly

2018-12-18 Thread flashydave
The mis-interpretation of PC cursor keys when accessed vi ssh (as
described in the discussion link above) is very remeniscent of trying to
use vim.tiny not vim.basic (which server install defaults to).  Maybe
this along with my above post will help characterise the bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767314

Title:
  Ubuntu Bionic vi/vim not working correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1767314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767314] Re: Ubuntu Bionic vi/vim not working correctly

2018-12-18 Thread flashydave
The "set nocompatible" fix doesn't work on 18.04.1 LTS server.  The
trigger condition appears to be a random operation and not repeatable.
Symptoms include loss of tab completion and syntax highlighting.   It is
persistent through a re-edit of the same file.  The fault can be cleared
by removing .viminfo until the next random occurence.

Given the use of vi on a server instance with no GUU is very high I
would request the importance of this bug is set to high as it
significantly damages productivity when used in a professional context.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767314

Title:
  Ubuntu Bionic vi/vim not working correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1767314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767314] Re: Ubuntu Bionic vi/vim not working correctly

2018-05-31 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: vim (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767314

Title:
  Ubuntu Bionic vi/vim not working correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1767314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767314] Re: Ubuntu Bionic vi/vim not working correctly

2018-05-31 Thread Thiago Martins
Thanks! vim on Ubuntu 18.04 is so annoying!  lol

The workaround is good!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767314

Title:
  Ubuntu Bionic vi/vim not working correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1767314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs