fenuks

Results 33 issues of fenuks

Hello, vim has very handy option `smartcase` to do case-sensitive search if there is any capital letter in search query, otherwise search is case-insensitive. I have directory called `V`, and...

feature

### Feature ✨ Hello, thank you for sharing your knowledge base! It would be great to be able to read it on ereader. Gitbook natively has option to build epub...

Hello, I just installed latest git version of `page` from AUR, it's truly fantastic, but I've noticed issue with `journalctl` (I run it with `PAGER=page journalctl`. I also tried to...

exec hang when executing command with /n. Its probably because wrong escaping. E.g. this will hang: ``` javascript syncExec = require('shelljs').exec var command = "python2 -c 'print \"first line\"\nprint \"second...

fix
exec

### Actual behaviour USDX uses `~/.ultrastardx` to store its data on Unix platforms. ### Expected behaviour In order to declutter home directory, decouple configuration from other kinds of data, and...

enhancement
help wanted

Vim's `spelllang` allows user to specify multiple languages, separated with commas. With settings like: ```viml set spelllang=en_gb,pl let g:grammarous#use_vim_spelllang = 1 ``` `:GrammarousCheck` results in error: ``` vim-grammarous: Grammar check...

**Is your feature request related to a problem? Please describe.** Following examples are for python, but it applies to many languages. Let's say I have large nested dictionary, e.g :...

enhancement

This adds support for multiple filetypes e.g. `vimwiki.markdown`. Currently neoformat only tries first filetype, which is problematic because as far I'm concerned, it's not possible to configure neoformat to use...

PySolFC currently stored its data in `~/.PySolFC` on Unix platforms. In order to declutter home directory, decouple configuration from other kinds of data, and allow users to configure where files...

I'm using spotbugs maven plugin in version 4.0.0, spotbugs 4.0.3, sb-contrib version 7.4.7, OpenJDK 11. Example below: ```java public class Test { public static Integer errorNotFound(Example example) { // SF_SWITCH_NO_DEFAULT...