aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | vim-patch:8.0.0167James McCoy2017-06-06
| * | | | | | | | | | vim-patch:8.0.0158James McCoy2017-06-06
| * | | | | | | | | | vim-patch:8.0.0156James McCoy2017-06-06
|/ / / / / / / / / /
* | | | | | | | | | doc: clang scan-buildJustin M. Keyes2017-06-06
| * | | | | | | | | eexe_mod_op: Explicitly cast varnumber_T to float_T for -WconversionJames McCoy2017-06-04
| * | | | | | | | | *: Disable UBSAN for VimL arithmetic implementationJames McCoy2017-06-04
| * | | | | | | | | func_attr: Allow disabling UBSAN for a functionJames McCoy2017-06-04
| * | | | | | | | | lintJames McCoy2017-06-04
| * | | | | | | | | vim-patch:8.0.0219James McCoy2017-06-04
| * | | | | | | | | vim-patch:7.4.2224James McCoy2017-06-04
| * | | | | | | | | vim-patch:7.4.2029James McCoy2017-06-04
| * | | | | | | | | vim-patch:7.4.1986James McCoy2017-06-04
| * | | | | | | | | vim-patch:7.4.1979James McCoy2017-06-04
| * | | | | | | | | vim-patch:7.4.1978James McCoy2017-06-04
| * | | | | | | | | vim-patch:7.4.1977James McCoy2017-06-04
| * | | | | | | | | vim-patch:7.4.1976James McCoy2017-06-04
| * | | | | | | | | vim-patch:7.4.1975James McCoy2017-06-04
|/ / / / / / / / /
* | | | | | | | | oldtests: Fix syntax of s:flakyJames McCoy2017-06-04
* | | | | | | | | Merge pull request #6807 from bfredl/attrindentBjörn Linse2017-06-03
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | lint: fix indentation of FUNC_ATTR linesBjörn Linse2017-06-03
| * | | | | | | | clint: check FUNC_ATTR lines to have 2-space indentBjörn Linse2017-06-03
|/ / / / / / / /
* | | | | | | | doc: README.md (#6839)Jonas Stein2017-06-02
* | | | | | | | test: fix bashisms (#6791)Jonathan de Boyne Pollard2017-06-01
* | | | | | | | Merge #4700 from AdnoC/keep-default-registerJustin M. Keyes2017-05-31
|\ \ \ \ \ \ \ \
| * | | | | | | | shada: Add default value for is_unnamedAdnoC2017-05-31
| * | | | | | | | eval.c: Ignore unnamed register error in f_setregAdnoC2017-05-31
| * | | | | | | | test: Fix and add cases for unnamed registerAdnoC2017-05-31
| * | | | | | | | style/lintAdnoC2017-05-31
| * | | | | | | | shada/linting: Moved some code out of shada_write.AdnoC2017-05-31
| * | | | | | | | eval/shada: Add testing for unnamed register with setreg and startupAdnoC2017-05-31
| * | | | | | | | eval: Add ability to set the unnamed register with setregAdnoC2017-05-31
| * | | | | | | | shada: Set the unnamed register to the previous unnamed register on startupAdnoC2017-05-31
| * | | | | | | | shada: Remember whether "0 or "1 was the unnamed registerJames McCoy2017-05-24
* | | | | | | | | build: LuaRocks 2.4.2 #6059Jan Viljanen2017-05-31
* | | | | | | | | channel_write: fix compiler warningJustin M. Keyes2017-05-31
* | | | | | | | | 'pastetoggle': Revert support for multi-key value (#6724)Matthew Malcomson2017-05-31
* | | | | | | | | Merge pull request #6740 from oni-link/fix.snprintfJames McCoy2017-05-30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | if_cscope: Fix truncation of formated outputoni-link2017-05-13
* | | | | | | | | | Merge pull request #6594 from bfredl/sockopenBjörn Linse2017-05-29
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sockets: don't deadlock when connecting to own pipe addressBjörn Linse2017-05-29
| * | | | | | | | | | channels: implement sockopen() to connect to socketBjörn Linse2017-05-29
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #6680 from mhinz/listen/localhostJames McCoy2017-05-28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | socket_watcher_start: Silence conversion warning for sin(6)_portJames McCoy2017-05-28
| * | | | | | | | | | eval: serverstart: Return finalized address to userJames McCoy2017-05-28
| * | | | | | | | | | Server: Call uv_getaddrinfo with NULL service when no portJames McCoy2017-05-27
| * | | | | | | | | | Doc: explain the format for serverstart()Marco Hinz2017-05-22
| * | | | | | | | | | Server: don't fall back to Unix socketsMarco Hinz2017-05-22
| * | | | | | | | | | Server tests: endpoint parsing in serverstart()Marco Hinz2017-05-22
| * | | | | | | | | | Server tests: use helpers.command()Marco Hinz2017-05-22
| * | | | | | | | | | Server: use uv_getaddrinfo() for $NVIM_LISTEN_ADDRESSMarco Hinz2017-05-22
| | |_|/ / / / / / / | |/| | | | | | | |