-
With `set cinoptions=(0` in my vimrc I would expect multiline if conditionals to be formatted this way (using 2-space tabs):
```javascript
if (cond1 ||
cond2 ||
cond3) {
// ...
}
```
…
-
hi,
when i try to use this library i get some macro errors with haxe 3.2.1
this is the code
```
class User implements hxbit.Serializable {
@:s public var name:String;
@:s public var s…
-
Hello,
I have a consistently reproductible SIGSEGV (both in `vim` and `gvim`). This only happens when trying to `:q` in the tab which has the MiniBufExplorer (https://github.com/fholgado/minibufexp…
-
Where does .vrapperrc and/or _vrapperrc go under Windows? It's not reading my syntax color etc., but
I'm not sure I've put in the right place (folder location).
Will all of the color config stuf…
-
I often edit code with filetype set to 'cpp.doxygen', which gives C++ syntax highlighting for the code and doxygen highlighting on the comments. However, the lines
``` vim
if exists("c_no_curly_error…
-
This could be intended behavior, but I don't think so? This is what I am getting:
```
defmodule Sample do
def add(x, y) do
x + y
end
def double(x) do
add(x,
y)
end
end
```
Note…
-
Hi there,
It looks like PR #385 broke the way I'm used to write chained function calls:
```
db.fetch()
.then(doSomething)
.then(doSomethingElse);
```
Instead, it's now forcing an indent:
```
db.fe…
-
I'm having an issue converting this JSON:
{"headerFullLocation": "Current map view", "totalResults": 0, "warning": {"text": "There aren't a lot of results near you. Try something more general, reset …
-
I have a couple of issues with indentation.
Using the ...variable (spread operator) in an array or object on multiline for instance.
I'm not sure what is the style you guys want to follow with inden…
yormi updated
8 years ago
-
```
What steps will reproduce the problem?
ntdll.dll:7C90EB8B ntdll_KiFastSystemCall:
ntdll.dll:7C90EB8B mov edx, esp
ntdll.dll:7C90EB8D sysenter
ntdll.dll:7C90EB8F nop
After this link the program…