-
with cino containing the `k` flag, `if` statements where the keyword is not in column 0 are affected
-
### Steps to reproduce
1. Open C file
2. Write code with compound literal:
```c
int *foo = (int[]){
[1] = 1,
[2] = 2,
[3] = 3,
};
```
3. Turn on `cindent`
…
-
Dear All,
Ad oggi non riesco a scaricare la maggior parte dei 14 certificati disponibili
![Schermata 2023-12-12 alle 16 38 15](https://github.com/italia/anpr/assets/153639321/98566667-4110-40a8-…
-
set autoindent
set smartindent
set cindent " Bad for js, unless you set the following cino!
" Pretty decent js indentation without a plugin - wow!
set cino=-jJ1j1
" If really large declarative ui b…
-
In default, I get
```
class a{
public:
```
but I would like
```
class a{
public:
```
if i do `:set cino=-1`
i get
```
class a{
pub:
```
but for `public:` the noindent still doesn't work.
`…
-
Emanuel sent me some characters to add, we should add these to the alpha before we start cutting things out for the beta.
I can only work from the decision from #134
-
This is a continuation of #125
Since we save our selected character, use it in our gameplay. Will most likely be done in the Player Script
-
When selecting images in the frontend a service should be called where the images are kept in the DB.
Currently fixed names are used (hero.jpg and must match the name in the images dir.
-
#91 から引き継ぎです。
関数内の継続行をインデントする `:help cino-+` が、`namespace {}` 内を関数と認識してしまっているようです。
これにより、namespace 内に書いた テンプレート関数やテンプレートクラスがインデントされてしまいます。
``` cpp
// namespace 外
template
void func() {}
template
…
-
For maps and objects, since I only have a limited amount, I Will not take any out
I created this issue as we need to finalize (For the wiki) what will, and will not be in the game, before I go on to …