nabn / web-indent

Automatically exported from code.google.com/p/web-indent
0 stars 0 forks source link

Can't manually indent #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
--------------------------------------------------------------------
1.  When this indent syntax is enabled, I am unable to
        manually indent any lines

What is the expected output? What do you see instead?
--------------------------------------------------------------------
 *  I should be able to manually adjust indenting as needed

What version of the product are you using? On what operating system?
--------------------------------------------------------------------
 *  Beta 3.0 Released (from vim.org) using Vim 7.3

Please provide any additional information below.
--------------------------------------------------------------------
 *  Disabled all other plugins and customizations and it still
         doesn't work as expected

 *  Log shows (for example)
        LOG: No, noncomment lines prior to: -- INSERT --

Original issue reported on code.google.com by les...@gmail.com on 7 Dec 2010 at 6:07

GoogleCodeExporter commented 8 years ago
This is an issue for me as well. However, I simply went to 
indent/javascript.vim and removed the !<Tab> in the indentkeys variable (line 
22 for me). 

Hope this helps in the meantime. 

Original comment by brwmm...@gmail.com on 21 Feb 2011 at 1:36

GoogleCodeExporter commented 8 years ago
Yup.  Just follow brwmm...@gmail.com's lead.  I'm going to be addressing the 
more general issue of when to actually trigger indenting, which should fix this 
problem as well.  If you guys have any input, please feel free to add comments 
or keep logging bugs!  Thanks for your support!

Original comment by pkopr...@gmail.com on 2 Apr 2011 at 1:31

GoogleCodeExporter commented 8 years ago
Updating script to not indent on TAB press.

Original comment by pkopr...@gmail.com on 17 Apr 2011 at 10:20