Tagged Questions
2
votes
1answer
34 views
Vim: TABs of different widths in visual modes and insert mode?
This thing works like the below but if set tabstop=55, it does not work: the TAB in insert mod and the TAB in visual-block mode are totally different TABs.
Visual Block Mode (or Visual mode)
Select ...
2
votes
1answer
66 views
Odd indentation behaviour in Vim with smartindent or filetype indent on
I've found that indenting, with or without a selection, doesn't always work, and it seems to be because of these settings.
From what I can tell it's when the code is valid and correctly indented, but ...
0
votes
1answer
56 views
Vim - automatic open close braces and move cursor
I'm new to Vim and right now i just need a very simple thing:
(1)public class Foo <open brace><hit ENTER>
or
(2)public class Foo <hit ENTER><open brace><hit ENTER>
To ...
1
vote
1answer
49 views
Vim smart tabs inside an if statement
I'm using Vim's SmartTabs plugin to alingn C code with tabs up to the indentation level, then spaces for alignment after that. It works great for things like
void fn(int a,
________int b) {
...
0
votes
0answers
68 views
How do I correctly indent annotations in vim?
I am having trouble getting vim to correctly indent text after java annotations (like @Override or @Test). I attempted to use the second answer from this page. After I tried the solution found there ...
0
votes
1answer
93 views
How to indent typescript files in VIM correctly
I'm quite new to VIM and been working on using bundle to format/colorize/indent my files. I currently downloaded a typescript vim syntax "bundle" from here: ...
1
vote
2answers
107 views
How indent GNU style functions properly with VIM?
I write my functions like,
static int
foo_bar(const char *string)
{
}
When I indent this using Vim, it does something like,
static int
foo_bar(const char *string)
{
}
It adds some extra ...
3
votes
1answer
171 views
Vim indenting multiline var declarations for javascript
I am trying to have vim indent my code like this
var foo,
bar,
baz;
But vim is autoindenting (with =) it like
var foo,
bar,
baz;
Anyone know how to change this?
2
votes
0answers
91 views
Wrong highlighting and indentation of Javascript micro templates in Vim
I use Javascript micro templates inside html and html.erb files in a Rails application. Unfortunately all html tags inside the script tag (with type="test/html" are not correctly highlighted, nor do I ...
1
vote
2answers
105 views
Change an existing C source file to 80 column width in Vim
I have several C files, in which the lines exceed more than 80 columns. I need to wrap them to a 80 column boundary and at the same time maintain proper C syntax. Is this possible in Vim?
I have ...
4
votes
1answer
186 views
Vim changes shiftwidth for .sml files
Vim under Win 7 changes my shiftwidth setting to something I don't want for .sml files only.
What I want is everything to be indented with spaces only, and for everything to be 4 spaces always. This ...
4
votes
3answers
148 views
Can Vim display two spaces for indentation, while keeping four spaces in the file?
I want to work on someone else's project, and he uses 4 spaces for indentation. I use 2, and my screen is not big enough to edit using 4 spaces comfortably.
Can I configure Vim to display 2 spaces ...
1
vote
1answer
100 views
Getting vim to auto-indent this syntax
I've successfully gotten vim to understand my language's syntax for highlighting, but I'm unsure how to get it to automatically indent my code properly. The language itself is somewhat Lisp-like, but ...
4
votes
1answer
214 views
Highlight tabs in vim when expandtab is set
Is there a recipe to make vim highlight tab characters with a given color, but only while the expandtab option is set? I know about 'listchars', but I'd like to be able to differentiate a "valid tab" ...
2
votes
3answers
49 views
Insert spaces that will get deleted automatically
I use the following code to make cc preserve the existing indentation when the line is not empty, and to use the calculated indentation (using indentexpr) when the line is empty.
function SmartCC()
...
0
votes
1answer
86 views
implementation of [p in vim [closed]
Vim has many different functions with paste, for example:
p, P, gp, gP, [p, ]p
[p or ]p, is to paste text with indent adjusted in vim.
for example, if you have the following lines to be copied:
...
3
votes
3answers
96 views
vim: left align consecutive lines with the current line
Often times when I paste into vim I get cascading indents that are quite frustrating to fix. The result will look something like this
This is line one
This is line two
This is line three
...
3
votes
1answer
87 views
How to treat bullet points as whitespace characters in vim?
When using the auto-format option with
set formatoptions=taw
in vim, paragraphs starting with a bullet character will be formated like this:
• This is an
item of a list.
How can I tell vim to ...
2
votes
1answer
121 views
Indent continuation lines differently depending on whether they start or not on a new line
I'm trying to get vim to indent continuation lines starting on a new line this way:
def foo
open_paren_at_EOL(
100, 200)
a = {
:foo => 1,
}
end
Vim 7.3's default indentation ...
0
votes
2answers
150 views
How to use gg=G command in VIM for Windows on XML files from the gui?
I have installed VIM on Windows XP . I want to format XML files using the GUI / command line ? How to do that ?
I went though this post but where to enter that command gg=G from the gui?
0
votes
1answer
69 views
After uncommenting a block of code in NERD_commenter, it's improperly indented
I have some python code:
_name = "football.player"
_description = "Football Player"
def age_calc(self, cr, uid, ids, fields, arg, context=None):
When I comment it by pressing ,cc in ...
1
vote
2answers
931 views
Vim formatting using gg=G with xml
I have a correctly formatted xml file, and following the command given as an answer here:
Auto format c file in vim
I am trying to auto indent my file to display correct nesting.
Before I tried to ...
1
vote
1answer
93 views
VIM python filetype specific indent fails after 50 lines of one list
I'm currently working on reformatting a python project to follow the 4 spaces indent style. The project is being done in VIM with the following plugins: fugitive, snipmate, surround, git, supertab, ...
0
votes
2answers
222 views
Indentation Error: Vim creates invisible indents
As you may be able to see (from the screenshot below) there is an additional level of indentation that I did not make and there are no tabs or spaces corresponding to it. Retyping the code does not ...
1
vote
2answers
146 views
How do I get VIM to recognize PHP block based on <script language=“php”>?
For legacy reasons I'm stuck delimiting PHP code blocks via:
<script language="PHP">
as opposed to:
<?php
This is a valid way of opening a PHP block (see "Escaping from HTML on ...
4
votes
3answers
146 views
What are good *abstractions* for writing custom functions to autoindent code?
This month I've spent some time fighting with Emacs Lisp to try to get automatic indentation that better meets my needs. It's striking just how low-level most of the indentation code is. I've seen ...
0
votes
3answers
62 views
Vim: do unindentation manually
I would like to use substitution in Vim to do unindentation manually (instead of doing <)
So I do this:
:%s/^(^I)?//g
but it does not find the pattern. what am i doing wrong?
2
votes
2answers
82 views
How not to remove indentation by inserting `#`?
When using the autoindent configuration from VIM, it will automatically indent your cursor to a meaningful position after creating a new line. But when the first character you enter is a hash ...
2
votes
1answer
121 views
Vim: Change colour depending on indentation/control flow depth?
In vim, is it possible to change the background colour of the line depending on the depth of the control flow, or of the indentation (which ever is easier)? I seem to remember seeing such a feature in ...
1
vote
3answers
556 views
How to auto indent HTML in ubuntu?
I just got the HTML files of a website I'm supposed to modify.
The problem is the files are not indented.
I use GEdit and want the HTML code to get auto indented.
I read that Indent Lines Plugin is ...
11
votes
2answers
915 views
Is there any good Haskell indentation script for Vim?
Unfortunately, the one Haskell indent script I found (by motemen) breaks when it comes to Haddock comments:
-- |Docline 1, lorem ipsum<CR>
-- Docline 2
^^^^ - an autoindent here, wtf
...
4
votes
1answer
200 views
ERB file indentation is overridden by .rb settings
I have the filetype plugin installed and using it. I have a ruby.vim file under ~/.vim/ftplugin/ that sets expandtab, softtabstop and shiftwidth.
I tried to do the same for .html.erb files, which ...
4
votes
1answer
1k views
VIM html autoindent not working
I try to get autoindent to work in VIM with html files, but unfortunately it won't work. Autoindent works perfectly with other languages, but it just won't work with html. I've already tried setting ...
2
votes
1answer
212 views
regex replace: how to indent a variable number of lines in the middle of the rest of the match
This is a question I have in terms of vim's regex, but a python regex would also be helpful and welcome. Let's take as an example this python function:
def func_hello (*args):
for arg in args:
...
3
votes
1answer
145 views
Unideal comment with NERD_Commenter,comment javascript embed html file
some javascript codes embedded in html as below:
commented with the vim plugin NERD_Commenter
<body>
<script language="javascript">
<!--alert("hello word");-->
...
1
vote
2answers
190 views
Cannot format code in in vim with %= … result is E488: Trailing characters
I am trying to format some groovy code in vim
Firstly I the command type ":set smartindent"
... then I type the command ":=%"
and the error I get is the following:
E488: Trailing characters
Here ...
3
votes
1answer
270 views
VIM JavaScript Indentation Plugin - Comma first
Is there a Javascript indentation plugin for VIM which can handle comma-first notation?
Example:
var o = {
foo: bar
, bar: foo
, cde: efg
}
I think Sublime Text has support for this.
1
vote
2answers
300 views
Python indentation borked
I saw that there are similar titles to this. But my case seems a little weirder. I somehow used a mixture of PyCharm and Vim (and within Vim I have tabstop=4 and shiftwidth=2), and my Python code ...
2
votes
2answers
242 views
How can i get correct indentation in gvim for python?
I'm using a python library. I don't know about the indentation that the writer of that file used.
With gvim i press o and start writing python as indent on in .vimrc.
But if i copy and paste python ...
1
vote
0answers
105 views
Equivalent of shift+% brace matching in Python
In Perl or C (using VIM as the editor) it is easier to see which part is with in the loop and what level it is nested by selecting a brace and clicking shift+% take you to corresponding matching ...
4
votes
1answer
807 views
Can VIM autoindent SQL?
This answer appears to be the accepted format for writing SQL blocks:
http://stackoverflow.com/a/272232/178383
Is there a VIM indent/syntax file that would adhere to this standard - or at least ...
2
votes
2answers
108 views
Vim Expression (and Language) sensitive indentation - Possible?
Well, I am editing a LaTeX file, but I am not pleased with the default vim indentation.
Let's say I wanted vim do indentate like this:
\begin{document}
\maketitle
\section{A}
...
4
votes
2answers
274 views
Is there a way to make == work in vim to reindent python code?
Let's say I have the following Python code:
if conditionOne():
if conditionTwo():
foo = bar
foo += 1
bar -= 2
If I later remove conditionTwo, I would like to dedent the ...
5
votes
2answers
187 views
Indent multiple lines above the cursor in Vim
I know that 3>> will indent the current line and the two lines below the cursor. How do I indent the current line and the two lines above?
3
votes
1answer
179 views
Don't change indent level of wrapped lines
If there are lines in a file that are too long to be displayed on the screen, we can use the
command
:set wrap
Now long lines are split into chunks visible on the screen. Usually the code is ...
1
vote
2answers
170 views
How to paste correctly when autoindent in vim resets the line if nothing typed
This question describes how auto indent is ignored with empty lines, using his/her example:
....{
....█
....}
becomes
....{
█
....}
when no text is entered. Apparently this is supposed to ...
104
votes
5answers
19k views
Turning off auto indent when pasting text into vim
Unfortunately, I am not an experienced vim user. But, I am making the effort to learn it.
When I paste code into my document from the clipboard, I get extra spaces at the start of each new line:
...
9
votes
2answers
2k views
Combined HTML, PHP and Javascript indenting and syntax highlighting in vim
I use vim for web development. These are almost always .php files, which also contain HTML and sometimes Javascript. While working in a block of PHP, indenting works fine. The syntax highlighting is ...
152
votes
9answers
43k views
How do I fix the indentation of an entire file in Vi?
In Vim, what is the command to correct the indentation of all the lines?
Often times I'll copy and paste code into a remote terminal and have the whole thing messed up. I want to fix this in one ...
22
votes
6answers
20k views
Correct indentation of HTML and PHP using Vim
I've been using Vim for a while, and I can't get proper HTML indentation working in PHP files.
For example, what I want is for each child to be indented one tab more than it's parent, as shown below.
...

